Theorems · Definition · functional analysis
MultilinearMap.mkContinuousLinear
{𝕜 : Type u} →
{ι : Type v} →
{E : ι → Type wE} →
{G : Type wG} →
{G' : Type wG'} →
[inst : NontriviallyNormedField 𝕜] →
[inst_1 : (i : ι) → SeminormedAddCommGroup (E i)] →
[inst_2 : (i : ι) → NormedSpace 𝕜 (E i)] →
[inst_3 : SeminormedAddCommGroup G] →
[inst_4 : NormedSpace 𝕜 G] →
[inst_5 : SeminormedAddCommGroup G'] →
[inst_6 : NormedSpace 𝕜 G'] →
[inst_7 : Fintype ι] →
(f : G →ₗ[𝕜] MultilinearMap 𝕜 E G') →
(C : ℝ) →
(∀ (x : G) (m : (i : ι) → E i), ‖(f x) m‖ ≤ C * ‖x‖ * ∏ i, ‖m i‖) →
G →L[𝕜] ContinuousMultilinearMap 𝕜 E G'Given a map f : G →ₗ[𝕜] MultilinearMap 𝕜 E G' and an estimate
H : ∀ x m, ‖f x m‖ ≤ C * ‖x‖ * ∏ i, ‖m i‖, construct a continuous linear
map from G to ContinuousMultilinearMap 𝕜 E G'.
In order to lift, e.g., a map f : (MultilinearMap 𝕜 E G) →ₗ[𝕜] MultilinearMap 𝕜 E' G'
to a map (ContinuousMultilinearMap 𝕜 E G) →L[𝕜] ContinuousMultilinearMap 𝕜 E' G',
one can apply this construction to f.comp ContinuousMultilinearMap.toMultilinearMapLinear
which is a linear map from ContinuousMultilinearMap 𝕜 E G to MultilinearMap 𝕜 E' G'.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 171 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- RingHom.idstatement and proof · cited by 18,349
- NormedSpacestatement and proof · cited by 12,499
- LinearMapstatement and proof · cited by 10,215
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Fintypestatement and proof · cited by 7,736
- Norm.normstatement and proof · cited by 5,413
- ContinuousLinearMapstatement · cited by 5,352
- Finset.univstatement and proof · cited by 3,473
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Finset.prodstatement and proof · cited by 2,356
Cited by6
Results whose statement or proof uses this declaration.
- ContinuousMultilinearMap.curryLeftproof · cited by 27
- OrderedFinpartition.compAlongOrderedFinpartitionLproof · cited by 6
- ContinuousMultilinearMap.flipLinearproof · cited by 5
- ContinuousMultilinearMap.curryMidproof · cited by 5
- MultilinearMap.mkContinuousLinear_norm_lestatement · cited by 1
- MultilinearMap.mkContinuousLinear_norm_le'statement · cited by 1