Let A={2,4} and B={6,8,10} and define relations R and S from A to B as follows:
For all (x,y)∈A×B, xRy iff x∣y, and xSy iff y−4=x.
Let us state explicitly which ordered pairs are in A×B,R,S,R∪S, and R∩S:
A×B={(2,6),(2,8),(2,10),(4,6),(4,8),(4,10)}
R={(2,6),(2,8),(2,10),(4,8)}
S={(2,6),(4,8)}
R∪S={(2,6),(2,8),(2,10),(4,8)}
R∩S={(2,6),(4,8)}
Comments