8751
|
1 |
%%
|
|
2 |
%% $Id$
|
9845
|
3 |
%% Author: Markus Wenzel, TU Muenchen
|
|
4 |
%% License: GPL (GNU GENERAL PUBLIC LICENSE)
|
8751
|
5 |
%%
|
9812
|
6 |
%% definitions of standard Isabelle symbols
|
8751
|
7 |
%%
|
|
8 |
|
9992
|
9 |
% Required packages for unusual symbols -- see below for details.
|
|
10 |
%\usepackage{latexsym}
|
9698
|
11 |
%\usepackage{amssymb}
|
9992
|
12 |
%\usepackage[english]{babel}
|
8751
|
13 |
%\usepackage[latin1]{inputenc}
|
9992
|
14 |
%\usepackage[only,bigsqcap]{stmaryrd}
|
|
15 |
%\usepackage{wasysym}
|
8751
|
16 |
|
9992
|
17 |
% Note: \emph is important for proper spacing in fake math mode, it
|
|
18 |
% automatically inserts italic corrections around symbols wherever
|
|
19 |
% appropriate.
|
8751
|
20 |
|
|
21 |
\newcommand{\isasymspacespace}{~~}
|
|
22 |
\newcommand{\isasymGamma}{$\Gamma$}
|
|
23 |
\newcommand{\isasymDelta}{$\Delta$}
|
|
24 |
\newcommand{\isasymTheta}{$\Theta$}
|
|
25 |
\newcommand{\isasymLambda}{$\Lambda$}
|
9698
|
26 |
\newcommand{\isasymXi}{$\Xi$}
|
8751
|
27 |
\newcommand{\isasymPi}{$\Pi$}
|
|
28 |
\newcommand{\isasymSigma}{$\Sigma$}
|
9698
|
29 |
\newcommand{\isasymUpsilon}{$\Upsilon$}
|
8751
|
30 |
\newcommand{\isasymPhi}{$\Phi$}
|
|
31 |
\newcommand{\isasymPsi}{$\Psi$}
|
|
32 |
\newcommand{\isasymOmega}{$\Omega$}
|
|
33 |
\newcommand{\isasymalpha}{$\alpha$}
|
|
34 |
\newcommand{\isasymbeta}{$\beta$}
|
|
35 |
\newcommand{\isasymgamma}{$\gamma$}
|
|
36 |
\newcommand{\isasymdelta}{$\delta$}
|
|
37 |
\newcommand{\isasymepsilon}{$\varepsilon$}
|
|
38 |
\newcommand{\isasymzeta}{$\zeta$}
|
|
39 |
\newcommand{\isasymeta}{$\eta$}
|
|
40 |
\newcommand{\isasymtheta}{$\vartheta$}
|
9698
|
41 |
\newcommand{\isasymiota}{$\iota$}
|
8751
|
42 |
\newcommand{\isasymkappa}{$\kappa$}
|
|
43 |
\newcommand{\isasymlambda}{$\lambda$}
|
|
44 |
\newcommand{\isasymmu}{$\mu$}
|
|
45 |
\newcommand{\isasymnu}{$\nu$}
|
|
46 |
\newcommand{\isasymxi}{$\xi$}
|
|
47 |
\newcommand{\isasympi}{$\pi$}
|
9698
|
48 |
\newcommand{\isasymrho}{$\varrho$}
|
8751
|
49 |
\newcommand{\isasymsigma}{$\sigma$}
|
|
50 |
\newcommand{\isasymtau}{$\tau$}
|
9698
|
51 |
\newcommand{\isasymupsilon}{$\upsilon$}
|
8751
|
52 |
\newcommand{\isasymphi}{$\varphi$}
|
|
53 |
\newcommand{\isasymchi}{$\chi$}
|
|
54 |
\newcommand{\isasympsi}{$\psi$}
|
|
55 |
\newcommand{\isasymomega}{$\omega$}
|
|
56 |
\newcommand{\isasymnot}{\emph{$\neg$}}
|
|
57 |
\newcommand{\isasymand}{\emph{$\wedge$}}
|
|
58 |
\newcommand{\isasymor}{\emph{$\vee$}}
|
|
59 |
\newcommand{\isasymforall}{\emph{$\forall\,$}}
|
|
60 |
\newcommand{\isasymexists}{\emph{$\exists\,$}}
|
|
61 |
\newcommand{\isasymAnd}{\emph{$\bigwedge\,$}}
|
|
62 |
\newcommand{\isasymlceil}{\emph{$\lceil$}}
|
|
63 |
\newcommand{\isasymrceil}{\emph{$\rceil$}}
|
|
64 |
\newcommand{\isasymlfloor}{\emph{$\lfloor$}}
|
|
65 |
\newcommand{\isasymrfloor}{\emph{$\rfloor$}}
|
|
66 |
\newcommand{\isasymturnstile}{\emph{$\vdash$}}
|
|
67 |
\newcommand{\isasymTurnstile}{\emph{$\models$}}
|
|
68 |
\newcommand{\isasymlbrakk}{\emph{$\mathopen{\lbrack\mkern-3mu\lbrack}$}}
|
|
69 |
\newcommand{\isasymrbrakk}{\emph{$\mathclose{\rbrack\mkern-3mu\rbrack}$}}
|
|
70 |
\newcommand{\isasymcdot}{\emph{$\cdot$}}
|
|
71 |
\newcommand{\isasymin}{\emph{$\in$}}
|
|
72 |
\newcommand{\isasymsubseteq}{\emph{$\subseteq$}}
|
|
73 |
\newcommand{\isasyminter}{\emph{$\cap$}}
|
|
74 |
\newcommand{\isasymunion}{\emph{$\cup$}}
|
|
75 |
\newcommand{\isasymInter}{\emph{$\bigcap\,$}}
|
|
76 |
\newcommand{\isasymUnion}{\emph{$\bigcup\,$}}
|
|
77 |
\newcommand{\isasymsqinter}{\emph{$\sqcap$}}
|
|
78 |
\newcommand{\isasymsqunion}{\emph{$\sqcup$}}
|
9992
|
79 |
\newcommand{\isasymSqinter}{\emph{$\bigsqcap\,$}} %requires stmaryrd
|
8751
|
80 |
\newcommand{\isasymSqunion}{\emph{$\bigsqcup\,$}}
|
|
81 |
\newcommand{\isasymbottom}{\emph{$\bot$}}
|
|
82 |
\newcommand{\isasymdoteq}{\emph{$\doteq$}}
|
|
83 |
\newcommand{\isasymequiv}{\emph{$\equiv$}}
|
|
84 |
\newcommand{\isasymnoteq}{\emph{$\not=$}}
|
|
85 |
\newcommand{\isasymsqsubset}{\emph{$\sqsubset$}}
|
|
86 |
\newcommand{\isasymsqsubseteq}{\emph{$\sqsubseteq$}}
|
|
87 |
\newcommand{\isasymprec}{\emph{$\prec$}}
|
|
88 |
\newcommand{\isasympreceq}{\emph{$\preceq$}}
|
|
89 |
\newcommand{\isasymsucc}{\emph{$\succ$}}
|
|
90 |
\newcommand{\isasymapprox}{\emph{$\approx$}}
|
|
91 |
\newcommand{\isasymsim}{\emph{$\sim$}}
|
|
92 |
\newcommand{\isasymsimeq}{\emph{$\simeq$}}
|
|
93 |
\newcommand{\isasymle}{\emph{$\le$}}
|
|
94 |
\newcommand{\isasymColon}{\emph{$\mathrel{::}$}}
|
|
95 |
\newcommand{\isasymleftarrow}{\emph{$\leftarrow$}}
|
9992
|
96 |
\newcommand{\isasymmidarrow}{\emph{$\relbar$}}
|
8751
|
97 |
\newcommand{\isasymrightarrow}{\emph{$\rightarrow$}}
|
|
98 |
\newcommand{\isasymLeftarrow}{\emph{$\Leftarrow$}}
|
9992
|
99 |
\newcommand{\isasymMidarrow}{\emph{$\Relbar$}}
|
8751
|
100 |
\newcommand{\isasymRightarrow}{\emph{$\Rightarrow$}}
|
9698
|
101 |
\newcommand{\isasymfrown}{\emph{$\frown$}}
|
8751
|
102 |
\newcommand{\isasymmapsto}{\emph{$\mapsto$}}
|
9992
|
103 |
\newcommand{\isasymleadsto}{\emph{$\leadsto$}} %requires latexsym
|
8751
|
104 |
\newcommand{\isasymup}{\emph{$\uparrow$}}
|
|
105 |
\newcommand{\isasymdown}{\emph{$\downarrow$}}
|
|
106 |
\newcommand{\isasymnotin}{\emph{$\notin$}}
|
|
107 |
\newcommand{\isasymtimes}{\emph{$\times$}}
|
|
108 |
\newcommand{\isasymoplus}{\emph{$\oplus$}}
|
|
109 |
\newcommand{\isasymominus}{\emph{$\ominus$}}
|
|
110 |
\newcommand{\isasymotimes}{\emph{$\otimes$}}
|
|
111 |
\newcommand{\isasymoslash}{\emph{$\oslash$}}
|
|
112 |
\newcommand{\isasymsubset}{\emph{$\subset$}}
|
|
113 |
\newcommand{\isasyminfinity}{\emph{$\infty$}}
|
9992
|
114 |
\newcommand{\isasymbox}{\emph{$\Box$}} %requires latexsym
|
|
115 |
\newcommand{\isasymdiamond}{\emph{$\Diamond$}} %requires latexsym
|
8751
|
116 |
\newcommand{\isasymcirc}{\emph{$\circ$}}
|
|
117 |
\newcommand{\isasymbullet}{\emph{$\bullet$}}
|
|
118 |
\newcommand{\isasymparallel}{\emph{$\parallel$}}
|
|
119 |
\newcommand{\isasymsurd}{\emph{$\surd$}}
|
|
120 |
\newcommand{\isasymcopyright}{\emph{\copyright}}
|
|
121 |
\newcommand{\isasymplusminus}{\emph{$\pm$}}
|
|
122 |
\newcommand{\isasymdiv}{\emph{$\div$}}
|
|
123 |
\newcommand{\isasymlongrightarrow}{\emph{$\longrightarrow$}}
|
|
124 |
\newcommand{\isasymlongleftarrow}{\emph{$\longleftarrow$}}
|
|
125 |
\newcommand{\isasymlongleftrightarrow}{\emph{$\longleftrightarrow$}}
|
|
126 |
\newcommand{\isasymLongrightarrow}{\emph{$\Longrightarrow$}}
|
|
127 |
\newcommand{\isasymLongleftarrow}{\emph{$\Longleftarrow$}}
|
|
128 |
\newcommand{\isasymLongleftrightarrow}{\emph{$\Longleftrightarrow$}}
|
9992
|
129 |
\newcommand{\isasymbar}{\emph{$\mid$}}
|
|
130 |
\newcommand{\isasymhyphen}{\emph{\rm-}}
|
|
131 |
\newcommand{\isasymmacron}{\emph{\rm\=\relax}}
|
|
132 |
\newcommand{\isasymexclamdown}{\emph{\rm\textexclamdown}}
|
|
133 |
\newcommand{\isasymquestiondown}{\emph{\rm\textquestiondown}}
|
|
134 |
\newcommand{\isasymguillemotleft}{\emph{\flqq}} %requires babel
|
|
135 |
\newcommand{\isasymguillemotright}{\emph{\frqq}} %requires babel
|
|
136 |
\newcommand{\isasymdegree}{\emph{\rm\textdegree}} %requires latin1
|
|
137 |
\newcommand{\isasymonesuperior}{\emph{$\mathonesuperior$}} %requires latin1
|
|
138 |
\newcommand{\isasymonequarter}{\emph{\rm\textonequarter}} %requires latin1
|
|
139 |
\newcommand{\isasymtwosuperior}{\emph{$\mathtwosuperior$}} %requires latin1
|
|
140 |
\newcommand{\isasymonehalf}{\emph{\rm\textonehalf}} %requires latin1
|
|
141 |
\newcommand{\isasymthreesuperior}{\emph{$\maththreesuperior$}} %requires latin1
|
|
142 |
\newcommand{\isasymthreequarters}{\emph{\rm\textthreequarters}} %requires latin1
|
8751
|
143 |
\newcommand{\isasymparagraph}{\emph{\P}}
|
9992
|
144 |
\newcommand{\isasymregistered}{\emph{\rm\textregistered}}
|
|
145 |
\newcommand{\isasymordfeminine}{\emph{\rm\textordfeminine}}
|
|
146 |
\newcommand{\isasymordmasculine}{\emph{\rm\textordmasculine}}
|
|
147 |
\newcommand{\isasymsection}{\emph{\S}}
|
8751
|
148 |
\newcommand{\isasympounds}{\emph{$\pounds$}}
|
9992
|
149 |
\newcommand{\isasymyen}{\emph{\yen}} %requires amssymb
|
|
150 |
\newcommand{\isasymcent}{\emph{\cent}} %requires wasysym
|
|
151 |
\newcommand{\isasymcurrency}{\emph{\currency}} %requires wasysym
|
8751
|
152 |
\newcommand{\isasymlbrace}{\emph{$\mathopen{\lbrace\mkern-4.5mu\mid}$}}
|
|
153 |
\newcommand{\isasymrbrace}{\emph{$\mathclose{\mid\mkern-4.5mu\rbrace}$}}
|
|
154 |
\newcommand{\isasymtop}{\emph{$\top$}}
|
9698
|
155 |
\newcommand{\isasymcong}{\emph{$\cong$}}
|
|
156 |
\newcommand{\isasymclubsuit}{\emph{$\clubsuit$}}
|
|
157 |
\newcommand{\isasymdiamondsuit}{\emph{$\diamondsuit$}}
|
|
158 |
\newcommand{\isasymheartsuit}{\emph{$\heartsuit$}}
|
|
159 |
\newcommand{\isasymspadesuit}{\emph{$\spadesuit$}}
|
|
160 |
\newcommand{\isasymleftrightarrow}{\emph{$\leftrightarrow$}}
|
|
161 |
\newcommand{\isasymge}{\emph{$\ge$}}
|
|
162 |
\newcommand{\isasympropto}{\emph{$\propto$}}
|
|
163 |
\newcommand{\isasympartial}{\emph{$\partial$}}
|
|
164 |
\newcommand{\isasymdots}{\emph{$\dots$}}
|
|
165 |
\newcommand{\isasymaleph}{\emph{$\aleph$}}
|
|
166 |
\newcommand{\isasymIm}{\emph{$\Im$}}
|
|
167 |
\newcommand{\isasymRe}{\emph{$\Re$}}
|
|
168 |
\newcommand{\isasymwp}{\emph{$\wp$}}
|
|
169 |
\newcommand{\isasymemptyset}{\emph{$\emptyset$}}
|
|
170 |
\newcommand{\isasymangle}{\emph{$\angle$}}
|
|
171 |
\newcommand{\isasymnabla}{\emph{$\nabla$}}
|
9812
|
172 |
\newcommand{\isasymProd}{\emph{$\prod\,$}}
|
9698
|
173 |
\newcommand{\isasymLeftrightarrow}{\emph{$\Leftrightarrow$}}
|
|
174 |
\newcommand{\isasymUparrow}{\emph{$\Uparrow$}}
|
|
175 |
\newcommand{\isasymDownarrow}{\emph{$\Downarrow$}}
|
9992
|
176 |
\newcommand{\isasymlozenge}{\emph{$\lozenge$}} %requires amssym
|
9698
|
177 |
\newcommand{\isasymlangle}{\emph{$\langle$}}
|
|
178 |
\newcommand{\isasymrangle}{\emph{$\rangle$}}
|
9812
|
179 |
\newcommand{\isasymSum}{\emph{$\sum\,$}}
|
|
180 |
\newcommand{\isasymintegral}{\emph{$\int\,$}}
|
9698
|
181 |
\newcommand{\isasymdagger}{\emph{$\dagger$}}
|
|
182 |
\newcommand{\isasymsharp}{\emph{$\sharp$}}
|
|
183 |
\newcommand{\isasymstar}{\emph{$\star$}}
|
|
184 |
\newcommand{\isasymtriangleright}{\emph{$\triangleright$}}
|
|
185 |
\newcommand{\isasymlhd}{\emph{$\lhd$}}
|
|
186 |
\newcommand{\isasymtriangle}{\emph{$\triangle$}}
|
|
187 |
\newcommand{\isasymrhd}{\emph{$\rhd$}}
|
|
188 |
\newcommand{\isasymunlhd}{\emph{$\unlhd$}}
|
|
189 |
\newcommand{\isasymunrhd}{\emph{$\unrhd$}}
|
|
190 |
\newcommand{\isasymtriangleleft}{\emph{$\triangleleft$}}
|
|
191 |
\newcommand{\isasymnatural}{\emph{$\natural$}}
|
|
192 |
\newcommand{\isasymflat}{\emph{$\flat$}}
|
|
193 |
\newcommand{\isasymamalg}{\emph{$\amalg$}}
|
9992
|
194 |
\newcommand{\isasymmho}{\emph{$\mho$}} %requires latexsym
|
9698
|
195 |
\newcommand{\isasymupdownarrow}{\emph{$\updownarrow$}}
|
|
196 |
\newcommand{\isasymlongmapsto}{\emph{$\longmapsto$}}
|
|
197 |
\newcommand{\isasymUpdownarrow}{\emph{$\Updownarrow$}}
|
|
198 |
\newcommand{\isasymhookleftarrow}{\emph{$\hookleftarrow$}}
|
|
199 |
\newcommand{\isasymhookrightarrow}{\emph{$\hookrightarrow$}}
|
|
200 |
\newcommand{\isasymrightleftharpoons}{\emph{$\rightleftharpoons$}}
|
|
201 |
\newcommand{\isasymleftharpoondown}{\emph{$\leftharpoondown$}}
|
|
202 |
\newcommand{\isasymrightharpoondown}{\emph{$\rightharpoondown$}}
|
|
203 |
\newcommand{\isasymleftharpoonup}{\emph{$\leftharpoonup$}}
|
|
204 |
\newcommand{\isasymrightharpoonup}{\emph{$\rightharpoonup$}}
|
|
205 |
\newcommand{\isasymasymp}{\emph{$\asymp$}}
|
|
206 |
\newcommand{\isasymminusplus}{\emph{$\mp$}}
|
|
207 |
\newcommand{\isasymbowtie}{\emph{$\bowtie$}}
|
|
208 |
\newcommand{\isasymcdots}{\emph{$\cdots$}}
|
|
209 |
\newcommand{\isasymodot}{\emph{$\odot$}}
|
|
210 |
\newcommand{\isasymsupset}{\emph{$\supset$}}
|
|
211 |
\newcommand{\isasymsupseteq}{\emph{$\supseteq$}}
|
9992
|
212 |
\newcommand{\isasymsqsupset}{\emph{$\sqsupset$}} %requires latexsym
|
9698
|
213 |
\newcommand{\isasymsqsupseteq}{\emph{$\sqsupseteq$}}
|
|
214 |
\newcommand{\isasymll}{\emph{$\ll$}}
|
|
215 |
\newcommand{\isasymgg}{\emph{$\gg$}}
|
|
216 |
\newcommand{\isasymuplus}{\emph{$\uplus$}}
|
|
217 |
\newcommand{\isasymsmile}{\emph{$\smile$}}
|
|
218 |
\newcommand{\isasymsucceq}{\emph{$\succeq$}}
|
|
219 |
\newcommand{\isasymstileturn}{\emph{$\dashv$}}
|
|
220 |
\newcommand{\isasymOr}{\emph{$\bigvee$}}
|
|
221 |
\newcommand{\isasymbiguplus}{\emph{$\biguplus$}}
|
|
222 |
\newcommand{\isasymddagger}{\emph{$\ddagger$}}
|
9992
|
223 |
\newcommand{\isasymJoin}{\emph{$\Join$}} %requires latexsym
|
9698
|
224 |
\newcommand{\isasymbool}{\emph{$\mathrm{I}\mkern-3.8mu\mathrm{B}$}}
|
|
225 |
\newcommand{\isasymcomplex}{\emph{$\mathrm{C}\mkern-15mu{\phantom{\mathrm{t}}\vrule}\mkern9mu$}}
|
|
226 |
\newcommand{\isasymnat}{\emph{$\mathrm{I}\mkern-3.8mu\mathrm{N}$}}
|
|
227 |
\newcommand{\isasymrat}{\emph{$\mathrm{Q}\mkern-16mu{\phantom{\mathrm{t}}\vrule}\mkern10mu$}}
|
|
228 |
\newcommand{\isasymreal}{\emph{$\mathrm{I}\mkern-3.8mu\mathrm{R}$}}
|
|
229 |
\newcommand{\isasymint}{\emph{$\mathsf{Z}\mkern-7.5mu\mathsf{Z}$}}
|
9992
|
230 |
\newcommand{\isasymlesssim}{\emph{$\lesssim$}} %requires amssymb
|
|
231 |
\newcommand{\isasymgreatersim}{\emph{$\gtrsim$}} %requires amssymb
|
|
232 |
\newcommand{\isasymlessapprox}{\emph{$\lessapprox$}} %requires amssymb
|
|
233 |
\newcommand{\isasymgreaterapprox}{\emph{$\gtrapprox$}} %requires amssymb
|
|
234 |
\newcommand{\isasymtriangleq}{\emph{$\triangleq$}} %requires amssymb
|
|
235 |
\newcommand{\isasymlparr}{\emph{$\mathopen{(\mkern-3mu\mid}$}}
|
|
236 |
\newcommand{\isasymrparr}{\emph{$\mathclose{\mid\mkern-3mu)}$}}
|