affineIndependent_iff_eq_of_fintype_affineCombination_eq
∀ (k : Type u_1) {V : Type u_2} {P : Type u_3} [inst : Ring k] [inst_1 : AddCommGroup V] [inst_2 : Module k V]
[inst_3 : AddTorsor V P] {ι : Type u_4} [inst_4 : Fintype ι] (p : ι → P),
AffineIndependent k p ↔
∀ (w1 w2 : ι → k),
∑ i, w1 i = 1 →
∑ i, w2 i = 1 →
(Finset.affineCombination k Finset.univ p) w1 = (Finset.affineCombination k Finset.univ p) w2 → w1 = w2A finite family is affinely independent if and only if any affine combinations (with sum of weights 1) that evaluate to the same point are equal.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- Finsetproof · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- SetLike.coeproof · cited by 8,199
- Fintypestatement and proof · cited by 7,736
- Ringstatement and proof · cited by 7,463
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- AddTorsorstatement and proof · cited by 1,657
- Set.indicatorproof · cited by 723
- AffineMapstatement · cited by 674
Cited by5
Results whose statement or proof uses this declaration.
- Affine.Simplex.affineCombination_mem_setInterior_iffproof · cited by 5
- Affine.Simplex.affineCombination_eq_touchpoint_iffproof · cited by 3
- AffineIndependent.injOn_affineCombination_fintypeAffineCoordsproof · cited by 1
- AffineBasis.affineIndependent_of_toMatrix_right_invproof · cited by 1
- Affine.Simplex.ExcenterExists.affineCombination_eq_excenter_iffproof · cited by 1