Theorems · Theorem · convex and discrete geometry
Convexity.StdSimplex.convexCombPair_restrict_restrict_compl
∀ {I : Type u_6} {K : Type u_8} [inst : Semifield K] [inst_1 : LinearOrder K] [inst_2 : IsStrictOrderedRing K]
(w : Convexity.StdSimplex K I) (s : Set I) (hs : ∃ x ∈ s, w.weights x ≠ 0) (hs' : ∃ x ∈ sᶜ, w.weights x ≠ 0)
[inst_3 : DecidablePred fun x => x ∈ s],
Convexity.convexCombPair ((Finsupp.filter (fun x => x ∈ s) w.weights).sum fun _x k => k)
((Finsupp.filter (fun x => x ∉ s) w.weights).sum fun _x k => k) ⋯ ⋯ ⋯ (w.restrict s hs) (w.restrict sᶜ hs') =
w- Defined in
- Mathlib.Geometry.Convex.ConvexSpace.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- LinearOrderstatement and proof · cited by 8,572
- Finsuppstatement · cited by 5,255
- Compl.complstatement and proof · cited by 2,925
- 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
- smul_inv_smul₀proof · cited by 59
- Convexity.convexCombPairstatement · cited by 52
Cited by1
Results whose statement or proof uses this declaration.
- Convexity.IsConvexSet.of_convexCombPair_memproof · cited by 0