doc-src/IsarRef/conversion.tex
changeset 9819 e9fb6d44a490
parent 9798 21b36757a9a5
child 9846 bb848beb53f6
equal deleted inserted replaced
9818:71de955e8fc9 9819:e9fb6d44a490
    19   rule_tac~x@1 = t@1~\dots~x@n = t@n~\textrm{in}~a \\
    19   rule_tac~x@1 = t@1~\dots~x@n = t@n~\textrm{in}~a \\
    20   
    20   
    21 %  \texttt{} & & \\
    21 %  \texttt{} & & \\
    22   \texttt{stac}~a~1 & & subst~a \\
    22   \texttt{stac}~a~1 & & subst~a \\
    23   \texttt{strip_tac}~1 & & intro~strip & \Text{(HOL)} \\
    23   \texttt{strip_tac}~1 & & intro~strip & \Text{(HOL)} \\
    24   \texttt{split_all_tac} & \ll & clarify & \Text{(HOL)} \\
    24   \texttt{split_all_tac} & & simp~(no_asm_simp)~only: split_paired_all & \Text{(HOL)} \\
       
    25                          & \approx & simp~only: split_tupled_all & \Text{(HOL)} \\
       
    26                          & \ll & clarify & \Text{(HOL)} \\
    25 \end{matharray}
    27 \end{matharray}
    26 
    28 
    27 
    29 
    28 \section{Performing actual proof}
    30 \section{Performing actual proof}
    29 
    31