Theorems · Definition · linear algebra
TensorProduct.quotientTensorEquiv
{R : Type u_1} →
{M : Type u_2} →
(N : Type u_3) →
[inst : CommRing R] →
[inst_1 : AddCommGroup M] →
[inst_2 : Module R M] →
[inst_3 : AddCommGroup N] →
[inst_4 : Module R N] →
(m : Submodule R M) →
TensorProduct R (M ⧸ m) N ≃ₗ[R] TensorProduct R M N ⧸ (TensorProduct.map m.subtype LinearMap.id).rangeLet M, N be R-modules, m ≤ M be an R-submodule. Then we have a linear isomorphism between
tensor products of the quotient and the quotient of the tensor product:
(M ⧸ m) ⊗[R] N ≃ₗ[R] (M ⊗[R] N) ⧸ (m ⊗ N).
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 91 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.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- Submodulestatement and proof · cited by 7,192
- Bot.botproof · cited by 4,720
- LinearEquivstatement · cited by 3,317
- TensorProductstatement and proof · cited by 2,545
- HasQuotient.Quotientstatement and proof · cited by 2,301
- LinearEquiv.symmproof · cited by 1,461
- LinearMap.rangestatement and proof · cited by 893
- LinearMap.idstatement and proof · cited by 625
Cited by4
Results whose statement or proof uses this declaration.
- TensorProduct.quotTensorEquivQuotSMulproof · cited by 13
- Module.FaithfullyFlat.rTensor_reflects_exactproof · cited by 2
- TensorProduct.quotientTensorEquiv_apply_tmul_mkstatement · cited by 0
- TensorProduct.quotientTensorEquiv_symm_apply_mk_tmulstatement · cited by 0