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 eitherMorM₂is asubsingleton, then bothM →ₗ[R] M₂andM →L[R] M₂areunique;pi.unique: if eachβ aisunique, thenΠ a, β aisunique;- 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