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.
theorem
Complex.starConvex_ofReal_slitPlane
{x : ℝ}
(hx : 0 < x)
:
StarConvex ℝ (↑x) Complex.slitPlane
The slit plane is star-shaped at a positive real number.
The slit plane is star-shaped at 1
.
@[deprecated convex_halfSpace_re_lt]
Alias of convex_halfSpace_re_lt
.
@[deprecated convex_halfSpace_re_le]
Alias of convex_halfSpace_re_le
.
@[deprecated convex_halfSpace_re_gt]
Alias of convex_halfSpace_re_gt
.
@[deprecated convex_halfSpace_re_ge]
Alias of convex_halfSpace_re_ge
.
@[deprecated convex_halfSpace_im_lt]
Alias of convex_halfSpace_im_lt
.
@[deprecated convex_halfSpace_im_le]
Alias of convex_halfSpace_im_le
.
@[deprecated convex_halfSpace_im_gt]
Alias of convex_halfSpace_im_gt
.
@[deprecated convex_halfSpace_im_ge]
Alias of convex_halfSpace_im_ge
.