Symmetric relation on ordered pairs

iamsmooth
Messages
103
Reaction score
0

Homework Statement


For sets A and B, define a relation \mathcal{R} on A∪B by:
\forall A, B \in A \cup B, x\mathcal{R}y if and only if (x,y) \in A \times B

For all sets A and B, if R is symmetric, then A = B

Homework Equations


The Attempt at a Solution



I tried doing this, and I heard it's supposed to be false. BUT I can't see why it can be. The cartesian product should emply that x and y are only related when x is in A and y is in B. So, if it's symmetric, then it's already assumed that all elements in A are related to an element in B, and similarly, all elements in B are related to that same element in A. Which implies that they are equal. No?

Is my logic messed up? I don't see how this could be false. If either of A or B were the empty set, there'd be nothing to prove, since the cartesian product of anything with an empty set is empty, then the if part can never be assumed, and it should be vacuously true.

Can anyone point me in the right direction if I'm doing this wrong? Thanks!
 
Physics news on Phys.org
iamsmooth said:

Homework Statement


For sets A and B, define a relation \mathcal{R} on A∪B by:
\forall A, B \in A \cup B, x\mathcal{R}y if and only if (x,y) \in A \times B

For all sets A and B, if R is symmetric, then A = B


Homework Equations





The Attempt at a Solution



I tried doing this, and I heard it's supposed to be false. BUT I can't see why it can be. The cartesian product should emply that x and y are only related when x is in A and y is in B. So, if it's symmetric, then it's already assumed that all elements in A are related to an element in B, and similarly, all elements in B are related to that same element in A. Which implies that they are equal. No?

Perhaps so, but I don't find your argument convincing. Look at an example:

A = {1,2,3} B = {2,3,4} AUB = (1,2,3,4}

A X B = {(1,2)(1,3)(1,4)(2,2)(2,3)(2,4)(3,2)(3,2)(3,4)}

Here 2R3 and 3R2 because (2,3) and (3,2) are both in A X B.

And 1R2 since (1,2) is in A X B, but (2,1) isn't so we don't have 2R1. So we don't have a symmetric relation. Of course, we also don't have A = B in this example. What you need to show is if A = B this can't happen and conversely, if the relation is symmetric that A = B.

You haven't shown either yet.
 
Actually, I figured it out (I think). Your example wouldn't work because it isn't symmetric which means symmetry (if part) fails so it's vacuously true either way, but I'm pretty sure this is right.

Proof:

Symmetry (in this context) means for all x,y in AUB, if (x, y) is in A x B, then (y, x) is also in A x B.

So the "if" part of the statement I'm trying to prove (For all sets A and B, if R is symmetric, then A = B) is an if statement itself.

I pick A = {1} and B = ∅
Thus AUB = {1}. A x B = ∅. So there never exists a relation to satisfy the "if" part of the symmetry statement. Because there are no values in A x B. Thus, it is symmetric vacuously. So it is true that it is symmetric, but A != B.

QED

This makes sense in my crazy mind... Can anyone see anything wrong with it?
 
I think you are missing the point of this problem. Let's consider two non-empty sets A and B and a relation R on AUB. That is, R is just a subset of (AUB) X (AUB).

R has the property that if (x,y) \in R \rightleftarrows (x,y) \in A \times B.

In other words (x,y) \in R if and only if x\in A\hbox{ and }y \in B

What you are asked to prove is: R is symmetric if and only if A = B. There are two parts; I will show you the easy part and get you started on the hard part.

Part a. Given A = B show R is symmetric.
Proof: Suppose (x,y)\in R. Then x\in A\hbox{ and }y \in A. This implies (y,x)\in R, so R is symmetric.

Part b. Given R is symmetric, show A = B.
So you need to show A \subset B\hbox{ and }B \subset A. You might begin by observing that A \times B \subset R.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top