# HG changeset patch # User wenzelm # Date 955631501 -7200 # Node ID d81088481ec6ebfddcb01035de1ff7569c7e9d69 # Parent a3da5538d9245637270d706a7912ba12114974f1 tuned; diff -r a3da5538d924 -r d81088481ec6 doc-src/IsarRef/generic.tex --- a/doc-src/IsarRef/generic.tex Thu Apr 13 15:02:57 2000 +0200 +++ b/doc-src/IsarRef/generic.tex Thu Apr 13 15:11:41 2000 +0200 @@ -389,10 +389,10 @@ \railterm{noasmuse} \begin{rail} - ('simp' | simpall) ('!' ?) simpopt? (simpmod * ) + ('simp' | simpall) ('!' ?) opt? (simpmod * ) ; - simpopt: (noasm | noasmsimp | noasmuse) ':' + opt: (noasm | noasmsimp | noasmuse) ':' ; simpmod: ('add' | 'del' | 'only' | 'split' (() | 'add' | 'del') | 'other') ':' thmrefs ; @@ -416,12 +416,13 @@ \end{descr} By default, the Simplifier methods are based on \texttt{asm_full_simp_tac} -internally \cite[\S10]{isabelle-ref}. In structured proofs this is usually -quite well behaved in practice: just the local premises of the actual goal are -involved, additional facts may inserted via explicit forward-chaining (using -$\THEN$, $\FROMNAME$ etc.). The full context of assumptions is only included -if the ``$!$'' (bang) argument is given, which should be used with some care, -though. +internally \cite[\S10]{isabelle-ref}, which means that assumptions are both +simplified as well as used in simplifying the conclusion. In structured +proofs this is usually quite well behaved in practice: just the local premises +of the actual goal are involved, additional facts may inserted via explicit +forward-chaining (using $\THEN$, $\FROMNAME$ etc.). The full context of +assumptions is only included if the ``$!$'' (bang) argument is given, which +should be used with some care, though. Additional Simplifier options may be specified to tune the behavior even further: $no_asm$ means assumptions are ignored completely (cf.\