Formalize the following statement "between two different numbers exists another different number". I know that the answer is $$∀x∀y((x<y)→∃z((x<z)∧(z<y)))$$
What I can't understand is why the right answer can't be: $$∀x∀y((x<y)∧∃z((x<z)∧(z<y)))$$
Why there is a need to use the "→" symbol instead of "∧"?