Commit 2024-09-12 09:57 2f55b8c9
View on Github →chore: deprecate 14 Init.Logic
lemmas (#16721)
Deprecate
(and,or,iff)_(true,false)_iff
and(true,false)_(and_or_iff)_iff
for the lemmas without_iff
, which are in coreiff_self_iff
foriff_self
in corenot_or_of_not
fornot_or_intro
in core The vast majority of their uses are as simp/rw lemmas, for which the core versions work equally well.