Commit 2020-10-20 10:23 cf551ee3
View on Github →chore(*): review some lemmas about injectivity of coercions (#4711) API changes:
- rename
linear_map.coe_fn_congr
toprotected linear_map.congr_arg
; - rename
linear_map.lcongr_fun
toprotected linear_map.congr_fun
; - rename
enorm.coe_fn_injective
toenorm.injective_coe_fn
, addenorm.coe_inj
; - rename
equiv.coe_fn_injective
toequiv.injective_coe_fn
, reformulate in terms offunction.injective
; - add
equiv.coe_inj
; - add
affine_map.injective_coe_fn
,protected affine_map.congr_arg
, andprotected affine_map.congr_fun
; - rename
linear_equiv.to_equiv_injective
tolinear_equiv.injective_to_equiv
, addlinear_equiv.to_equiv_inj
; - rename
linear_equiv.eq_of_linear_map_eq
tolinear_equiv.injective_to_linear_map
, formulate asinjective coe
; - add
linear_equiv.to_linear_map_inj
; - rename
outer_measure.coe_fn_injective
toouter_measure.injective_coe_fn
; - rename
rel_iso.to_equiv_injective
torel_iso.injective_to_equiv
; - rename
rel_iso.coe_fn_injective
torel_iso.injective_coe_fn
; - rename
continuous_linear_map.coe_fn_injective
toinjective_coe_fn
.