Theorems · Theorem · functional analysis
norm_sub_mul_le
∀ {α : Type u_2} [inst : SeminormedRing α] {a b c : α}, ‖a‖ ≤ 1 → ‖c - a * b‖ ≤ ‖c - a‖ + ‖1 - b‖This inequality is particularly useful when c = 1 and ‖a‖ = ‖b‖ = 1 as it then shows that
chord length is a metric on the unit complex numbers.
- Defined in
- Mathlib.Analysis.Normed.Ring.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 113 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SeminormedRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- Norm.normstatement and proof · cited by 5,413
- one_mulproof · cited by 2,841
- le_reflproof · cited by 2,061
- norm_nonnegproof · cited by 725
- add_le_addproof · cited by 666
- SeminormedRingstatement and proof · cited by 446
- mul_le_mul_of_nonneg_rightproof · cited by 301
- norm_mul_leproof · cited by 31
- mul_one_subproof · cited by 9
- norm_sub_le_norm_sub_add_norm_subproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- norm_sub_mul_le'proof · cited by 1
- nnnorm_sub_mul_leproof · cited by 0