EmptyRegion
EmptyRegion[n] represents the empty subset of ℝ^n.
Examples
Create an empty region in 2D:
EmptyRegion[2]Check if a point is in an empty region:
RegionMember[EmptyRegion[2], {0, 0}]
(* False *)Please visit the official Wolfram Language Reference for more details.