Theorems · Definition · commutative algebra
Module.IsTrivialRelation
{R : Type u_1} →
{M : Type u_2} →
[inst : CommRing R] →
[inst_1 : AddCommGroup M] → [Module R M] → {ι : Type u_3} → [Fintype ι] → (ι → R) → (ι → M) → PropThe proposition that the relation $\sum_i f_i x_i = 0$ in $M$ is trivial.
That is, there exist a finite index type $\kappa$ = Fin k, elements
$(y_j)_{j \in \kappa}$ of $M$, and elements $(a_{ij})_{i \in \iota, j \in \kappa}$ of $R$
such that for all $i$,
$$x_i = \sum_j a_{ij} y_j$$
and for all $j$,
$$\sum_i f_i a_{ij} = 0.$$
By Module.sum_smul_eq_zero_of_isTrivialRelation, this condition implies $\sum_i f_i x_i = 0$.
- Cited by
- 9 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 by9
Results whose statement or proof uses this declaration.
- Module.IsLocalRing.linearIndependent_of_flatproof · cited by 2
- Module.Flat.iff_forall_exists_factorizationproof · cited by 2
- Module.Flat.iff_forall_isTrivialRelationstatement and proof · cited by 2
- Module.Flat.tfae_equational_criterionstatement and proof · cited by 2
- Module.Flat.isTrivialRelation_of_sum_smul_eq_zerostatement · cited by 1
- Equiv.isTrivialRelation_compstatement · cited by 1
- Module.isTrivialRelation_iff_vanishesTriviallystatement · cited by 1
- Module.Flat.of_forall_isTrivialRelationstatement and proof · cited by 0
- Module.sum_smul_eq_zero_of_isTrivialRelationstatement and proof · cited by 0