Theorems · Theorem · linear algebra
linearMap_toMatrix_mul_basis_toMatrix
∀ {ι : Type u_1} {ι' : Type u_2} {κ' : Type u_4} {R : Type u_5} {M : Type u_6} [inst : CommSemiring R]
[inst_1 : AddCommMonoid M] [inst_2 : Module R M] {N : Type u_9} [inst_3 : AddCommMonoid N] [inst_4 : Module R N]
(b : Module.Basis ι R M) (b' : Module.Basis ι' R M) (c' : Module.Basis κ' R N) (f : M →ₗ[R] N) [inst_5 : Fintype ι']
[inst_6 : Fintype ι] [inst_7 : Finite κ'] [inst_8 : DecidableEq ι] [inst_9 : DecidableEq ι'],
(LinearMap.toMatrix b' c') f * b'.toMatrix ⇑b = (LinearMap.toMatrix b c') f- Defined in
- Mathlib.LinearAlgebra.Matrix.Basis
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 92 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
- Fintypestatement and proof · cited by 7,736
- Matrixstatement · cited by 4,303
- LinearEquivstatement · cited by 3,317
- Finitestatement and proof · cited by 3,029
- LinearMap.compproof · cited by 1,642
- Module.Basisstatement and proof · cited by 1,477
Cited by3
Results whose statement or proof uses this declaration.
- basis_toMatrix_mul_linearMap_toMatrix_mul_basis_toMatrixproof · cited by 2
- LinearMap.det_toMatrix_eq_det_toMatrixproof · cited by 2
- mul_basis_toMatrixproof · cited by 0