Theorems · Theorem · commutative algebra
LinearMap.lTensor_injective_of_exact_of_flat
∀ {R : Type u_1} [inst : CommRing R] {M : Type u_3} [inst_1 : AddCommGroup M] [inst_2 : Module R M] {N : Type u_4}
{P : Type u_5} [inst_3 : AddCommGroup N] [inst_4 : AddCommGroup P] [inst_5 : Module R N] [inst_6 : Module R P]
[Module.Flat R P] (f : N →ₗ[R] P),
Function.Surjective ⇑f →
∀ (g : M →ₗ[R] N),
Function.Injective ⇑g →
Function.Exact ⇑g ⇑f →
∀ (A : Type u_6) [inst_8 : AddCommGroup A] [inst_9 : Module R A], Function.Injective ⇑(LinearMap.lTensor A g)Given a short exact sequence 0 → M → N → P → 0 with P flat,
then any A ⊗ M → A ⊗ N is injective.
- Defined in
- Mathlib.RingTheory.Flat.Equalizer
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 107 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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
- Finsuppproof · cited by 5,255
- TensorProductstatement and proof · cited by 2,545
- LinearMap.kerproof · cited by 848
- Submodule.subtypeproof · cited by 480
- Module.Flatstatement and proof · cited by 279
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.