Theorems · Theorem · convex and discrete geometry
Convex.mem_Ico
∀ {𝕜 : Type u_1} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜] {x y z : 𝕜},
x < y → (z ∈ Set.Ico x y ↔ ∃ a b, 0 < a ∧ 0 ≤ b ∧ a + b = 1 ∧ a * x + b * y = z)A point is in an Ico iff it can be expressed as a semistrict convex combination of the
endpoints.
- Defined in
- Mathlib.Analysis.Convex.Segment
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- LinearOrderstatement and proof · cited by 8,572
- Fieldstatement and proof · cited by 7,404
- one_mulproof · cited by 2,841
- add_zeroproof · cited by 2,707
- IsStrictOrderedRingstatement and proof · cited by 2,490
- zero_addproof · cited by 2,366
- LT.lt.leproof · cited by 2,189
- MulZeroClass.zero_mulproof · cited by 1,625
- LT.lt.neproof · cited by 872
- Set.Icostatement and proof · cited by 799
- LE.le.eq_or_ltproof · cited by 220
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.