Theorems · Theorem · convex and discrete geometry
Convex.finsum_mem
∀ {R : Type u_1} {E : Type u_3} [inst : Field R] [inst_1 : AddCommGroup E] [inst_2 : Module R E]
[inst_3 : LinearOrder R] [IsStrictOrderedRing R] {ι : Sort u_8} {w : ι → R} {z : ι → E} {s : Set E},
Convex R s → (∀ (i : ι), 0 ≤ w i) → ∑ᶠ (i : ι), w i = 1 → (∀ (i : ι), w i ≠ 0 → z i ∈ s) → ∑ᶠ (i : ι), w i • z i ∈ sA version of Convex.sum_mem for finsums. If s is a convex set, w : ι → R is a family of
nonnegative weights with sum one and z : ι → E is a family of elements of a module over R such
that z i ∈ s whenever w i ≠ 0, then the sum ∑ᶠ i, w i • z i belongs to s. See also
PartitionOfUnity.finsum_smul_mem_convex.
- Defined in
- Mathlib.Analysis.Convex.Combination
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- SetLike.coeproof · cited by 8,199
- Fieldstatement and proof · cited by 7,404
- LE.le.transproof · cited by 3,151
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Function.supportproof · cited by 610
- Convexstatement and proof · cited by 551
- Eq.geproof · cited by 375
- Set.Finite.toFinsetproof · cited by 351
Cited by3
Results whose statement or proof uses this declaration.
- exists_contMDiffSection_forall_mem_convex_of_localproof · cited by 1
- PartitionOfUnity.finsum_smul_mem_convexproof · cited by 1
- SmoothPartitionOfUnity.finsum_smul_mem_convexproof · cited by 0