Skip to content

Commit

Permalink
Fixed broken proof
Browse files Browse the repository at this point in the history
  • Loading branch information
simondfoster committed Jan 30, 2024
1 parent 8c7e4d2 commit 298acc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utp_des_laws.thy
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,6 @@ lemma design_bottom:
lemma design_refine_thms:
assumes "P \<sqsubseteq> Q"
shows "`pre\<^sub>D(P) \<longrightarrow> pre\<^sub>D(Q)`" "`pre\<^sub>D(P) \<and> post\<^sub>D(Q) \<longrightarrow> post\<^sub>D(P)`"
using assms unfolding pred_refine_iff by (pred_auto, blast, pred_auto)
using assms unfolding pred_refine_iff by (pred_auto, blast, pred_auto, blast)

end

0 comments on commit 298acc4

Please sign in to comment.