We will define $L_{pc} = \{P_{A} : A \ is \ an \ elementary \ formula \ in \ L \}$
An elementary formula is an atomic formula or a formula of the type $\exists xB$ for some formula B.
This means, for every elementary formula A in the language L, we define an atomic sentence $P_{A}$. Now we will define a function $\phi$ from formulas to sentences in the next manner:
if A is elementary, then $\phi (A) = P_{A}$
if $ A = \neg B$ then $\phi (A) = \neg \phi (B) $
if $ A = B \lor C$ then $\phi (A) = \phi (B) \lor \phi (C) $
if $ A = (\exists xB \lor x \approx x) \lor \neg D $ then $\phi (A) = (P_{\exists xB} \lor P_{x \approx x} \lor \neg \phi (D)) $
Now this is the definition of the language $ L_{pc}$.
Now I need to translate the following formula, in the language $L = (+, \lt, 0)$
$\forall x (x+y \lt 0 \lor x \lt y) $
to the language $L_{pc}$.
To be honest I haven't fully understood how is this suppose to be translated, it might be too intuitive and that might be the reason I can't really put my finger on it.
Any help that could get me going and get me to the point where I understand how to translate formulas like that, would be highly appreciated!