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
injective
in the name iff they haveinjective
in the conclusion X_injective
is preferable toinjective_X
.- Unidirectional
inj
lemmas should be dropped in favour of bidirectional ones. Mostly, this PR tried to fix the names of lemmas that concludeinjective
(alsosurjective
andbijective
, but they seemed to be much better already). A lot of the changes are frominjective_X
toX_injective
style