Mathlib Map

Theorems · Theorem · functional analysis

ContinuousLinearMap.opNorm_le_bound

∀ {𝕜 : Type u_1} {𝕜₂ : Type u_2} {E : Type u_4} {F : Type u_5} [inst : SeminormedAddCommGroup E]
  [inst_1 : SeminormedAddCommGroup F] [inst_2 : NontriviallyNormedField 𝕜] [inst_3 : NontriviallyNormedField 𝕜₂]
  [inst_4 : NormedSpace 𝕜 E] [inst_5 : NormedSpace 𝕜₂ F] {σ₁₂ : 𝕜 →+* 𝕜₂} (f : E →SL[σ₁₂] F) {M : ℝ},
  0 ≤ M → (∀ (x : E), ‖f x‖ ≤ M * ‖x‖) → ‖f‖ ≤ M

If one controls the norm of every A x, then one controls the norm of A.

Defined in
Mathlib.Analysis.Normed.Operator.Basic
Cited by
59 results in Mathlib
Foundations
Depth 117 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedAddCommGroupSeminormedAddCommGroupNontriviallyNormedFieldNontriviallyNormedFieldNormedSpaceNormedSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

LinearMap.mkContinuous_norm_le · cited by 16LinearMap.mkContinuous_no…ContinuousLinearMap.norm_smulRight_apply · cited by 6ContinuousLinearMap.norm_…Submodule.orthogonalProjectionOnto_norm_le · cited by 6Submodule.orthogonalProje…ContinuousLinearMap.opNNNorm_le_bound · cited by 5ContinuousLinearMap.opNNN…ContinuousLinearMap.opNorm_eq_of_bounds · cited by 5ContinuousLinearMap.opNor…LinearIsometry.norm_toContinuousLinearMap_le · cited by 5LinearIsometry.norm_toCon…innerSL_apply_norm · cited by 5innerSL_apply_normContinuousLinearMap.norm_id_le · cited by 4ContinuousLinearMap.norm_…ContinuousLinearMap.opNorm_le_iff · cited by 4ContinuousLinearMap.opNor…exists_dual_vector · cited by 3exists_dual_vectorContinuousLinearMap.homothety_norm · cited by 3ContinuousLinearMap.homot…ContinuousLinearMap.opENorm_le_bound · cited by 3ContinuousLinearMap.opENo…ContinuousLinearMap.opNorm_le_bound' · cited by 3ContinuousLinearMap.opNor…ApproximatesLinearOn.norm_fderiv_sub_le · cited by 3ApproximatesLinearOn.norm…ContinuousLinearMap.is_weak_closed_closedBall · cited by 3ContinuousLinearMap.is_we…DFunLike.coe · cited by 62936DFunLike.coeReal · cited by 25697RealNormedSpace · cited by 12499NormedSpaceRingHom · cited by 10189RingHomNontriviallyNormedField · cited by 8742NontriviallyNormedFieldNorm.norm · cited by 5413Norm.normContinuousLinearMap · cited by 5352ContinuousLinearMapSeminormedAddCommGroup · cited by 2671SeminormedAddCommGroupcsInf_le · cited by 51csInf_leContinuousLinearMap.bounds_bddBelow · cited by 4ContinuousLinearMap.bound…ContinuousLinearMap.opNorm_le…CITED BYCITES

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by59

Results whose statement or proof uses this declaration.