Assume that $P$ is a 1-place predicate. We define the set of formulas $\Gamma$ like this: $$\Gamma =\{\lnot \forall x_0 P(x_0),P(x_0),P(x_1),P(x_2),...\}.$$
Is $\Gamma $ consistent?
My answer is no, and my deduction is that it is obvious that $\Gamma \vdash \forall x P(x)$ and also $\Gamma \vdash \lnot\forall x P(x)$ so $\Gamma \vdash \bot$, so it is inconsistent, but how can I deduce the part that $\Gamma \vdash \forall x P(x)$? I think it's obvious but I can't prove it. Any help will be appreciated.