Theorems · Theorem · convex and discrete geometry
Finset.centerMass_congr
∀ {R : Type u_1} {E : Type u_3} {ι : Type u_5} [inst : Field R] [inst_1 : AddCommGroup E] [inst_2 : Module R E]
{t : Finset ι} {w : ι → R} {z : ι → E} [inst_3 : DecidableEq ι] {t' : Finset ι} {w' : ι → R} {z' : ι → E},
(∀ (i : ι), i ∈ t ∧ w i ≠ 0 ∨ i ∈ t' ∧ w' i ≠ 0 → i ∈ t ∩ t' ∧ w i = w' i ∧ z i = z' i) →
t.centerMass w z = t'.centerMass w' z'- Defined in
- Mathlib.Analysis.Convex.Combination
- Cited by
- 3 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.
Cites9
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
- Finsetstatement and proof · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- Fieldstatement and proof · cited by 7,404
- Finset.sumproof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- Finset.filterproof · cited by 949
- Finset.centerMassstatement and proof · cited by 49
- Finset.centerMass_filter_ne_zeroproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- Finset.centerMass_congr_funproof · cited by 1
- Finset.centerMass_congr_finsetproof · cited by 0
- Finset.centerMass_congr_weightsproof · cited by 0