Theorems · Inductive type · functional analysis
GeneralSchauderBasis
(β : Type u_3) →
(𝕜 : Type u_4) →
(X : Type u_5) →
[inst : NontriviallyNormedField 𝕜] →
[inst_1 : NormedAddCommGroup X] → [NormedSpace 𝕜 X] → SummationFilter β → Type (max (max u_3 u_4) u_5)A generalized Schauder basis indexed by β with summation along filter L.
The key fields are:
* basis: The basis vectors e i for i : β
* coord: The coordinate functionals f i for i : β in the dual space
* ortho: Biorthogonality condition f i (e j) = if i = j then 1 else 0
* expansion: Every x equals ∑ i, f i x • e i, converging along L
See SchauderBasis for the classical ℕ-indexed case with conditional convergence,
and UnconditionalSchauderBasis for the unconditional case.
- Defined in
- Mathlib.Analysis.Normed.Module.Bases
- Cited by
- 16 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NormedAddCommGroupstatement · cited by 15,752
- NormedSpacestatement · cited by 12,499
- NontriviallyNormedFieldstatement · cited by 8,742
- SummationFilterstatement · cited by 607
Cited by27
Results whose statement or proof uses this declaration.
- GeneralSchauderBasis.basisstatement and proof · cited by 18
- GeneralSchauderBasis.projstatement and proof · cited by 15
- GeneralSchauderBasis.coordstatement and proof · cited by 13
- SchauderBasisproof · cited by 12
- GeneralSchauderBasis.proj_applystatement and proof · cited by 6
- UnconditionalSchauderBasisproof · cited by 5
- GeneralSchauderBasis.orthostatement and proof · cited by 3
- GeneralSchauderBasis.expansionstatement and proof · cited by 2
- GeneralSchauderBasis.proj_apply_basis_memstatement and proof · cited by 2
- GeneralSchauderBasis.proj_emptystatement and proof · cited by 2
- GeneralSchauderBasis.range_proj_eq_spanstatement and proof · cited by 2
- GeneralSchauderBasis.extstatement and proof · cited by 1