Theorems about convexity on the complex plane #
We show that the open and closed half-spaces in ℂ given by an inequality on either the real or imaginary part are all convex over ℝ. We also prove some results on star-convexity for the slit plane.
theorem
Complex.convexHull_reProdIm
(s t : Set ℝ)
:
(convexHull ℝ) (s ×ℂ t) = (convexHull ℝ) s ×ℂ (convexHull ℝ) t
A version of convexHull_prod
for Set.reProdIm
.
The slit plane is star-convex at a positive number.
The slit plane is star-shaped at a positive real number.
The slit plane is star-shaped at 1
.
@[deprecated convex_halfSpace_re_lt (since := "2024-11-12")]
Alias of convex_halfSpace_re_lt
.
@[deprecated convex_halfSpace_re_le (since := "2024-11-12")]
Alias of convex_halfSpace_re_le
.
@[deprecated convex_halfSpace_re_gt (since := "2024-11-12")]
Alias of convex_halfSpace_re_gt
.
@[deprecated convex_halfSpace_re_ge (since := "2024-11-12")]
Alias of convex_halfSpace_re_ge
.
@[deprecated convex_halfSpace_im_lt (since := "2024-11-12")]
Alias of convex_halfSpace_im_lt
.
@[deprecated convex_halfSpace_im_le (since := "2024-11-12")]
Alias of convex_halfSpace_im_le
.
@[deprecated convex_halfSpace_im_gt (since := "2024-11-12")]
Alias of convex_halfSpace_im_gt
.
@[deprecated convex_halfSpace_im_ge (since := "2024-11-12")]
Alias of convex_halfSpace_im_ge
.