Theorems · Definition · functional analysis
PreLp
{α : Type u_3} → (E : α → Type u_5) → [(i : α) → NormedAddCommGroup (E i)] → Type (max u_3 u_5)We define PreLp E to be a type synonym for ∀ i, E i which, importantly, does not inherit
the pi topology on ∀ i, E i (otherwise this topology would descend to lp E p and conflict
with the normed group topology we will later equip it with.)
We choose to deal with this issue by making a type synonym for ∀ i, E i rather than for the lp
subgroup itself, because this allows all the spaces lp E p (for varying p) to be subgroups of
the same ambient group, which permits lemma statements like lp.monotone (below).
- Defined in
- Mathlib.Analysis.Normed.Lp.lpSpace
- Cited by
- 163 results in Mathlib
- Foundations
- Depth 1 from the axioms, rests on 2 definitions · uses no axioms
- Assumes
- NormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NormedAddCommGroupstatement and proof · cited by 15,752
Cited by205
Results whose statement or proof uses this declaration.
- lpstatement and proof · cited by 157
- lp.singlestatement · cited by 34
- HilbertBasis.reprstatement · cited by 12
- lp.extstatement and proof · cited by 11
- lp.memℓpstatement and proof · cited by 11
- OrthogonalFamily.linearIsometrystatement and proof · cited by 11
- lp.hasSum_normstatement and proof · cited by 9
- lp.norm_eq_tsum_rpowstatement and proof · cited by 7
- IsHilbertSum.linearIsometryEquivstatement · cited by 7
- lp.isLUB_normstatement and proof · cited by 6
- lp.norm_apply_le_normstatement and proof · cited by 6
- lp.norm_eq_card_dsupportstatement and proof · cited by 6
Showing the 200 most cited of 205.