I have two questions:
- How do you read the following expression in words: (here is $A\subseteq \mathbb{N}$)
$\forall k\in \mathbb{N}(k\in A\implies k+1\in A)$?
What I would translate it as is: for all $k\in \mathbb{N}$, we have $k+1\in A$ whenever $k\in A$. Not sure if it makes sense. Are there alternate translations?
- How do you prove a statement using the expression above?
What I would do is: Let $k\in \mathbb{N}$ be given. Assume $k\in A$. Then, I use this assumption to prove that $k+1\in A$. Is this correct? I feel like if first two sentences "Let $k\in \mathbb{N}$ be given. Assume $k\in A$." are mentioned in the same line, it seems a bit superfluous. Can I say: "Let $k\in \mathbb{N}$ be given with $k\in A$", or simply "Let $k\in A$ be given", where I omit saying "let $k\in \mathbb{N}$ be given" in the beginning?