Problem: For a, b, c, d restricted to the universe of positive integers, explain why
∀a ∃b ∀c ∃d a/b = c/d is true, but ∀a ∃d ∀c ∃b a/b = c/d is false.
I understand that the order of quantifiers is significant when there are 2 quantifiers. Here there are 4 and I'm unable to explain why the latter is false.
Is it perhaps that in the former, we are able to choose the proportion (a/b) then duplicate it on the RHS with (c/d)?
Let's just take it slow and re-write them in English. The first statement:
First we are given an integer $a$. Given $a$, we want to see if we can choose a $b$ such that the condition holds, because if we can choose such a $b$, such a $b$ must exist.
Take $b=a$. Then for any positive integer $c$, there also exists an integer $d$, namely $c$ itself, such that equation is satisfied. $$ac=ac$$ Thus the first statement is true.
The second statement:
First we are given an $a$. In order to show that the second statement is false, we need to show that no choice of $d$ will work to make the statement true. I.e. the statement must be false for every $d$. So let's show this. At this point, we are now assuming that $a$ and $d$ are given. Now the next part of the statement gives us a $c$ (i.e. we are not free to choose), so now the statement we need to show is always false is:
Now we can clearly see why this is false; not every fraction of the form $\frac{ad}{c}$ reduces to a positive integer, hence cannot equal any choice of positive integer $b$. Therefore there does not always exist a positive integer $b$ such that the condition holds, and thus the statement is false (since it says that there should always exist such a $b$).
I hope this helps.