I am thinking about whether this is valid or not;
∃x∀y (P(x,y)) ↔ ∀x∃y (P(x,y))
My attempt so far; Let's assume that P(x,y) function represents that x and y are friends, on the left side of the statement it says "At least 1 person in the world is friend with everybody on earth. " and on the right "Whole world is friend with at least 1 common person". Do these mean that right should support left and left should support right, I am confused and can't think of any other function suiting the statement right now. I guess in this case, the statement is valid but I am not sure at all..
"Friends with" is a confusing example because it is normally a symmetric relation: if I am "friends with" Joe I usually expect it to be true that Joe is friends with me also.
Try a different relation, one that is not symmetric. For example, try making $P(x,y)$ mean that $x$ is older than $y$.