Definition for path connected: A topological space $X$ is path connected if for every $x, y \in X$ there is a path in $X$ from $x$ to $y$. A subset $A$ of a topological space $X$ is path connected in $X$ if $A$ is path connected in the subspace topology that $A$ inherits from $X$.
Now, Consider $\mathbb{R}^2$ with the standard topology and define two sets $A$ and $B$ on $\mathbb{R}^2$ as:
$A \subset \mathbb{R}^2$ given as $A = \{(x,y) \ s.t.\ –1 < x < 1\ and\ –3 < y < x\}$
$B \subset \mathbb{R}^2$ given as $B = \{(x,y) \ s.t.\ –1 < x < 1\ and\ x < y < 5\}$.
Both A and B are path connected.
I've been reading some other Questions like this one, and here's a few examples of sets that is also path connected: $A \cup cl(B)$, $cl(A) \cup cl(B)$, and $A \cup B$.
Are these correct? Thanks.