more operators
This commit is contained in:
parent
857729a67d
commit
8470ead61b
1 changed files with 15 additions and 3 deletions
|
@ -68,6 +68,7 @@
|
||||||
|
|
||||||
%Sets
|
%Sets
|
||||||
\DeclareMathOperator{\conv}{conv}
|
\DeclareMathOperator{\conv}{conv}
|
||||||
|
\DeclareMathOperator{\cone}{cone}
|
||||||
\DeclareMathOperator{\dist}{dist}
|
\DeclareMathOperator{\dist}{dist}
|
||||||
\DeclareMathOperator{\diam}{diam}
|
\DeclareMathOperator{\diam}{diam}
|
||||||
|
|
||||||
|
@ -80,9 +81,20 @@
|
||||||
|
|
||||||
%Topology
|
%Topology
|
||||||
\DeclareMathOperator\pr{pr}
|
\DeclareMathOperator\pr{pr}
|
||||||
\DeclareMathOperator\Set{{\textbf{Set}}}
|
\def\twedge{\vee}
|
||||||
\DeclareMathOperator\Top{{\textbf{Top}}}
|
\def\tsmash{\wedge}
|
||||||
\DeclareMathOperator\CHaus{{\textbf{CHaus}}}
|
|
||||||
|
%Categories
|
||||||
|
\newcommand\category[1]{\operatorname{\textbf{#1}}}
|
||||||
|
\newcommand\DeclareCategory[1]{\expandafter\def\csname #1\endcsname{\category{#1}}}
|
||||||
|
\DeclareCategory{Top}
|
||||||
|
\DeclareCategory{Set}
|
||||||
|
\DeclareCategory{CHaus}
|
||||||
|
\DeclareCategory{Grp}
|
||||||
|
\DeclareCategory{Ab}
|
||||||
|
\DeclareCategory{Vect}
|
||||||
|
\DeclareCategory{Fin}
|
||||||
|
\DeclareCategory{Ab}
|
||||||
\def\op{^{\textbf{op}}}
|
\def\op{^{\textbf{op}}}
|
||||||
|
|
||||||
%Set theory
|
%Set theory
|
||||||
|
|
Loading…
Reference in a new issue