Theorems · Theorem · commutative algebra
LinearMap.toMatrix_baseChange
∀ {R : Type u_1} {M₁ : Type u_2} {M₂ : Type u_3} {ι : Type u_4} {ι₂ : Type u_5} (A : Type u_6) [inst : Fintype ι]
[inst_1 : Finite ι₂] [inst_2 : DecidableEq ι] [inst_3 : CommSemiring R] [inst_4 : CommSemiring A]
[inst_5 : Algebra R A] [inst_6 : AddCommMonoid M₁] [inst_7 : Module R M₁] [inst_8 : AddCommMonoid M₂]
[inst_9 : Module R M₂] (f : M₁ →ₗ[R] M₂) (b₁ : Module.Basis ι R M₁) (b₂ : Module.Basis ι₂ R M₂),
(LinearMap.toMatrix (Algebra.TensorProduct.basis A b₁) (Algebra.TensorProduct.basis A b₂))
(LinearMap.baseChange A f) =
((LinearMap.toMatrix b₁ b₂) f).map ⇑(algebraMap R A)- Defined in
- Mathlib.RingTheory.TensorProduct.Free
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 98 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- RingHomstatement · cited by 10,189
- Fintypestatement and proof · cited by 7,736
- Algebra.algebraMapstatement and proof · cited by 4,706
- Matrixstatement · cited by 4,303
- LinearEquivstatement · cited by 3,317
Cited by2
Results whose statement or proof uses this declaration.
- LinearMap.trace_baseChangeproof · cited by 2
- LinearMap.toMvPolynomial_baseChangeproof · cited by 1