Theorems · Theorem · commutative algebra
LinearMap.lTensor_inj_iff_rTensor_inj
∀ {R : Type u_1} [inst : CommSemiring R] (M : Type u_7) {N : Type u_8} {P : Type u_9} [inst_1 : AddCommMonoid M]
[inst_2 : AddCommMonoid N] [inst_3 : AddCommMonoid P] [inst_4 : Module R M] [inst_5 : Module R N]
[inst_6 : Module R P] (f : N →ₗ[R] P),
Function.Injective ⇑(LinearMap.lTensor M f) ↔ Function.Injective ⇑(LinearMap.rTensor M f)Given a linear map f : N → P, f ⊗ M is injective if and only if M ⊗ f is injective.
- Defined in
- Mathlib.LinearAlgebra.TensorProduct.Map
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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 · cited by 2,545
- LinearMap.rTensorstatement and proof · cited by 266
- LinearMap.lTensorstatement · cited by 203
- TensorProduct.commproof · cited by 108
Cited by3
Results whose statement or proof uses this declaration.
- Module.Flat.lTensor_preserves_injective_linearMapproof · cited by 31
- Module.free_of_lTensor_residueField_injectiveproof · cited by 1
- Module.Invertible.rTensor_injective_iffproof · cited by 0