Theorems · Theorem · linear algebra
TensorProduct.forall_vanishesTrivially_iff_forall_rTensor_injective
∀ (R : Type u_1) [inst : CommRing R] {M : Type u_2} [inst_1 : AddCommGroup M] [inst_2 : Module R M] {N : Type u_3}
[inst_3 : AddCommGroup N] [inst_4 : Module R N],
(∀ {l : ℕ} {m : Fin l → M} {n : Fin l → N}, ∑ i, m i ⊗ₜ[R] n i = 0 → TensorProduct.VanishesTrivially R m n) ↔
∀ (M' : Submodule R M), Function.Injective ⇑(LinearMap.rTensor N M'.subtype)Every expression $\sum_i m_i \otimes n_i$ which vanishes also vanishes trivially if and only if for every submodule $M' \subseteq M$, the map $M' \otimes N \to M \otimes N$ is injective.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 100 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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 · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- Submodulestatement and proof · cited by 7,192
- Finset.sumstatement and proof · cited by 5,195
- Set.rangeproof · cited by 4,705
- Finset.univstatement and proof · cited by 3,473
- TensorProductstatement · cited by 2,545
- Submodule.spanproof · cited by 1,504
Cited by2
Results whose statement or proof uses this declaration.
- Module.Flat.tfae_equational_criterionproof · cited by 2
- TensorProduct.rTensor_injective_of_forall_fg_rTensor_injectiveproof · cited by 0