I am trying to prove that the connex property implies reflexivity.
$\vdash (\forall x,\forall y : (xRy \lor yRx)) \Rightarrow (\forall x : xRx)$
Here is my attempt
\begin{align*} &~~~~~(1)~~(\forall x,\forall y : (xRy \lor yRx))\\ &~~~~~~~~~~~\text{\{Justification ?? \}} \\ &\Rightarrow(2)~~(\forall x : (xRx \lor xRx)) \\ &~~~~~~~~~~~\text{\{ Idempotency of disjunction in (2) \}}\\ &\equiv (3)\forall x : (x R x)\\ \end{align*} I am stuck for a justification between steps (1) and (2). The step seems intuitively valid. Do I need a sub-proof or is there some general rule that permits this step?
Your error is that you're trying to prove that the conclusion is equivalent to the premise, whereas you're actually just asked to prove that it follows from the premise.
In a typical formal proof system (here natural deduction) this can be done by almost what you're doing, except without the spurious $\equiv$ signs.