(I) F = (p ↔ ¬r)
is supposedly (or supposably acc. Joey) euqivalent to:
(II) (p ∧ ¬r) ∨ (¬p ∧ ¬¬r)
However, I can't see it. I always end up at/ circle around (III) (¬p ∨ ¬r) ∧ (r ∨ p)
But I cannot take it from (III) to (II) (or from (I) to (II), obviously.)
It seems to me, I am unfamiliar with one "trick". I have all the rules in the script in front of me but seem to be applying them wrong/inadequately.
Thanks in advance!
You seem to understand that $$a \leftrightarrow b \equiv (a \land b) \lor (\lnot a \land \lnot b).$$ (Note: It is also true that $a\leftrightarrow b = (a\rightarrow b) \land (b \rightarrow a))$
The truth-table above is identical to the truth table for $a\leftrightarrow b$.
But I'll use the first definition I list above.
Now, put $a :=p$, and $b:= \lnot r$. Then we get $$p \leftrightarrow (\lnot r) \equiv (p \land (\lnot r)) \lor (\lnot p \land \lnot(\lnot r))\equiv (p \land \lnot r) \lor (\lnot p \land r)\tag{1}$$