Added Riemann's rearrangement theorem.

This commit is contained in:
Bokuan Li
2026-03-15 14:44:36 -04:00
parent 62a8e78dfe
commit 2e160500cc
3 changed files with 116 additions and 5 deletions

View File

@@ -8,12 +8,13 @@
% ------------- Block Environmets ---------------
\newtheorem{theorem}[subsection]{Theorem}
\newtheorem{proposition}[subsection]{Proposition}
\newtheorem{lemma}[subsection]{Lemma}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{definition}[subsection]{Definition}
\newtheorem{example}[subsection]{Example}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
% \newtheorem{exercise}[subsection]{Exercise}
% \newtheorem{situation}[subsection]{Situation}