I have statement
$$ \forall x \in \mathbb{Z} : \exists y \in \mathbb{Z} : xy=1 $$
I would translate this into English as:
for all x and for some y integers it is true that:
$$ xy=1 $$
Problem is i don't understand $:$ in this notation. To my understanding if we have statement it is in form $\text{statement}:\text{condition}$ and for sets is used $\{ \text{statement}:\text{condition} \}$ (same thing with $\{\}$). When you have mulitple $:$ in same sentence i don't know how which are "statements" and which are "conditions". With this exmaple it is easy to determine which is "statement" and which is "condition" but there might exists some cases which this isnt so clear ?