Mathlib Map

Theorems · Theorem · functional analysis

SchauderBasis.proj_comp

∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {X : Type u_2} [inst_1 : NormedAddCommGroup X]
  [inst_2 : NormedSpace 𝕜 X] (b : SchauderBasis 𝕜 X) (n m : ℕ) (x : X), (b.proj n) ((b.proj m) x) = (b.proj (min n m)) x

Composition of projections: proj n (proj m x) = proj (min n m) x.

Defined in
Mathlib.Analysis.Normed.Module.Bases
Cited by
0 results in Mathlib
Foundations
Depth 167 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites17

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.