Theorems · Theorem · operator theory
LinearMap.trace_eq_sum_inner
∀ {𝕜 : Type u_1} {E : Type u_2} {ι : Type u_3} [inst : RCLike 𝕜] [inst_1 : Fintype ι] [inst_2 : NormedAddCommGroup E]
[inst_3 : InnerProductSpace 𝕜 E] (T : E →ₗ[𝕜] E) (b : OrthonormalBasis ι 𝕜 E),
(LinearMap.trace 𝕜 E) T = ∑ i, inner 𝕜 (b i) (T (b i))- Defined in
- Mathlib.Analysis.InnerProductSpace.Trace
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 230 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- LinearMapstatement and proof · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Finset.sumstatement and proof · cited by 5,195
- InnerProductSpacestatement and proof · cited by 3,523
- Finset.univstatement and proof · cited by 3,473
- RCLikestatement and proof · cited by 2,829
- Module.Basisproof · cited by 1,477
- Inner.innerstatement and proof · cited by 1,089
- Module.Basis.reprproof · cited by 498
Cited by1
Results whose statement or proof uses this declaration.
- InnerProductSpace.trace_rankOneproof · cited by 0