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 1532ec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Monads/Fun_Pred_Syntax.thy
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ subsection "Simplification Rules for Lifted And/Or"

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

0 comments on commit 1532ec6

Please sign in to comment.