I have a question regarding set theory when using forall on the same set twice, in the same equation. More specifically, this is the equation I want to write:
$ \forall u_i \in U : u_i \; mutual_{reach} \; \forall u_k \in U $
What this should mean is: If any given user in the set U of users have a mutual reachability with every other user, the group of users have a mutual reachability. I have not seen this way of iterating through every element of the same set twice before and I am therefore not sure if this is the correct notation for it, or if it even makes sense mathematically. Does anyone know if this is correct, or if I am completely off track?