Commit 2022-07-17 06:40 e42057fa
View on Github →feat(data/nat/bitwise): tweak lxor lemmas (#15409)
This PR does the following:
- add
lxor_cancel_right,lxor_cancel_left,lt_lxor_cases. - make
lxor_right_injandlxor_left_injinto iffs as per convention, prove the correspondinglxor_right_injectiveandlxor_left_injectiveseparately. - golf
lxor_eq_zero, tag it assimp, add the correspondinglxor_ne_zerolemma. - simplify the hypothesis of
lxor_trichotomy.