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