Theorems · Theorem · linear algebra
LinearMap.sum_repr_mul_repr_mul
∀ {ι₁ : Type u_1} {ι₂ : Type u_2} {Rₗ : Type u_10} {Mₗ : Type u_11} {Nₗ : Type u_12} {Pₗ : Type u_13}
[inst : CommSemiring Rₗ] [inst_1 : AddCommMonoid Mₗ] [inst_2 : AddCommMonoid Nₗ] [inst_3 : AddCommMonoid Pₗ]
[inst_4 : Module Rₗ Mₗ] [inst_5 : Module Rₗ Nₗ] [inst_6 : Module Rₗ Pₗ] (b₁' : Module.Basis ι₁ Rₗ Mₗ)
(b₂' : Module.Basis ι₂ Rₗ Nₗ) {B : Mₗ →ₗ[Rₗ] Nₗ →ₗ[Rₗ] Pₗ} (x : Mₗ) (y : Nₗ),
((b₁'.repr x).sum fun i xi => (b₂'.repr y).sum fun j yj => xi • yj • (B (b₁' i)) (b₂' j)) = (B x) yWrite out B x y as a sum over B (b i) (b j) if b is a basis.
Version for bilinear maps, see sum_repr_mul_repr_mulₛₗ for the semi-bilinear version.
- Defined in
- Mathlib.LinearAlgebra.Basis.Bilinear
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- Finsuppstatement · cited by 5,255
- Finset.sumproof · cited by 5,195
- LinearEquivstatement · cited by 3,317
- Finset.sum_congrproof · cited by 2,323
- Module.Basisstatement and proof · cited by 1,477
- Finsupp.supportproof · cited by 828
Cited by2
Results whose statement or proof uses this declaration.
- LinearMap.toMatrix₂_compl₁₂proof · cited by 7
- LinearMap.toMatrix₂'_compl₁₂proof · cited by 6