Theorems · Theorem · functional analysis
NormedAddGroupHom.opNorm_eq_of_bounds
∀ {V₁ : Type u_2} {V₂ : Type u_3} [inst : SeminormedAddCommGroup V₁] [inst_1 : SeminormedAddCommGroup V₂]
(f : NormedAddGroupHom V₁ V₂) {M : ℝ},
0 ≤ M → (∀ (x : V₁), ‖f x‖ ≤ M * ‖x‖) → (∀ N ≥ 0, (∀ (x : V₁), ‖f x‖ ≤ N * ‖x‖) → M ≤ N) → ‖f‖ = M- Defined in
- Mathlib.Analysis.Normed.Group.Hom
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- Set.ofPredproof · cited by 6,101
- Norm.normstatement and proof · cited by 5,413
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- le_antisymmproof · cited by 2,068
- NormedAddGroupHomstatement and proof · cited by 216
- NormedAddGroupHom.opNorm_le_boundproof · cited by 12
- NormedAddGroupHom.bounds_bddBelowproof · cited by 3
- le_csInf_iffproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- SeparationQuotient.norm_normedMk_eq_oneproof · cited by 0