Theorems · Theorem · convex and discrete geometry
Convex.mem_Icc
∀ {𝕜 : Type u_1} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜] {x y z : 𝕜},
x ≤ y → (z ∈ Set.Icc x y ↔ ∃ a b, 0 ≤ a ∧ 0 ≤ b ∧ a + b = 1 ∧ a * x + b * y = z)A point is in an Icc iff it can be expressed as a convex combination of the endpoints.
- Defined in
- Mathlib.Analysis.Convex.Segment
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- Set.ofPredproof · cited by 6,101
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Set.Iccstatement · cited by 1,702
- segment_eq_Iccproof · cited by 9
Cited by2
Results whose statement or proof uses this declaration.
- Convex.mem_Iocproof · cited by 1
- Convex.mem_Icoproof · cited by 0