I run into a bit of confusion when trying to show the equivalence of some statements, for example $$\left(2\le x \lt 5 \right) \vee \left( -1 \lt x \lt 2\right)$$ is equivalent to $$ \left( -1 \le x \lt 5 \right)$$ I can see that it is true that $ \left( -1 \le x \lt 5 \right)$ when either disjunct $\left(2\le x \lt 5 \right)$ or $\left( -1 \lt x \lt 2\right)$ is true and they can't be both true since it would make the equivalent $ \left( -1 \le x \lt 5 \right)$ false.
The part that is unclear is the case when both disjunct are true. They can't be since it would make the equivalent false yet $\phi \vee \psi$ such that $\phi = T$ and $\psi = T$ is a true disjunction. Would that mean that $ \left( -1 \le x \lt 5 \right)$ is equivalent to $\left(2\le x \lt 5 \right)\vee \left( -1 \lt x \lt 2\right)$ is a false proposition?