# HG changeset patch # User nipkow # Date 1510672628 -3600 # Node ID 74bd55f1206d844685999cdb9cce85c272876a39 # Parent 85e6c1ff5be3027db38dddea097049c74f23993c# Parent b5c1f0c76d3507111b2e81bafe2f2e523d15c54e merged diff -r 85e6c1ff5be3 -r 74bd55f1206d src/HOL/IMP/Big_Step.thy --- a/src/HOL/IMP/Big_Step.thy Tue Nov 14 13:56:38 2017 +0100 +++ b/src/HOL/IMP/Big_Step.thy Tue Nov 14 16:17:08 2017 +0100 @@ -206,13 +206,11 @@ thus ?thesis using `\bval b s` by blast next case IfTrue - with `(?iw, s) \ t` have "(c;; ?w, s) \ t" by auto -- "and for this, only the Seq-rule is applicable:" - then obtain s' where + from `(c;; ?w, s) \ t` obtain s' where "(c, s) \ s'" and "(?w, s') \ t" by auto - -- "with this information, we can build a derivation tree for the @{text WHILE}" - with `bval b s` - show ?thesis by (rule WhileTrue) + -- "with this information, we can build a derivation tree for @{text WHILE}" + with `bval b s` show ?thesis by (rule WhileTrue) qed qed ultimately