Skip to content

Commit

Permalink
lib: adjust corres_symb_exec_r_conj_ex_abs_forwards
Browse files Browse the repository at this point in the history
This was required after a recent update to the schematics of
corres_symb_exec_r_conj_ex_abs

Signed-off-by: Michael McInerney <[email protected]>
  • Loading branch information
michaelmcinerney committed Jul 15, 2024
1 parent a30419f commit d306c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ExtraCorres.thy
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ proof -
qed

lemmas corres_symb_exec_r_conj_ex_abs_forwards =
corres_symb_exec_r_conj_ex_abs[where P'=P' and Q'=P' for P', simplified]
corres_symb_exec_r_conj_ex_abs[where P=P and Q=P for P, where P'=P' and Q'=P' for P', simplified]

lemma gets_the_corres_ex_abs':
"\<lbrakk>no_ofail P a; no_ofail (P' and ex_abs_underlying sr P) b\<rbrakk> \<Longrightarrow>
Expand Down

0 comments on commit d306c3c

Please sign in to comment.