Skip to content

Commit

Permalink
Updates for improved substitution method.
Browse files Browse the repository at this point in the history
  • Loading branch information
simondfoster committed Jan 14, 2025
1 parent eb0e9ee commit d3536a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utp_hoare.thy
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ proof (rule mu_rec_total_utp_rule[OF WF M , of _ e ], goal_cases)
case (1 st)
then show ?case
using induct_step[unfolded hoare_r_def, of st "(p\<^sup>< \<and> (e\<^sup><, \<guillemotleft>st\<guillemotright>) \<in> \<guillemotleft>R\<guillemotright> \<longrightarrow> q\<^sup>>)\<^sub>e"]
by (simp add: usubst, simp add: subst_app_def)
by subst_eval
qed

lemma mu_hoare_r':
Expand Down

0 comments on commit d3536a0

Please sign in to comment.