If I were to say that A intersect B was the empty set, does that imply that B intersect A is also the empty set?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
Yes. Because $A \cap B = \{ x | x \in A \text{ and } x \in B \}$ and surely "and" is commutative. |
|||
|
|
|
A ∩ B := {(x ∊ U)|(x ∊ A) ⋀ (x ∊ B)} You can see that this is a logical statement of the form P ⋀ Q and any logic textbook will tell you that P ⋀ Q = Q ⋀ P, i.e. that ⋀ is commutative, that seems to me to be the justification. |
|||
|
|