WK95
- 139
- 1
R1 = { (1,2) , (1,3) , (1,4) (1,5) , (1,6) } No
R2 = { (x,y) in R x R | x = sin(y) }
R3 = { (x,y) in Z x Z | y2 = x }
R4 = { (Φ, {Φ}) , ({Φ},Φ) , (Φ,Φ) , ({Φ},{Φ}) } No
R5 = { (x,y) in N x Z | 0<x<1, 3<y<4 }
A x B means Cartesian product. That much I know. What I don't know is how to solve them with regards to the above problems.
I know that
If A = {a1, a2} and B = {b1, b2}
Then A x B = {(a1, b1),(a1, b2),(a2, b1),(a2, b2)}
R2 = { (x,y) in R x R | x = sin(y) }
R3 = { (x,y) in Z x Z | y2 = x }
R4 = { (Φ, {Φ}) , ({Φ},Φ) , (Φ,Φ) , ({Φ},{Φ}) } No
R5 = { (x,y) in N x Z | 0<x<1, 3<y<4 }
A x B means Cartesian product. That much I know. What I don't know is how to solve them with regards to the above problems.
I know that
If A = {a1, a2} and B = {b1, b2}
Then A x B = {(a1, b1),(a1, b2),(a2, b1),(a2, b2)}