Added the existence of projections.
All checks were successful
Compile Project / Compile (push) Successful in 52s

This commit is contained in:
Bokuan Li
2026-08-09 15:40:56 -04:00
parent 1bc1b17fee
commit 575cd66ad8
6 changed files with 116 additions and 5 deletions

View File

@@ -170,10 +170,6 @@
\newcommand{\calr}{\mathcal{R}}
\newcommand{\scp}{\mathscr{P}}
% Jokes
\newcommand{\lol}{\boxed{\text{LOL.}}}
\newcommand{\ez}{\boxed{\mathbb{EZ}}}
% Colours
\newcommand{\pblue}[1]{\textcolor[rgb]{0, 0.44, 0.75}{#1}}
\newcommand{\poran}[1]{\textcolor{orange}{#1}}
@@ -230,3 +226,9 @@
\newcommand{\conv}{\text{Conv}}
\newcommand{\aconv}{\text{AbsConv}}
% Limits
\newcommand{\slim}{\operatorname*{s\text{-}\!\lim}}
\newcommand{\wlim}{\operatorname*{w\text{-}\!\lim}}
\newcommand{\sotlim}{\operatorname*{\text{\small SOT}\text{-}\!\lim}}
\newcommand{\wotlim}{\operatorname*{\text{\small WOT}\text{-}\!\lim}}