Given the definition $n \leq x \Leftrightarrow \exists y \ni y+n=x$, how can one prove $n\leq x \rightarrow x = n \vee Sn \leq x$ in Robinson Arithmetic? I think this should be a proof by induction, though I'm not sure, and I can't even prove the base case $0 \leq x \rightarrow x=0 \vee 1 \leq x$. Note: in this formula, $n$ denotes a successor of 0, and $x$ an arbitrary element of the model. As shown by one the answers, statement is false if we allow $n$ to be an arbitrary element.
Expansion/Clarification. I am a novice at logic (at least at this level), but I am reading An Introduction to Goedel's Theorems by Peter Smith. The exact claim is that for any natural number (i.e, $0$ sucessor) $n$, $Q \vdash\forall x (n\leq x \rightarrow (x = n \vee Sn \leq x))$, along with with several other properties about $\leq$ in $Q$. So this is perhaps a `meta-theorem' as mentioned in the comments. The text asserts these properties are "trivial but are a bit tiresome to prove", and leaves several of them as exercises to the reader. This particular property has turned out to be not so trivial for me.

For the case $n=0$, we will use that $\forall x\left(x=0\lor \exists y (x=Sy)\right).$
Then $x=0\implies \left(x=0\lor 1\leq x\right)$.
And $\left(\exists y (x=Sy)\right)$ implies $\exists y (x=y+1)$ or $1\leq x$.
So we conclude that since $\forall x\left(x=0\lor \exists y (x=Sy)\right)$, that $$\forall x(x=0\lor 1\leq x)$$ I'll leave the general $n$ to you.