Can someone please help me answer this question?
--------------------------------------…
If S and T are sets, the statement S=T can be experssed as:
∀x, (x∈S ⇔ x∈T)
What does S ≠ T mean? How do you go about showing that two sets are not the same?
--------------------------------------…
This is how I solved it:
∀x, (x ∉ S ⇔ x ∉ T)
But I don't think it's right.
Thank-you.
--------------------------------------…
If S and T are sets, the statement S=T can be experssed as:
∀x, (x∈S ⇔ x∈T)
What does S ≠ T mean? How do you go about showing that two sets are not the same?
--------------------------------------…
This is how I solved it:
∀x, (x ∉ S ⇔ x ∉ T)
But I don't think it's right.
Thank-you.
-
There exists an x that is an element in S and not an element in T
Or
There exists an x that is an element in T and not an element in S
Or
There exists an x that is an element in T and not an element in S
-
Hint: To prove inequality, you don't need to say something about _all_ x. It is sufficient to say something about just one x.