Mathlib Map

Theorems · Theorem · operator theory

LinearMap.IsSymmetric.orthogonalFamily_iInf_eigenspaces

∀ {𝕜 : Type u_1} {E : Type u_2} {n : Type u_3} [inst : RCLike 𝕜] [inst_1 : NormedAddCommGroup E]
  [inst_2 : InnerProductSpace 𝕜 E] {T : n → Module.End 𝕜 E},
  (∀ (i : n), LinearMap.IsSymmetric (T i)) →
    OrthogonalFamily 𝕜 (fun γ => ↥(⨅ j, (T j).eigenspace (γ j))) fun γ => (⨅ j, (T j).eigenspace (γ j)).subtypeₗᵢ

The joint eigenspaces of a family of symmetric operators form an OrthogonalFamily.

Defined in
Mathlib.Analysis.InnerProductSpace.JointEigenspace
Cited by
1 results in Mathlib
Foundations
Depth 171 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeNormedAddCommGroupInnerProductSpace

Around this declaration

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

Cites15

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

Cited by1

Results whose statement or proof uses this declaration.