$∀\, x \, \{x\in\mathbb N\rightarrow P(x)\}$ can be abbreviated to $∀ \hspace{.1cm} x∈ℕ[P(x)].$ But, I am not sure how I can indicate "concisely" that n and k are natural numbers in ∀n[(∀k < n P(k)) → P(n)], which is strong induction.
To do it verbosely, I could write $∀n∈N[∀k∈N(k<n \rightarrow P(k)) → P(n)]$, but it looks ugly and is difficult to read.