Finset.affineCombination_of_eq_one_of_eq_zero
∀ {k : Type u_1} {V : Type u_2} {P : Type u_3} [inst : Ring k] [inst_1 : AddCommGroup V] [inst_2 : Module k V]
[S : AddTorsor V P] {ι : Type u_4} (s : Finset ι) (w : ι → k) (p : ι → P) {i : ι},
i ∈ s → w i = 1 → (∀ i2 ∈ s, i2 ≠ i → w i2 = 0) → (Finset.affineCombination k s p) w = p iAn affineCombination equals a point if that point is in the set
and has weight 1 and the other points in the set have weight 0.
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 70 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 · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Finsetstatement and proof · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- Ringstatement and proof · cited by 7,463
- Finset.sumproof · cited by 5,195
- HVAdd.hVAddproof · cited by 1,820
- AddTorsorstatement and proof · cited by 1,657
- VSub.vsubproof · cited by 817
- zero_smulproof · cited by 716
- AffineMapstatement · cited by 674
- smul_zeroproof · cited by 665
Cited by8
Results whose statement or proof uses this declaration.
- Finset.affineCombination_piSingleproof · cited by 19
- affineCombination_mem_affineSpanproof · cited by 12
- eq_affineCombination_of_mem_affineSpanproof · cited by 4
- affineIndependent_iff_indicator_eq_of_affineCombination_eqproof · cited by 4
- Affine.Simplex.point_eq_affineCombination_of_pointsWithCircumcenterproof · cited by 1
- Finset.affineCombination_eq_of_weightedVSub_eq_zero_of_eq_neg_oneproof · cited by 1
- AddTorsor.convexCombination_singleproof · cited by 0