I've studied a little bit about logical statements, but apparently not enough. Can you recommend a good reference on how to translate logical statements in English?
For instance, when reading the Axiom of Extensionality on Wikipedia, there is a translation into plain English. Like below,
$$\forall A \, \forall B \, ( \forall X \, (X \in A \iff X \in B) \implies A = B)$$
"Given any set A and any set B, if for every set X, X is a member of A if and only if X is a member of B, then A is equal to B."
After $$\forall A \, \forall B $$ how does the next group of parenthesis, $$ ( \forall X \, (X \in A \iff X \in B) \implies A = B)$$
relate to first two quantifiers?
I get confused on how to read these statements correctly with all the parenthesis and brackets, why is there a "such that" when there is no symbol for such that, etc...
For instance, in the Axiom of Pairing, there is a "such that," like below,
$$\forall A \, \forall B \, \exists C \, \forall D \, [D \in C \iff (D = A \lor D = B)]$$
"Given any set A and any set B, there is a set C such that, given any set D, D is a member of C if and only if D is equal to A or D is equal to B."
Or, perhaps my question should be, "how do you read these statements?"
Thank you!