Theorems · Theorem · linear algebra
LinearMap.rTensor_baseChange
∀ {R : Type u_1} {A : Type u_2} {B : Type u_3} {M : Type u_4} {N : Type u_5} [inst : CommSemiring R]
[inst_1 : Semiring A] [inst_2 : Algebra R A] [inst_3 : Semiring B] [inst_4 : Algebra R B] [inst_5 : AddCommMonoid M]
[inst_6 : AddCommMonoid N] [inst_7 : Module R M] [inst_8 : Module R N] (φ : A →ₐ[R] B) (t : TensorProduct R A M)
(f : M →ₗ[R] N),
(LinearMap.rTensor N φ.toLinearMap) ((LinearMap.baseChange A f) t) =
(LinearMap.baseChange B f) ((LinearMap.rTensor M φ.toLinearMap) t)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Semiringstatement and proof · cited by 13,802
- 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
- AlgHomstatement and proof · cited by 3,236
- TensorProductstatement and proof · cited by 2,545
- LinearMap.rTensorstatement · cited by 266
- AlgHom.toLinearMapstatement and proof · cited by 254
Cited by1
Results whose statement or proof uses this declaration.
- Submodule.exists_fg_of_baseChange_eq_zeroproof · cited by 0