Finset.affineCombination_eq_linear_combination
∀ {k : Type u_1} {V : Type u_2} [inst : Ring k] [inst_1 : AddCommGroup V] [inst_2 : Module k V] {ι : Type u_4}
(s : Finset ι) (p : ι → V) (w : ι → k), ∑ i ∈ s, w i = 1 → (Finset.affineCombination k s p) w = ∑ i ∈ s, w i • p iViewing a module as an affine space modelled on itself, affine combinations are just linear combinations.
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- RingAddCommGroupModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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.sumstatement and proof · cited by 5,195
- add_zeroproof · cited by 2,707
- Finset.sum_congrproof · cited by 2,323
- HVAdd.hVAddproof · cited by 1,820
- sub_zeroproof · cited by 938
- AffineMapstatement · cited by 674
- Finset.affineCombinationstatement · cited by 159
Cited by8
Results whose statement or proof uses this declaration.
- AffineBasis.coord_apply_combination_of_memproof · cited by 6
- Affine.Simplex.centroid_vsub_eqproof · cited by 4
- convexHull_range_eq_exists_affineCombinationproof · cited by 2
- AffineBasis.toMatrix_vecMul_coordsproof · cited by 2
- AffineBasis.affineIndependent_of_toMatrix_right_invproof · cited by 1
- AffineBasis.affineSpan_eq_top_of_toMatrix_left_invproof · cited by 1
- AffineBasis.coord_apply_combination_of_notMemproof · cited by 1
- AffineBasis.linear_combination_coord_eq_selfproof · cited by 0