I'm very logic noob.
I'm having trouble deciphering what this means.
What I've got is "For all $x$, there exists some $y$ such that $x$ Respects (R) $y$ ~something~ there exists some $z$ such that $f(a)$ Respects (R) $z$"
I know that ⊢ means that $B$ is provable from $A$ but I'm not even sure what $A$ and $B$ are in this case.
Help.
Obviously, we have to assume that the constant symbol $a$ and the function symbol $f$ are part of the language.
This means that $f(a)$ is a term.
Thus, it is enough to apply Universal Instantiation rule (aka $(\forall \text E)$ ) : $\forall x \varphi \vdash \varphi [x/t]$, with term $f(a)$ as $t$, to get from $∀x∃y \ R(x,y)$ the conclusion :
The change of bound variable is straightforward.