Q#1.
Let x∈A∩C
Case 1,
Since A⊆B,x∈A⟹x∈B
x∈B⟹x∈B∩C
Case 2,
x∈C
x∈C⟹x∈B∩C since x∈B
Thus, in either cases, x∈A∩C⟹x∈B∩C.
So,
∀x(x∈A∩C⟹x∈B∩C)
We now have that,
A∩C⊆B∩C ■.
Q#2.
Let (x,y)∈(A∩B)×(C∩D)
⟺x∈(A∩B)×(C∩D)×y
⟺x∈A∩B∧y∈C∩D
⟺x∈A∧x∈B∧y∈C∧y∈D
⟺x(A×C)y∧x(B×D)y
⟺x(A×C)∩(B×D)y
Therefore,
(A∩B)×(C∩D)=(A×C)∩(B×D) as required ■ .
Q#3.
To begin with, we will first show that A×(B∩C)⊆(A×B)∩(A×C). Suppose (x,y)∈A×(B∩C). This means that, x∈A and y∈B∩C by definition of Cartesian product. By definition of intersection, it follows that y∈B and y∈C.Since x∈A and y∈B, it follows that (x,y)∈A×B by definition of Cartesian product. Also, since x∈A and y∈C it follows that (x,y)∈A×C by definition of ×. Now, we have (x,y)∈A×B and (x,y)∈A×C and so, (x,y)∈(A×B)∩(A×C). Having shown that (x,y)∈A×(B∩C)⟹(x,y)∈(A×B)∩(A×C), we have, A×(B∩C)⊆(A×B)∩(A×C).
Next, we show that (A×B)∩(A×C)⊆A×(B∩C),
Suppose (x,y)∈(A×B)∩(A×C). By definition of intersection, it means that, (x,y)∈A×B and (x,y)∈A×C. By definition of Cartesian product, (x,y)∈A×B means x∈A and y∈B also, (x,y)∈A×C means x∈A and y∈C. We have that, y∈B and y∈C so, y∈B∩C by definition of intersection. Thus, we have deduced that x∈A and y∈B∩C, so (x,y)∈A×(B∩C). Hence,
(A×B)∩(A×C)⊆A×(B∩C).
In summary, we have shown that A×(B∩C)⊆(A×B)∩(A×C) and (A×B)∩(A×C)⊆A×(B∩C). It follows that, A×(B∩C)=(A×B)∩(A×C) as required■.
Q#4.
Suppose x∈p(A)∪p(B),
Then, x∈p(A) or x∈p(B)
Hence,
x⊆A or x⊆B
We need to show that x∈p(A∪B), that is, we need to show that x⊆A∪B
Suppose y∈x then, y∈A or y∈B since x⊆A or x⊆B
Thus, y∈x⟹y∈(A∪B) and so, x⊆(A∪B).
Hence,
x∈p(A∪B)
∴x∈p(A)∪p(B)⟹x∈p(A∪B)
and so,
p(A)∪p(B)⊆p(A∪B) as required ■ .
Q#5.
Suppose that A and B are sets and p(A)⊆p)(B)
By definition of a power set, A⊆p(A).Since A∈p(A) and p(A)⊆p(B), we know that A∈p(B) by definition of subset.
So, by definition of power set, A⊆B ■.
Comments