This question arose while reading Velleman's How to Prove It in section 2.3. For context, the definition of ∩F is { x |∀A ∈F(x ∈ A)}={ x |∀A(A ∈F → x ∈ A)} and ∪F is { x |∃A ∈F(x ∈ A)}={ x |∃A(A ∈F∧x ∈ A)}. F is a family of sets.
The question, however, doesn't have much to do with these definitions than it does with the title and a more generalized issue of these two statements when used with respect to sets. Why is the definition for ∩F defined as ∀A(A ∈F → x ∈ A) but not ∀A(A ∈F∧x ∈ A)? Aren't they both saying checking for the same conditions: that A belongs to F and x belongs to A?
I understand why they aren't the same by transforming the definition for ∩F into a logical statement: ∀A(A does not belong to F or x belongs to A), which is obviously different than ∀A(A ∈F∧x ∈ A).
I suppose I just need some convincing in some way other than a logical statement.