doc-src/IsarImplementation/Thy/document/Isar.tex
changeset 46134 4b9d4659228a
parent 45592 8baa0b7f3f66
child 46267 bc9479cada96
equal deleted inserted replaced
46133:d9fe85d3d2cd 46134:4b9d4659228a
   377   \item \emph{Special method with cases} with named context additions
   377   \item \emph{Special method with cases} with named context additions
   378   associated with the follow-up goal state.
   378   associated with the follow-up goal state.
   379 
   379 
   380   Example: \hyperlink{method.induct}{\mbox{\isa{induct}}}, which is also a ``raw'' method since it
   380   Example: \hyperlink{method.induct}{\mbox{\isa{induct}}}, which is also a ``raw'' method since it
   381   operates on the internal representation of simultaneous claims as
   381   operates on the internal representation of simultaneous claims as
   382   Pure conjunction (\secref{{sec:logic-aux}}), instead of separate
   382   Pure conjunction (\secref{sec:logic-aux}), instead of separate
   383   subgoals (\secref{sec::tactical-goals}).
   383   subgoals (\secref{sec:tactical-goals}).
   384 
   384 
   385   \item \emph{Structured method} with strong emphasis on facts outside
   385   \item \emph{Structured method} with strong emphasis on facts outside
   386   the goal state.
   386   the goal state.
   387 
   387 
   388   Example: \hyperlink{method.rule}{\mbox{\isa{rule}}}, which captures the key ideas behind
   388   Example: \hyperlink{method.rule}{\mbox{\isa{rule}}}, which captures the key ideas behind