Theorems · Theorem · linear algebra
rTensor_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.rTensor Q f) ⇑(LinearMap.rTensor Q g)Tensoring an exact pair on the right gives an exact pair
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, 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
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- TensorProductstatement · cited by 2,545
- LinearMap.rTensorstatement · cited by 266
- Function.Exactstatement and proof · cited by 182
- lTensor_exactproof · cited by 11
- LinearMap.rTensor_exact_iff_lTensor_exactproof · cited by 1
Cited by9
Results whose statement or proof uses this declaration.
- Module.Flat.rTensor_exactproof · cited by 3
- TensorProduct.vanishesTrivially_of_sum_tmul_eq_zeroproof · cited by 2
- lTensor_injective_of_exact_of_exact_of_rTensor_injectiveproof · cited by 2
- Ideal.subtype_rTensor_rangeproof · cited by 1
- rTensor_mkQproof · cited by 1
- Algebra.TensorProduct.rTensor_kerproof · cited by 1
- TensorProduct.map_kerproof · cited by 1
- LinearMap.lTensor_injective_of_exact_of_flatproof · cited by 0
- Ideal.ker_tensorProductMk_quotientproof · cited by 0