Commit 2020-09-11 15:53 a1cbe88a
View on Github →feat(logic/basic, logic/function/basic): involute ite (#4074)
Some lemmas about ite
:
(d)ite_not
: exchanges the branches of an(d)ite
when negating the given prop.involutive.ite_not
: applying an involutive function to anite
negates the prop Other changes: Generalize the arguments for(d)ite_apply
andapply_(d)ite(2)
toSort*
overType*
.