Theorems · Theorem · convex and discrete geometry
Convexity.StdSimplex.weights_restrict
∀ {X : Type u_2} {K : Type u_8} [inst : Semifield K] [inst_1 : LinearOrder K] [inst_2 : IsStrictOrderedRing K]
(w : Convexity.StdSimplex K X) (s : Set X) (hs : ∃ x ∈ s, w.weights x ≠ 0) [inst_3 : DecidablePred fun x => x ∈ s],
(w.restrict s hs).weights =
((Finsupp.filter (fun x => x ∈ s) w.weights).sum fun _x k => k)⁻¹ • Finsupp.filter (fun x => x ∈ s) w.weights- Defined in
- Mathlib.Geometry.Convex.ConvexSpace.Defs
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 72 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.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- AddCommMonoidproof · cited by 12,281
- LinearOrderstatement and proof · cited by 8,572
- Finsuppstatement and proof · cited by 5,255
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Finsupp.sumstatement and proof · cited by 481
- Semifieldstatement and proof · cited by 439
- Convexity.StdSimplexstatement and proof · cited by 123
- Convexity.StdSimplex.weightsstatement and proof · cited by 63
- Finsupp.filterstatement and proof · cited by 36
- Convexity.StdSimplex.restrictstatement · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- Convexity.StdSimplex.support_weights_restrictproof · cited by 2
- Convexity.StdSimplex.convexCombPair_restrict_restrict_complproof · cited by 1