How can I test the properties of the following relation:
R={((a,b),(c,d)): ad=bd } where a,b,c and d real numbers.
We used to test the properties for only two variables!!
Please anyone have any idea???
Thank you.
How can I test the properties of the following relation:
R={((a,b),(c,d)): ad=bd } where a,b,c and d real numbers.
We used to test the properties for only two variables!!
Please anyone have any idea???
Thank you.
This is a relation on pairs. Where you are accustomed to check e.g. $x \mathrel{R} y$, you'll have to check pairs, like $(u, v) \mathrel{R} (x, y)$
This relation can be expressed:
Two pairs of real numbers $\vec u$ and $\vec v$ are related iff the two components of $\vec u$ are the same or the second component of $\vec v$ is 0.
If with 'properties' you mean reflexivity, symmetry and transivity, we have: