Prove that if the relation R is reflexive, it is also serial:
$ \forall x \space R(x,x) \vdash \forall x \exists y \space R(x,y)$
I've tried this so far but can't think of anything further:
$1. \space \forall x R(x,x) \space\space\space\space\space premise \\ 2. \space R(x0,x0) \space\space\space\space\space \forall x-elimination, \space from \space line \space 1 \\3. \space ... $
Starting from
apply $\forall$-elimination:
Then $\exists$-introduction. (The trick is to only use the second $x_0$: we're starting from $R(x_0, x_0)$ which is equal to $R(x_0,t) [t := x_0]$.)
Finally apply $\forall$-introduction: