Possible Duplicate:
Confused between Nested Quantifiers
I asked the question about two sentences. interpreting mixed quantifier
But, I don't know the meaning difference between $$∀x∃y(\text{Cube}(x) → (\text{Tet}(y) ∧ \text{LeftOf}(x, y))),$$ and $$∃y∀x(\text{Cube}(x) → (\text{Tet}(y) ∧ \text{LeftOf}(x, y))),$$
"Every cube is to the left of a tetrahedron"
"There is a tetrahedron that is to the right of every cube"
I think these sentences have same meaning.
Is it wrong? please give me your opinion.