Theorems · Theorem · convex and discrete geometry
PointedCone.mem_span_set
Deprecated since 2026-03-22Use PointedCone.mem_hull_set instead.
∀ {R : Type u_1} {E : Type u_2} [inst : Semiring R] [inst_1 : PartialOrder R] [inst_2 : IsOrderedRing R]
[inst_3 : AddCommMonoid E] [inst_4 : Module R E] {x : E} {s : Set E},
x ∈ PointedCone.hull R s ↔ ∃ c, ↑c.support ⊆ s ∧ (∀ (y : E), 0 ≤ c y) ∧ (c.sum fun m r => r • m) = xAlias of PointedCone.mem_hull_set.
Elements of the cone hull are expressible as conical combination of elements from s.
- Defined in
- Mathlib.Geometry.Convex.Cone.Pointed
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement · cited by 53,352
- Modulestatement · cited by 20,661
- Semiringstatement · cited by 13,802
- Finsetstatement · cited by 13,712
- AddCommMonoidstatement · cited by 12,281
- SetLike.coestatement · cited by 8,199
- PartialOrderstatement · cited by 6,410
- Finsuppstatement · cited by 5,255
- Finsupp.supportstatement · cited by 828
- IsOrderedRingstatement · cited by 777
- Finsupp.sumstatement · cited by 481
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.