Theorems · Theorem · functional analysis
GeneralSchauderBasis.proj_apply_basis_mem
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {X : Type u_2} [inst_1 : NormedAddCommGroup X]
[inst_2 : NormedSpace 𝕜 X] {β : Type u_3} {L : SummationFilter β} (b : GeneralSchauderBasis β 𝕜 X L) (A : Finset β)
(i : β), (b.proj A) (↑b i) = if i ∈ A then ↑b i else 0The action of the projection on a basis element e i.
- Defined in
- Mathlib.Analysis.Normed.Module.Bases
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 166 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetstatement and proof · cited by 13,712
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapstatement · cited by 5,352
- Finset.sum_congrproof · cited by 2,323
- one_smulproof · cited by 1,374
- zero_smulproof · cited by 716
- SummationFilterstatement and proof · cited by 607
- Finset.sum_ite_eq'proof · cited by 105
Cited by2
Results whose statement or proof uses this declaration.
- GeneralSchauderBasis.range_proj_eq_spanproof · cited by 2
- SchauderBasis.proj_apply_basis_memproof · cited by 0