diff --git a/lib/Corres_UL.thy b/lib/Corres_UL.thy index 031f758bf0..733f09316e 100644 --- a/lib/Corres_UL.thy +++ b/lib/Corres_UL.thy @@ -1177,8 +1177,8 @@ lemma corres_move_asm: lemmas corres_cross_over_guard = corres_move_asm[rotated] lemma corres_cross_add_guard: - "\ \s s'. \(s,s') \ sr; P s; P' s'\ \ Q s'; - corres_underlying sr nf nf' r P (P' and Q) f g\ + "\ \s s'. \(s,s') \ sr; P s; P' s'\ \ Q' s'; + corres_underlying sr nf nf' r P (P' and Q') f g\ \ corres_underlying sr nf nf' r P P' f g" by (fastforce simp: corres_underlying_def)