I came up with this question
If A is a subset of B , then A intersection B = A
If $A \subseteq B$ , then $A \cap B = A$
Can anyone please explain me how to do it? Thank you so much!
I came up with this question
If A is a subset of B , then A intersection B = A
If $A \subseteq B$ , then $A \cap B = A$
Can anyone please explain me how to do it? Thank you so much!
If A is a subset of B, then all elements of A are found in B. So their common elements, their intersection, is exactly the A set. An example: A={x; y} B={x; y; z} A ⊆ B, because x ∈ A, x ∈ B and y ∈ A, y ∈ B (! z ∈ B, but z ∉ A, so A≠B) A∩B={x; y}∩{x; y; z}={x; y}=A