added operators for set theory
This commit is contained in:
parent
7a536157e6
commit
857729a67d
1 changed files with 9 additions and 6 deletions
|
@ -85,16 +85,19 @@
|
|||
\DeclareMathOperator\CHaus{{\textbf{CHaus}}}
|
||||
\def\op{^{\textbf{op}}}
|
||||
|
||||
% Characteristic function
|
||||
\newcommand*{\cfun}{\ensuremath{\mathbbm{1}}}
|
||||
\newcommand*{\One}{\ensuremath{\mathbbm{1}}}
|
||||
|
||||
|
||||
\DeclareMathOperator\lhs{LHS}
|
||||
%Set theory
|
||||
\DeclareMathOperator\card{card}
|
||||
\DeclareMathOperator\Cd{Cd}
|
||||
\DeclareMathOperator\Ord{Ord}
|
||||
\DeclareMathOperator\otp{otp}
|
||||
\DeclareMathOperator\Card{Card}
|
||||
|
||||
% Characteristic function
|
||||
\newcommand*{\cfun}{\ensuremath{\mathbbm{1}}}
|
||||
\newcommand*{\One}{\ensuremath{\mathbbm{1}}}
|
||||
|
||||
|
||||
\DeclareMathOperator\lhs{LHS}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue