Theorems · Theorem · commutative algebra
Module.FaithfullyFlat.range_le_ker_of_exact_rTensor
∀ (R : Type u) (M : Type v) [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M] {N1 : Type u_1}
[inst_3 : AddCommGroup N1] [inst_4 : Module R N1] {N2 : Type u_2} [inst_5 : AddCommGroup N2] [inst_6 : Module R N2]
{N3 : Type u_3} [inst_7 : AddCommGroup N3] [inst_8 : Module R N3] (l12 : N1 →ₗ[R] N2) (l23 : N2 →ₗ[R] N3)
[fl : Module.FaithfullyFlat R M],
Function.Exact ⇑(LinearMap.rTensor M l12) ⇑(LinearMap.rTensor M l23) → l12.range ≤ l23.kerIf M is faithfully flat, then exactness of N₁ ⊗ M -> N₂ ⊗ M -> N₃ ⊗ M implies that the
composition N₁ -> N₂ -> N₃ is 0.
Implementation detail, please use rTensor_reflects_exact instead.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 104 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites43
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
- Top.topproof · cited by 9,680
- SetLike.coeproof · cited by 8,199
- Submodulestatement and proof · cited by 7,192
- Set.ofPredproof · cited by 6,101
- Finsuppproof · cited by 5,255
- Bot.botproof · cited by 4,720
Cited by1
Results whose statement or proof uses this declaration.
- Module.FaithfullyFlat.rTensor_reflects_exactproof · cited by 2