Theorems · Theorem · linear algebra
lTensor_exact
∀ {R : Type u_1} {M : Type u_2} {N : Type u_3} {P : Type u_4} [inst : CommRing R] [inst_1 : AddCommGroup M]
[inst_2 : AddCommGroup N] [inst_3 : AddCommGroup P] [inst_4 : Module R M] [inst_5 : Module R N] [inst_6 : Module R P]
{f : M →ₗ[R] N} {g : N →ₗ[R] P} (Q : Type u_5) [inst_7 : AddCommGroup Q] [inst_8 : Module R Q],
Function.Exact ⇑f ⇑g → Function.Surjective ⇑g → Function.Exact ⇑(LinearMap.lTensor Q f) ⇑(LinearMap.lTensor Q g)Tensoring an exact pair on the left gives an exact pair
- Cited by
- 11 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.
Cites22
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
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Submoduleproof · cited by 7,192
- TensorProductstatement and proof · cited by 2,545
- HasQuotient.Quotientproof · cited by 2,301
- LinearEquiv.symmproof · cited by 1,461
- LinearMap.rangeproof · cited by 893
- LinearMap.kerproof · cited by 848
Cited by11
Results whose statement or proof uses this declaration.
- rTensor_exactproof · cited by 9
- Module.Flat.lTensor_exactproof · cited by 7
- Algebra.TensorProduct.lTensor_kerproof · cited by 4
- lTensor_injective_of_exact_of_exact_of_rTensor_injectiveproof · cited by 2
- LinearMap.ker_inf_smul_top_eq_smul_of_flatproof · cited by 1
- QuotSMulTop.map_exactproof · cited by 1
- TensorProduct.map_kerproof · cited by 1
- lTensor_mkQproof · cited by 1
- LinearMap.lTensor_injective_of_exact_of_flatproof · cited by 0
- Module.FinitePresentation.isBaseChange_mapproof · cited by 0
- IsBaseChange.of_right_exactproof · cited by 0