More basic logic properties #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
A few more logic lemmas. These are in their own file, rather than logic.basic
, because it is
convenient to be able to use the split_ifs
tactic.
Implementation notes #
We spell those lemmas out with dite
and ite
rather than the if then else
notation because this
would result in less delta-reduced statements.
Alias of ne_of_eq_of_ne
.
Alias of ne_of_ne_of_eq
.