Theorems · Theorem · commutative algebra
LinearMap.rTensor_comp_apply
∀ {R : Type u_1} [inst : CommSemiring R] (M : Type u_7) {N : Type u_8} {P : Type u_9} {Q : Type u_10}
[inst_1 : AddCommMonoid M] [inst_2 : AddCommMonoid N] [inst_3 : AddCommMonoid P] [inst_4 : AddCommMonoid Q]
[inst_5 : Module R M] [inst_6 : Module R N] [inst_7 : Module R P] [inst_8 : Module R Q] (g : P →ₗ[R] Q)
(f : N →ₗ[R] P) (x : TensorProduct R N M),
(LinearMap.rTensor M (g ∘ₗ f)) x = (LinearMap.rTensor M g) ((LinearMap.rTensor M f) x)- Defined in
- Mathlib.LinearAlgebra.TensorProduct.Map
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- TensorProductstatement and proof · cited by 2,545
- LinearMap.compstatement · cited by 1,642
- LinearMap.rTensorstatement and proof · cited by 266
- LinearMap.coe_compproof · cited by 38
- LinearMap.rTensor_compproof · cited by 20
Cited by7
Results whose statement or proof uses this declaration.
- PolynomialLaw.toFun'_eq_of_diagramproof · cited by 2
- Submodule.exists_fg_le_eq_rTensor_inclusionproof · cited by 2
- Submodule.exists_fg_le_eq_rTensor_subtypeproof · cited by 2
- Module.Flat.iff_rTensor_injectiveproof · cited by 1
- LinearMap.rTensor_injective_of_fgproof · cited by 1
- LinearEquiv.rTensor_trans_applyproof · cited by 0
- DirectSum.coe_decomposeTensor_applyproof · cited by 0