Skip to content

Commit f931710

Browse files
JonBannonb-mehta
authored andcommitted
chore(Analysis/InnerProductSpace/JointEigenspace): Remove duplicated namespace in name of LinearMap.IsSymmetric.directSum_isInternal_of_pairwise_commute (leanprover-community#39784)
1 parent c2e563d commit f931710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Analysis/InnerProductSpace/JointEigenspace.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ theorem iSup_iInf_eq_top_of_commute {ι : Type*} {T : ι → E →ₗ[𝕜] E}
133133

134134
/-- In finite dimensions, given a commuting family of symmetric linear operators, the inner
135135
product space on which they act decomposes as an internal direct sum of joint eigenspaces. -/
136-
theorem LinearMap.IsSymmetric.directSum_isInternal_of_pairwise_commute [DecidableEq (n → 𝕜)]
136+
theorem directSum_isInternal_of_pairwise_commute [DecidableEq (n → 𝕜)]
137137
(hT : ∀ i, (T i).IsSymmetric) (hC : Pairwise (Commute on T)) :
138138
DirectSum.IsInternal (fun α : n → 𝕜 ↦ ⨅ j, eigenspace (T j) (α j)) := by
139139
rw [OrthogonalFamily.isInternal_iff]

0 commit comments

Comments
 (0)