0

I am a bit lost on this question to the point that I don't know where to start. I am confused as to how I am supposed to show this without a defined ~ relation. any help would be greatly appreciated, thank you.

Paul Frost
  • 76,394
  • 12
  • 43
  • 125

1 Answers1

0

If a ~ b, then for all x,
x in [a] iff x ~ a iff x ~ b iff x in [b].
Thus [a] = [b].

If not a ~ b and x in [a] $\cap$ [b], then
x ~ a and x ~ b, so a ~ b, a contradiction.
Thus [a] $\cap$ [b] is empty.