]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-common.tex
Add the four types of standard real intervals.
[mjotex.git] / mjo-common.tex
index 74a0fe508d22b44d82348ee767469272b7aa9f0d..38e08b36fb13a4923539b804dec6764ff3c4f41b 100644 (file)
   \mathbb{C}\if\detokenize{#1}\detokenize{1}{}\else^{#1}\fi
 }
 
-% The space of symmetric n-by-n matrices.
+% The space of real symmetric n-by-n matrices.
 \providecommand*{\Sn}[1][n]{
   \mathcal{S}\if\detokenize{#1}\detokenize{1}{}\else^{#1}\fi
 }
 
+% The space of complex Hermitian n-by-n matrices.
+\providecommand*{\Hn}[1][n]{
+  \mathcal{H}\if\detokenize{#1}\detokenize{1}{}\else^{#1}\fi
+}
+
 %
 % Basic set operations
 %
 \providecommand*{\cartprodmany}[3]{ \binopmany{\bigtimes}{#1}{#2}{#3} }
 \providecommand*{\directsummany}[3]{ \binopmany{\bigoplus}{#1}{#2}{#3} }
 \providecommand*{\unionmany}[3]{ \binopmany{\bigcup}{#1}{#2}{#3} }
+
+
+% The four standard (UNLESS YOU'RE FRENCH) types of intervals along
+% the real line.
+\providecommand*{\intervaloo}[2]{ \left({#1},{#2}\right) } % open-open
+\providecommand*{\intervaloc}[2]{ \left({#1},{#2}\right] } % open-closed
+\providecommand*{\intervalco}[2]{ \left[{#1},{#2}\right) } % closed-open
+\providecommand*{\intervalcc}[2]{ \left[{#1},{#2}\right] } % closed-closed