Theorems · Theorem · convex and discrete geometry
Finset.centerMass_pair
∀ {R : Type u_1} {E : Type u_3} {ι : Type u_5} [inst : Field R] [inst_1 : AddCommGroup E] [inst_2 : Module R E]
(i j : ι) (w : ι → R) (z : ι → E) [inst_3 : DecidableEq ι],
i ≠ j → {i, j}.centerMass w z = (w i / (w i + w j)) • z i + (w j / (w i + w j)) • z j- Defined in
- Mathlib.Analysis.Convex.Combination
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Finsetstatement · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- AddCommMonoidproof · cited by 12,281
- Fieldstatement and proof · cited by 7,404
- Algebra.algebraMapproof · cited by 4,706
- Nat.cast_oneproof · cited by 2,501
- zero_addproof · cited by 2,366
- eq_natCastproof · cited by 104
- Finset.centerMassstatement · cited by 49
- Finset.sum_pairproof · cited by 11
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.