0
$\begingroup$

$$\phi(x,y) = \exists u \exists v u < x \wedge v < y \wedge f(u,v)$$ $$\phi(x,y) = \forall u \forall v (u < x \wedge v < y) \implies f(u,v)$$

Are above formulas equivalent? Why, intuitevly? Why, formally?

1 Answers 1

1

Let be $\Bbb N$ the universe, $<$ the usual order, $f(u,v)$ always true. The implication $(u < x \wedge v < y) \implies f(u,v)$ will be always true. But $$\phi(0,0) = \exists u \exists v u < 0 \wedge v < 0 \wedge f(u,v)$$ is false.

  • 0
    look at here, please. http://math.stackexchange.com/questions/2109032/two-factorial-formulas-in-second-order-logic2017-01-23