Commit 2020-03-28 03:34 67327881
View on Github →feat(analysis/normed_space/operator_norm): a few more estimates (#2233)
- feat(*): a few more theorems about
unique
andsubsingleton
- Fix compile, fix two non-terminate
simp
s - Update src/topology/metric_space/antilipschitz.lean This lemma will go to another PR
- feat(analysis/normed_space/operator_norm): a few more estimates
le_op_norm_of_le
:∥x∥ ≤ c → ∥f x∥ ≤ ∥f∥ * c
;norm_id
→norm_id_le
, newnorm_id
assumes∃ x : E, x ≠ 0
- estimates on the norm of
e : E ≃L[𝕜] F`` and
e.symm`. - rename
(anti)lipschitz_with.to_inverse
toto_right_inverse