Commit 2020-10-08 15:41 e74bd261
View on Github →chore(*): add a few more unique instances (#4511)
- linear_map.unique_of_left,- linear_map.unique_of_right,- continuous_linear_map.unique_of_left,- continuous_linear_map.unique_of_right: if either- Mor- M₂is a- subsingleton, then both- M →ₗ[R] M₂and- M →L[R] M₂are- unique;
- pi.unique: if each- β ais- unique, then- Π a, β ais- unique;
- rename function.injective.comap_subsingletontofunction.injective.subsingleton;
- add unique.mk'andfunction.injective.unique;
- add a few simplemmas fordefault;
- drop nonempty_unique_or_exists_neandsubsingleton_or_exists_ne;
- rename linear_map.coe_injtocoe_injectiveandcontinuous_linear_map.coe_injtocoe_fn_injective, make them usefunction.injective. Motivated by #4407