Theorems · Theorem · operator theory
LinearMap.IsSymmetric.directSum_isInternal_of_pairwise_commute
∀ {𝕜 : 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} [FiniteDimensional 𝕜 E] [inst_4 : DecidableEq (n → 𝕜)],
(∀ (i : n), LinearMap.IsSymmetric (T i)) →
Pairwise (Function.onFun Commute T) → DirectSum.IsInternal fun α => ⨅ j, (T j).eigenspace (α j)In finite dimensions, given a commuting family of symmetric linear operators, the inner product space on which they act decomposes as an internal direct sum of joint eigenspaces.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 205 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.
- NormedAddCommGroupstatement and proof · cited by 15,752
- Submodulestatement and proof · cited by 7,192
- Bot.botproof · cited by 4,720
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- FiniteDimensionalstatement and proof · cited by 1,854
- iInfstatement · cited by 1,690
- Module.Endstatement and proof · cited by 774
- Commutestatement and proof · cited by 639
- Function.onFunstatement and proof · cited by 570
- Pairwisestatement and proof · cited by 516
- Submodule.orthogonalproof · cited by 257
Cited by1
Results whose statement or proof uses this declaration.