anonymous
2007-09-19 17:16:20 UTC
If A does not equal B, then
There's some element a that exists in A, but does not exist in B
OR
There's some element b that exists in B, but does not exist in A
A = (a, ......)
B = (b, ......)
AxB = ( (a, b), .....)
BxA = ( (b, a), .....)
Since (a, b) and (b, a) are both ordered pairs:
(a, b) does not equal (b, a) unless a = b.
However, if a = b, then a (or b) exists in both A and B which cannot be true unless A = B
Therefore, AxB does not equal BxA unless A=B.
Is this a sound proof? If not, what did I do wrong and how should I correct it?