Theorems · Theorem · linear algebra
LinearMap.toMatrix_comp
∀ {R : Type u_1} [inst : CommSemiring R] {l : Type u_2} {m : Type u_3} {n : Type u_4} [inst_1 : Fintype n]
[inst_2 : DecidableEq n] {M₁ : Type u_5} {M₂ : Type u_6} [inst_3 : AddCommMonoid M₁] [inst_4 : AddCommMonoid M₂]
[inst_5 : Module R M₁] [inst_6 : Module R M₂] (v₁ : Module.Basis n R M₁) (v₂ : Module.Basis m R M₂)
[inst_7 : Fintype m] {M₃ : Type u_7} [inst_8 : AddCommMonoid M₃] [inst_9 : Module R M₃] (v₃ : Module.Basis l R M₃)
[inst_10 : Finite l] [inst_11 : DecidableEq m] (f : M₂ →ₗ[R] M₃) (g : M₁ →ₗ[R] M₂),
(LinearMap.toMatrix v₁ v₃) (f ∘ₗ g) = (LinearMap.toMatrix v₂ v₃) f * (LinearMap.toMatrix v₁ v₂) g- Defined in
- Mathlib.LinearAlgebra.Matrix.ToLin
- Cited by
- 12 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- LinearEquivstatement · cited by 3,317
- Finitestatement and proof · cited by 3,029
- LinearMap.compstatement · cited by 1,642
- Module.Basisstatement and proof · cited by 1,477
Cited by12
Results whose statement or proof uses this declaration.
- Matrix.toLin_mulproof · cited by 9
- LinearMap.det_conjproof · cited by 5
- LinearMap.toMatrix_mulproof · cited by 5
- LinearMap.traceAux_eqproof · cited by 3
- LinearMap.toMvPolynomial_compproof · cited by 2
- Module.Basis.det_compproof · cited by 2
- Module.Basis.det_comp_basisproof · cited by 2
- LinearMap.normDet_compproof · cited by 2
- LinearEquiv.isUnit_detproof · cited by 2
- LinearMap.toMatrixAlgEquiv_compproof · cited by 1
- ContinuousLinearMap.normDet_sqproof · cited by 1
- InnerProductSpace.toMatrix_rankOneproof · cited by 0