Mathlib v3 is deprecated. Go to Mathlib v4

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 and subsingleton
  • Fix compile, fix two non-terminate simps
  • 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_idnorm_id_le, new norm_id assumes ∃ x : E, x ≠ 0
  • estimates on the norm of e : E ≃L[𝕜] F`` and e.symm`.
  • rename (anti)lipschitz_with.to_inverse to to_right_inverse

Estimated changes