I found the following definition of strong induction in Analysis 1 (Amann/Escher, third print).
Let $n_0\in\mathbb{N}$ and $\mathcal{A}$ is predicate defined over all integers $n\geq n_0$. Suppose the following two statements are true:
- $\mathcal{A}(n_0)$ is true.
- For all $n\geq n_0$, if $\mathcal{A}(k)$ is true for all $n_0\leq k\leq n$, then $\mathcal{A}(n+1)$ is true.
Then the statement $\mathcal{A}(n)$ is true for all $n\geq n_0$.
On Wikipedia there is representation of mathematical induction in logical symbols. And I want to know how to formalize the strong induction (the given theorem above) in logical symbols?