Theorems · Definition · functional analysis
lp.holder
{ι : Type u_1} →
{𝕜 : Type u_2} →
{E : ι → Type u_3} →
{F : ι → Type u_4} →
{G : ι → Type u_5} →
[inst : RCLike 𝕜] →
[inst_1 : (i : ι) → NormedAddCommGroup (E i)] →
[inst_2 : (i : ι) → NormedSpace 𝕜 (E i)] →
[inst_3 : (i : ι) → NormedAddCommGroup (F i)] →
[inst_4 : (i : ι) → NormedSpace 𝕜 (F i)] →
[inst_5 : (i : ι) → NormedAddCommGroup (G i)] →
[inst_6 : (i : ι) → NormedSpace 𝕜 (G i)] →
{p q : ENNReal} →
(r : ENNReal) →
[hpqr : p.HolderTriple q r] →
(B : (i : ι) → E i →L[𝕜] F i →L[𝕜] G i) →
{K : ℝ} → (∀ (i : ι), ‖B i‖ ≤ K) → ↥(lp E p) → ↥(lp F q) → ↥(lp G r)The map between lp spaces satisfying ENNReal.HolderTriple induced by a
uniformly bounded family of continuous bilinear maps on the underlying spaces.
- Defined in
- Mathlib.Analysis.Normed.Lp.lpHolder
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 215 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- ENNRealstatement and proof · cited by 9,879
- Norm.normstatement and proof · cited by 5,413
- ContinuousLinearMapstatement and proof · cited by 5,352
- AddSubgroupstatement · cited by 3,232
- RCLikestatement and proof · cited by 2,829
- PreLpstatement and proof · cited by 163
- lpstatement and proof · cited by 157
Cited by3
Results whose statement or proof uses this declaration.
- lp.holderₗproof · cited by 3
- lp.holder_coestatement and proof · cited by 0
- lp.holder.congr_simpstatement and proof · cited by 0