Serres_Tor-Formel_und_Reduk.../theorem_environments.tex

19 lines
617 B
TeX

\newtheorem{thm}{Theorem}[chapter]
\newtheorem{prop}[thm]{Proposition}
\newtheorem{lem}[thm]{Lemma}
\newtheorem{kor}[thm]{Korollar}
\newtheorem{deflem}[thm]{Definition/Lemma}
\theoremstyle{definition}
\newtheorem{defn}[thm]{Definition}
\newtheorem*{nota}{Notation}
\newtheorem*{bem}{Bemerkung}
\crefname{thm}{Theorem}{Theoreme}
\crefname{prop}{Proposition}{Propositionen}
\crefname{kor}{Korollar}{Korollare}
\crefname{deflem}{Definition/Lemma}{Definitionen/Lemmata}
\crefname{lem}{Lemma}{Lemmata}
\crefname{defn}{Definition}{Definitionen}
\crefname{nota}{Notation}{Notationen}
\crefname{bem}{Bemerkung}{Bemerkungen}