I am trying to understand why $\forall n \in \mathbb{N} \vdash P(n)$ doesn't imply $\forall n \in \mathbb{N}P(n)$ by studying the concepts in this answer, and had 2 questions about the difference between $\forall n \in \mathbb{N} \vdash P(n)$ and $\forall n \in \mathbb{N}P(n)$:
- Why does $\forall n \in \mathbb{N} \vdash P(n)$ only make sense in the metatheory? I don't understand why the object theory is not capable of talking about whether or not $P(n)$ can be proven given any explicit $n$, especially because the linked answer says that $\vdash \forall n \in \mathbb{N} P(n)$ is a statement made within the object theory. Semantically, why does the quantification in $\forall n \in \mathbb{N} \vdash P(n)$ happen outside of the theory, but the quantification for $\vdash \forall n \in \mathbb{N} P(n)$ happens inside of the theory?
- Why is the model of the naturals referred to by a statement in the metatheory not necessarily the same as the model of the naturals referred to by a statement in the theory? In this case, both of the statements referring to $\mathbb{N}$, and I thought that $\mathbb{N}$ is a specific model of the naturals, namely $0,1,2,\ldots$; so because we are referring to this set both times, it seems that we are referring to the same model of the naturals regardless of whether we are outside or inside the theory.
For additional context, I am trying to understand why $\forall n \in \mathbb{N} \vdash P(n)$ doesn't imply $\forall n \in \mathbb{N}P(n)$ in order to better understand answers to my question here.