Theorems · Theorem · commutative algebra
Module.FaithfullyFlat.iff_zero_iff_lTensor_zero
∀ (R : Type u) (M : Type v) [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M],
Module.FaithfullyFlat R M ↔
Module.Flat R M ∧
∀ {N : Type (max u v)} [inst_3 : AddCommGroup N] [inst_4 : Module R N] {N' : Type (max u v)}
[inst_5 : AddCommGroup N'] [inst_6 : Module R N'] (f : N →ₗ[R] N'), LinearMap.lTensor M f = 0 ↔ f = 0An R-module M is faithfully flat iff it is flat and for all linear maps f, the map
id ⊗ f = 0, if and only if f = 0.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 108 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingAddCommGroupModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · 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 and proof · cited by 2,545
- LinearMap.extproof · cited by 844
- LinearMap.idproof · cited by 625
- Module.Flatstatement and proof · cited by 279
- LinearMap.lTensorstatement and proof · cited by 203
- TensorProduct.AlgebraTensorModule.curry_injectiveproof · cited by 159
Cited by1
Results whose statement or proof uses this declaration.
- Module.FaithfullyFlat.transproof · cited by 2