doc-src/IsarRef/conversion.tex
author wenzelm
Tue, 05 Sep 2000 18:43:22 +0200
changeset 9846 bb848beb53f6
parent 9819 e9fb6d44a490
child 10111 78a0397eaec1
permissions -rw-r--r--
tuned;


\chapter{The Isabelle/Isar Conversion Guide}

\section{No conversion}

FIXME thm, theory, bind_thm(s);


\section{Porting proof scripts}

FIXME

\subsection{Basic tactics}

\begin{matharray}{llll}
  \texttt{rtac}~a~1 & & rule~a \\
  \texttt{resolve_tac}~[a@1, \dots, a@n]~1 & & rule~a@1~\dots~a@n \\
  \texttt{res_inst_tac}~[(x@1, t@1), \dots, (x@n, t@n)]~a~1 & &
  rule_tac~x@1 = t@1~\dots~x@n = t@n~\textrm{in}~a \\
  
%  \texttt{} & & \\
  \texttt{stac}~a~1 & & subst~a \\
  \texttt{strip_tac}~1 & & intro~strip & \Text{(HOL)} \\
  \texttt{split_all_tac} & & simp~(no_asm_simp)~only:~split_tupled_all & \Text{(HOL)} \\
                         & \approx & simp~only:~split_tupled_all & \Text{(HOL)} \\
                         & \ll & clarify & \Text{(HOL)} \\
\end{matharray}


\section{Performing actual proof}

FIXME


%%% Local Variables: 
%%% mode: latex
%%% TeX-master: "isar-ref"
%%% End: