Theorems · Definition · linear algebra
mulLinearMap
{l : Type u_1} →
{m : Type u_2} →
{n : Type u_3} →
(R : Type u_5) →
{A : Type u_6} →
[Fintype m] →
[inst : CommSemiring R] →
[inst_1 : NonUnitalNonAssocSemiring A] →
[inst_2 : Module R A] →
[SMulCommClass R A A] → [IsScalarTower R A A] → Matrix l m A →ₗ[R] Matrix m n A →ₗ[R] Matrix l n AA version of LinearMap.mul for matrix multiplication.
- Defined in
- Mathlib.LinearAlgebra.Matrix.Bilinear
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Matrixstatement · cited by 4,303
- IsScalarTowerstatement and proof · cited by 3,896
- SMulCommClassstatement and proof · cited by 1,927
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- mulLeftLinearMapproof · cited by 9
Cited by2
Results whose statement or proof uses this declaration.
- mulLinearMap_apply_applystatement and proof · cited by 0
- mulLinearMap_eq_mulstatement · cited by 0