i. (∃x)(∀y)Fxy
ii. (∀y)(∃x)Fxy
I am supposed to show that these are not logically equivalent by giving an interpretation that makes one true and the other false. I have the intuition that I need a two element universe of discourse, but I'm not sure how to write this out. Thank all for any help!
It has been a while since I have done these, but I think you could formulate the answer as so.
Fxy means that person y knows person x's name
Then the first expression means there is a person who everyone knows. The second expression means that all people are known by someone. These are not equivalent; one example is that the universe of discourse contains the people Alice, Bob, and Charlie. Bob and Charlie know Alice, but neither Alice nor Charlie know Bob (poor Bob!). Since these can both be true at the same time, and i is true while ii is false, i and ii are not logically equivalent.
The reason this was hard to get to (to my mind at least) was that the role of x and y are 'backward' in the function Fxy - Fxy means "y knows x" in order to make this work.