Skip to content

Commit

Permalink
squash lib/monads: add symmetric bipred_disj_op_eq
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Lewis <[email protected]>
  • Loading branch information
corlewis committed Aug 31, 2023
1 parent 41c4adf commit 56bd415
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Monads/Fun_Pred_Syntax.thy
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,8 @@ subsection "Simplification Rules for Lifted And/Or"

lemma bipred_disj_op_eq[simp]:
"reflp R \<Longrightarrow> ((=) or R) = R"
apply (rule ext, rule ext)
apply (auto simp: reflp_def)
done
"reflp R \<Longrightarrow> (R or (=)) = R"
by (auto simp: reflp_def)

lemma bipred_le_true[simp]: "R \<le> \<top>\<top>"
by clarsimp
Expand Down

0 comments on commit 56bd415

Please sign in to comment.