Commit 2020-12-01 23:23 9a4ed2aa
View on Github →refactor(*): Add _injective alongside _inj lemmas (#5150)
This adds four new injective lemmas:
list.append_right_injectivelist.append_left_injectivesub_right_injectivesub_left_injectiveIt also replaces as many*_injlemmas as possible with an implementation of*_injective.eq_iff, to make it clear that the lemmas are just aliases of each other.