theorem
ray_convex
{𝕜 : Type u_1}
[Ring 𝕜]
[PartialOrder 𝕜]
[IsOrderedRing 𝕜]
{V : Type u_2}
[AddCommGroup V]
[Module 𝕜 V]
(x₀ d : V)
:
Convex 𝕜 (ray 𝕜 x₀ d)
Chapter01 Example 1.3.3: the ray
ray 𝕜 x₀ d = {x | ∃ t : 𝕜, 0 ≤ t ∧ x = x₀ + t • d} is a convex set.
The source states this for d ≠ 0, but the convexity argument does not use that hypothesis.