Theorems · Definition · functional analysis
LinearMap.mkContinuous
{𝕜 : Type u_1} →
{𝕜₂ : Type u_2} →
{E : Type u_3} →
{F : Type u_4} →
[inst : Ring 𝕜] →
[inst_1 : Ring 𝕜₂] →
[inst_2 : SeminormedAddCommGroup E] →
[inst_3 : SeminormedAddCommGroup F] →
[inst_4 : Module 𝕜 E] →
[inst_5 : Module 𝕜₂ F] →
{σ : 𝕜 →+* 𝕜₂} → (f : E →ₛₗ[σ] F) → (C : ℝ) → (∀ (x : E), ‖f x‖ ≤ C * ‖x‖) → E →SL[σ] FConstruct a continuous linear map from a linear map and a bound on this linear map.
The fact that the norm of the continuous linear map is then controlled is given in
LinearMap.mkContinuous_norm_le.
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 154 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Modulestatement and proof · cited by 20,661
- LinearMapstatement and proof · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- Ringstatement and proof · cited by 7,463
- Norm.normstatement and proof · cited by 5,413
- ContinuousLinearMapstatement · cited by 5,352
- SeminormedAddCommGroupstatement and proof · cited by 2,671
Cited by40
Results whose statement or proof uses this declaration.
- Complex.reCLMproof · cited by 46
- ContinuousLinearMap.rTensorproof · cited by 32
- MeasureTheory.L1.SimpleFunc.setToL1SCLMproof · cited by 30
- RCLike.reCLMproof · cited by 20
- Complex.imCLMproof · cited by 17
- LinearMap.mkContinuous_norm_lestatement and proof · cited by 16
- ContinuousLinearMap.flipMultilinearproof · cited by 13
- BoundedContinuousFunction.toLpproof · cited by 12
- ContinuousLinearMap.compLpLproof · cited by 11
- RCLike.imCLMproof · cited by 8
- PiTensorProduct.toDualContinuousMultilinearMapproof · cited by 7
- ContinuousMultilinearMap.curryRightproof · cited by 5