Commit 2020-06-18 22:26 ed44541a
View on Github →chore(*): regularize naming using injective (#3071) This begins some of the naming regularization discussed at https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/naming.20of.20injectivity.20lemmas Some general rules:
- Lemmas should have injectivein the name iff they haveinjectivein the conclusion
- X_injectiveis preferable to- injective_X.
- Unidirectional injlemmas should be dropped in favour of bidirectional ones. Mostly, this PR tried to fix the names of lemmas that concludeinjective(alsosurjectiveandbijective, but they seemed to be much better already). A lot of the changes are frominjective_XtoX_injectivestyle