X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-common.tex;h=7b6280b245233c9ae8928e2e480a05777e312b51;hb=7321e6c665f3b9797bb7a76618e6419a33357e6c;hp=74a0fe508d22b44d82348ee767469272b7aa9f0d;hpb=2dac5ec377a12619d1e1f7d8e036dab13af101cb;p=mjotex.git diff --git a/mjo-common.tex b/mjo-common.tex index 74a0fe5..7b6280b 100644 --- a/mjo-common.tex +++ b/mjo-common.tex @@ -8,7 +8,7 @@ % Needed for \bigtimes. \usepackage{mathtools} -% Place the argument in matching left/right parntheses. +% Place the argument in matching left/right parentheses. \providecommand*{\of}[1]{ \left({#1}\right) } % Group terms using parentheses. @@ -81,11 +81,16 @@ \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 % @@ -119,3 +124,11 @@ \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