Enderton's An Mathematical Introduction to Logic says on p112:
Now at last we give the set of logical axioms. These are arranged in six groups. Say that a wff $\phi$ is a generalization of $\psi$ iff for some $n = 0$ and some variables $x_1 , \dots , x_n $, $$ \phi = \forall x_1 \dots \forall x_n \psi.$$ We include the case $n = 0$; any wff is a generalization of itself. The logical axioms are then all generalizations of wffs of the following forms, where $x$ and $y$ are variables and $\alpha$ and $\beta$ are wffs:
Tautologies;
$\forall x \alpha \to \alpha_t^x$, where $t$ is substitutable for $x$ in $\alpha$ ;
$\forall x( \alpha \to \beta) \to ( \forall x \alpha \to \forall x \beta )$;
$\alpha \to \forall x \alpha$, where $x$ does not occur free in $\alpha$.
In 4, if $x$ does not occur free in $\alpha$, adding $\forall x$ to $\alpha$ doesn't make any difference, correct?
Does 4 exactly describe a generalization of $\alpha$? Hasn't generalization already been defined earlier, and why do we need 4?
Thanks.