doc-src/TutorialI/appendix.tex
author nipkow
Mon, 09 Oct 2000 10:18:21 +0200
changeset 10171 59d6633835fa
parent 9933 9feb1e0c4cb3
child 10178 aecb5bf6f76f
permissions -rw-r--r--
*** empty log message ***
     1 \appendix
     2 
     3 \chapter{Appendix}
     4 \label{sec:Appendix}
     5 
     6 \begin{figure}[htbp]
     7 \begin{center}
     8 \begin{tabular}{|l|l|l|}
     9 \hline
    10 \indexboldpos{\isasymlbrakk}{$Isabrl} &
    11 \texttt{[|}\index{$Isabrl@\ttlbr|bold} &
    12 \verb$\<lbrakk>$ \\
    13 \indexboldpos{\isasymrbrakk}{$Isabrr} &
    14 \texttt{|]}\index{$Isabrr@\ttrbr|bold} &
    15 \verb$\<rbrakk>$ \\
    16 \indexboldpos{\isasymImp}{$IsaImp} &
    17 \ttindexboldpos{==>}{$IsaImp} &
    18 \verb$\<Longrightarrow>$ \\
    19 \indexboldpos{\isasymAnd}{$IsaAnd} &
    20 \texttt{!!}\index{$IsaAnd@\ttAnd|bold} &
    21 \verb$\<And>$ \\
    22 \indexboldpos{\isasymequiv}{$IsaEq} &
    23 \ttindexboldpos{==}{$IsaEq} &
    24 \verb$\<equiv>$ \\
    25 \indexboldpos{\isasymlambda}{$Isalam} &
    26 \texttt{\%}\indexbold{$Isalam@\texttt{\%}} &
    27 \verb$\<lambda>$ \\
    28 \indexboldpos{\isasymFun}{$IsaFun} &
    29 \ttindexboldpos{=>}{$IsaFun} &
    30 \verb$\<Rightarrow>$ \\
    31 \indexboldpos{\isasymand}{$HOL0and} &
    32 \texttt{\&}\indexbold{$HOL0and@{\texttt{\&}}} &
    33 \verb$\<and>$ \\
    34 \indexboldpos{\isasymor}{$HOL0or} &
    35 \texttt{|}\index{$HOL0or@\ttor|bold} &
    36 \verb$\<or>$ \\
    37 \indexboldpos{\isasymimp}{$HOL0imp} &
    38 \ttindexboldpos{-->}{$HOL0imp} &
    39 \verb$\<longrightarrow>$ \\
    40 \indexboldpos{\isasymnot}{$HOL0not} &
    41 \verb$~$\index{$HOL0not@\verb$~$|bold} &
    42 \verb$\<not>$ \\
    43 \indexboldpos{\isasymnoteq}{$HOL0noteq} &
    44 \verb$~=$\index{$HOL0noteq@\verb$~=$|bold} &
    45 \verb$\<noteq>$ \\
    46 \indexboldpos{\isasymforall}{$HOL0All} &
    47 \ttindexbold{ALL}, \texttt{!}\index{$HOL0All@\ttall|bold} &
    48 \verb$\<forall>$ \\
    49 \indexboldpos{\isasymexists}{$HOL0Ex} &
    50 \ttindexbold{EX}, \texttt{?}\index{$HOL0Ex@\texttt{?}|bold} &
    51 \verb$\<exists>$ \\
    52 \isasymuniqex\index{$HOL0ExU@\isasymuniqex|bold} &
    53 \ttEXU\index{EXX@\ttEXU|bold}, \ttuniquex\index{$HOL0ExU@\ttuniquex|bold} &
    54 \verb$\<exists>!$\\
    55 \indexboldpos{\isasymepsilon}{$HOL0ExSome} &
    56 \ttindexbold{SOME} &
    57 \verb$\<?>$\\
    58 \indexboldpos{\isasymcirc}{$HOL1} &
    59 \ttindexbold{o} &
    60 \verb$\<?>$\\
    61 \indexboldpos{\isasymle}{$HOL2arithrel}&
    62 \ttindexboldpos{<=}{$HOL2arithrel}&
    63 \verb$\<le>$\\
    64 \indexboldpos{\isasymtimes}{$IsaFun}&
    65 \ttindexboldpos{*}{$HOL2arithfun} &
    66 \verb$\<times>$\\
    67 \indexboldpos{\isasymin}{$HOL3Set}&
    68 \ttindexboldpos{:}{$HOL3Set} &
    69 \verb$\<in>$\\
    70 ? & %\indexboldpos{\isasymnotin}{$HOL3Set} fails for some strange reason
    71 \verb$~:$\index{$HOL3Set@\verb$~:$|bold} &
    72 \verb$\<notin>$\\
    73 \indexboldpos{\isasymsubseteq}{$HOL3Set}&
    74 \verb$<=$ &
    75 \verb$\<subseteq>$\\
    76 \indexboldpos{\isasymunion}{$HOL3Set}&
    77 \ttindexbold{Un} &
    78 \verb$\<union>$\\
    79 \indexboldpos{\isasyminter}{$HOL3Set}&
    80 \ttindexbold{Int} &
    81 \verb$\<inter>$\\
    82 \indexboldpos{\isasymUnion}{$HOL3Set}&
    83 \ttindexbold{UN}, \ttindexbold{Union} &
    84 \verb$\<Union>$\\
    85 \indexboldpos{\isasymInter}{$HOL3Set}&
    86 \ttindexbold{INT}, \ttindexbold{Inter} &
    87 \verb$\<Inter>$\\
    88 \hline
    89 \end{tabular}
    90 \end{center}
    91 \caption{Mathematical symbols, their ASCII-equivalents and ProofGeneral codes}
    92 \label{fig:ascii}
    93 \end{figure}\indexbold{ASCII symbols}
    94 
    95 
    96 \begin{figure}[htbp]
    97 \begin{center}
    98 \begin{tabular}{|lllll|}
    99 \hline
   100 \texttt{ALL} &
   101 \texttt{case} &
   102 \texttt{div} &
   103 \texttt{dvd} &
   104 \texttt{else} \\
   105 \texttt{EX} &
   106 \texttt{if} &
   107 \texttt{in} &
   108 \texttt{INT} &
   109 \texttt{Int} \\
   110 \texttt{LEAST} &
   111 \texttt{let} &
   112 \texttt{mod} &
   113 \texttt{O} &
   114 \texttt{o} \\
   115 \texttt{of} &
   116 \texttt{op} &
   117 \texttt{PROP} &
   118 \texttt{SIGMA} &
   119 \texttt{then} \\
   120 \texttt{Times} &
   121 \texttt{UN} &
   122 \texttt{Un} &&\\
   123 \hline
   124 \end{tabular}
   125 \end{center}
   126 \caption{Reserved words in HOL terms}
   127 \label{fig:ReservedWords}
   128 \end{figure}
   129 
   130 
   131 %\begin{figure}[htbp]
   132 %\begin{center}
   133 %\begin{tabular}{|lllll|}
   134 %\hline
   135 %\texttt{and} &
   136 %\texttt{binder} &
   137 %\texttt{con_defs} &
   138 %\texttt{concl} &
   139 %\texttt{congs} \\
   140 %\texttt{distinct} &
   141 %\texttt{files} &
   142 %\texttt{in} &
   143 %\texttt{induction} &
   144 %\texttt{infixl} \\
   145 %\texttt{infixr} &
   146 %\texttt{inject} &
   147 %\texttt{intrs} &
   148 %\texttt{is} &
   149 %\texttt{monos} \\
   150 %\texttt{output} &
   151 %\texttt{where} &
   152 % &
   153 % &
   154 % \\
   155 %\hline
   156 %\end{tabular}
   157 %\end{center}
   158 %\caption{Minor keywords in HOL theories}
   159 %\label{fig:keywords}
   160 %\end{figure}