Theorems · Definition · linear algebra
TensorProduct.VanishesTrivially
(R : Type u_1) →
[inst : CommRing R] →
{M : Type u_2} →
[inst_1 : AddCommGroup M] →
[Module R M] →
{N : Type u_3} →
[inst_3 : AddCommGroup N] → [Module R N] → {ι : Type u_4} → [Fintype ι] → (ι → M) → (ι → N) → PropAn expression $\sum_i m_i \otimes n_i$ in $M \otimes N$
vanishes trivially if there exist a finite index type $\kappa$ = Fin k,
elements $(y_j)_{j \in \kappa}$ of $N$, and elements $(a_{ij})_{i \in \iota, j \in \kappa}$ of $R$
such that for all $i$,
$$n_i = \sum_j a_{ij} y_j$$
and for all $j$,
$$\sum_i a_{ij} m_i = 0.$$
Note that this condition is not symmetric in $M$ and $N$.
(The terminology "trivial" comes from [Stacks 00HK](https://stacks.math.columbia.edu/tag/00HK).)
- Cited by
- 15 results in Mathlib
- Foundations
- Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- Fintypestatement and proof · cited by 7,736
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
Cited by15
Results whose statement or proof uses this declaration.
- TensorProduct.sum_tmul_eq_zero_of_vanishesTriviallystatement and proof · cited by 4
- TensorProduct.vanishesTrivially_of_sum_tmul_eq_zero_of_rTensor_injectivestatement and proof · cited by 3
- TensorProduct.forall_vanishesTrivially_iff_forall_rTensor_injectivestatement and proof · cited by 2
- TensorProduct.vanishesTrivially_of_sum_tmul_eq_zerostatement · cited by 2
- Equiv.vanishesTrivially_compstatement · cited by 2
- TensorProduct.rTensor_injective_of_forall_vanishesTriviallystatement and proof · cited by 2
- Module.Flat.iff_forall_exists_factorizationproof · cited by 2
- Module.Flat.iff_forall_isTrivialRelationproof · cited by 2
- Module.Flat.tfae_equational_criterionstatement and proof · cited by 2
- TensorProduct.forall_vanishesTrivially_iff_forall_fg_rTensor_injectivestatement and proof · cited by 1
- Module.isTrivialRelation_iff_vanishesTriviallystatement · cited by 1
- Equiv.isTrivialRelation_compproof · cited by 1