Theorems · Theorem · commutative algebra
TensorProduct.map_injective_of_flat_flat
∀ {R : Type u_1} [inst : CommSemiring R] {M : Type u_2} {N : Type u_3} [inst_1 : AddCommMonoid M]
[inst_2 : AddCommMonoid N] [inst_3 : Module R M] [inst_4 : Module R N] {P : Type u_4} {Q : Type u_5}
[inst_5 : AddCommMonoid P] [inst_6 : Module R P] [inst_7 : AddCommMonoid Q] [inst_8 : Module R Q] (f : P →ₗ[R] M)
(g : Q →ₗ[R] N) [Module.Flat R M] [Module.Flat R Q],
Function.Injective ⇑f → Function.Injective ⇑g → Function.Injective ⇑(TensorProduct.map f g)Tensor product of injective maps are injective under some flatness conditions.
Also see TensorProduct.map_injective_of_flat_flat' and
TensorProduct.map_injective_of_flat_flat_of_isDomain for different flatness conditions.
- Defined in
- Mathlib.RingTheory.Flat.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- TensorProductstatement and proof · cited by 2,545
- Module.Flatstatement and proof · cited by 279
- TensorProduct.mapstatement · cited by 250
- Module.Flat.lTensor_preserves_injective_linearMapproof · cited by 31
- Module.Flat.rTensor_preserves_injective_linearMapproof · cited by 24
- LinearMap.lTensor_comp_rTensorproof · cited by 13
Cited by4
Results whose statement or proof uses this declaration.
- LinearIndependent.tmul_of_flat_leftproof · cited by 2
- TensorProduct.map_injective_of_flat_flat_of_isDomainproof · cited by 1
- Module.Flat.tensorProduct_mapIncl_injective_of_rightproof · cited by 0
- IsTensorProduct.map_injective_of_flat_right_leftproof · cited by 0