I'd like to prove that $\forall k \exists y \forall x (x < y \Leftrightarrow \forall n (n < x \Rightarrow n < k))$ holds for first order arithmetic but I'm not sure where to start. I should probably do that inductively but it contains universal quantifier inside. What to do in such cases?
2026-04-03 02:41:19.1775184079
How to prove $\forall k \exists y \forall x (x < y \Leftrightarrow \forall n (n < x \Rightarrow n < k))$?
91 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
It's helpful to simplify things a bit by figuring out what the analogue of "$\subseteq$" is in this context.
Remember that $\subseteq$ is the relation defined by $$x\subseteq y\quad\iff\quad\forall z(z\in x\implies z\in y).$$ If we replace "$\in$" with "$<$," the corresponding "arithmetic subset" notion - which I'll denote "$\sqsubseteq$" - is defined by $$x\sqsubseteq y\quad\iff\quad \forall z(z<x\implies z<y).$$ That right hand side is something we can simplify quite well: "every number $<x$ is also $<y$" is just a complicated way of saying $\color{red}{x\le y}$.
So now let's look back at the powerset axiom. In somewhat abbreviated form, it says
Replacing "$\in$" with "$<$" and using our characterization of "$\sqsubseteq$" above, the "arithmetic powerset principle" is the statement
Does every $a$ in fact have such a $b$? (HINT: there's a crucial difference here between this question and the analogous question with $\mathbb{N}$ replaced with $\mathbb{R}_{\ge 0}$ ...)