I need to create a formal proof of there not being the largest number, with only the definition of "less than" being given with Peano arithmetic. $s(x)$ means successor of $x$ or $x + 1$.
$$ \text{Premise}\\ \forall x\forall y (x \lt y \iff \exists z(x + s(z) = y)\\ \text{Prove}\\ \forall x \exists y (x < y) $$
I've tried proof by contradiction, but the resources online don't seem to translate well into a formal proof. In particular, the strategy of "assume there is a largest number, add one, done" doesn't really translate with formal proof steps.
Solved!
The key to solving this was with "creating the right half" of the original premise: $\exists z (x + s(z) = y)$