is $P(x) \to \forall x P(x)$ satisfiable

108 Views Asked by At

I need to prove that this formula $P(x) \to \forall x P(x)$ is satisfiable. Can I say for example that x is even number ?

1

There are 1 best solutions below

2
On BEST ANSWER

If $P(x)$ is true for all $x$, then $\forall x P(x)$ and the implication is true.

If $P(x)$ if false for some $x=x_0$, then $P(x_0)\implies\forall x P(x)$ is true because $P(x_0)$ is false.