Mathlib Map

Theorems · Theorem · functional analysis

ContinuousLinearMap.le_of_opNorm_le

∀ {𝕜 : 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] {σ₁₂ : 𝕜 →+* 𝕜₂} [RingHomIsometric σ₁₂] (f : E →SL[σ₁₂] F)
  {c : ℝ}, ‖f‖ ≤ c → ∀ (x : E), ‖f x‖ ≤ c * ‖x‖
Defined in
Mathlib.Analysis.Normed.Operator.Basic
Cited by
21 results in Mathlib
Foundations
Depth 166 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedAddCommGroupSeminormedAddCommGroupNontriviallyNormedFieldNontriviallyNormedFieldNormedSpaceNormedSpaceRingHomIsometric

Around this declaration

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

ContinuousLinearMap.le_opNorm₂ · cited by 15ContinuousLinearMap.le_op…Convex.norm_image_sub_le_of_norm_hasFDerivWithin_le · cited by 9Convex.norm_image_sub_le_…ContinuousLinearMap.opNorm_le_iff · cited by 4ContinuousLinearMap.opNor…ContinuousLinearMap.is_weak_closed_closedBall · cited by 3ContinuousLinearMap.is_we…MeasureTheory.L1.norm_setToL1_le_mul_norm · cited by 3L1.norm_setToL1_le_mul_no…MeasureTheory.L1.norm_setToL1_le_mul_norm' · cited by 3L1.norm_setToL1_le_mul_no…ContinuousLinearMap.opNorm_le_iff_lipschitz · cited by 2ContinuousLinearMap.opNor…Memℓp.bilin_of_top_left · cited by 2Memℓp.bilin_of_top_leftMeasureTheory.ae_eq_zero_of_forall_dual_of_isSeparable · cited by 2MeasureTheory.ae_eq_zero_…OrderedFinpartition.norm_compAlongOrderedFinpartitionL_apply_le · cited by 1OrderedFinpartition.norm_…ContinuousLinearMap.norm_pi_le_of_le · cited by 1ContinuousLinearMap.norm_…ContinuousLinearMap.opNorm_lsmul · cited by 1ContinuousLinearMap.opNor…Memℓp.holder_gen_bound · cited by 1Memℓp.holder_gen_boundMemℓp.holder_top_left_bound · cited by 1Memℓp.holder_top_left_bou…norm_curveIntegral_segment_le · cited by 1norm_curveIntegral_segmen…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 2671SeminormedAddCommGrouple_rfl · cited by 1558le_rflRingHomIsometric · cited by 282RingHomIsometricContinuousLinearMap.le_of_opNorm_le_of_le · cited by 4ContinuousLinearMap.le_of…ContinuousLinearMap.le_of_opN…CITED BYCITES

Cites11

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

Cited by21

Results whose statement or proof uses this declaration.