Hi I have the follow questions that I'm not quite able to solve.
Let X be a set, and let $\mathcal R$ be a relation on $X$ which is reflexive and transitive. We define a new relation $\mathcal Q$ on $X$ by declaring that $x$$\mathcal Q$$y$ ⇔ ($x$$\mathcal R$$y$ and $y$$\mathcal R$$x$) $\forall$ $x, y ∈ X.$
(1) Show that $\mathcal Q$ is an equivalence relation.
(2) Let $\mathcal O$,$\mathcal O'$ ∈ X/$\mathcal Q$ be two equivalence classes for the relation $\mathcal Q$. Show that the following conditions are equivalent:
(a) there exist $x$ ∈ $\mathcal O$ and $x'$∈ $\mathcal O'$ such that $x\mathcal Rx'$;
(b) for all $x$ ∈ $\mathcal O$ and all $x'$ ∈ $\mathcal O'$, we have $x\mathcal Rx'$
(3) We define a relation $\overline R$ on $X/\mathcal Q$ by declaring that $\mathcal O \overline R \mathcal O'$ ⇔ (∀$x$ ∈ $\mathcal O$, ∀$x$ ∈ $\mathcal O'$, $x\mathcal Rx'$).
For all $\mathcal O$, $\mathcal O'$ ∈ $X$/$\mathcal Q$. Show that $\overline R$ is an order relation on $X$/$\mathcal Q$.
So I'm pretty sure (1) follows directly from the definition since an equivalence class is defined as a relation that is reflexive, symmetric and transitive. Now since it states that $\mathcal R$ is reflexive and transitive, and the right side just defines symmetry, the conclusion can only be that the relation is also symmetric. This means that $\mathcal Q$ is an equivalence relation. But how do I prove this correctly?
for (2) and (3), they also seem very similar, since they are all equivalence classes meaning that all these definitions must follow from that. However I'm struggling to get anywhere with the correct proof.