The intersection of two sets contains only the elements that are common to both.
If x belongs to A and it belongs to B, then x is in the intersection.
If x belong to A but x does not belong to B, then x is NOT in the intersection.
"iff" is often used as a shortcut for "if and only if"
---
To prove
A is a subset of B "iff" intersection of A and B = A
Method: for an iff, you must prove that it works both ways.
1) one way:
A is a subset of B therefore the intersection of A and B = A
A is a subset of B means that any element of A MUST also belong to B.
If x is in A, then it must also be in B.
The intersection of A and B will contain all the elements that are common to A and B.
Therefore, if x belongs to A and if A is a subset of B, then x must be common to both and it must belong to the intersection.
---
2) the other way:
If the intersection of A and B = A, then A must be a subset of B.
Let x be an element of the intersection, and let the intersection be such that it is A. (meaning that there cannot be elements y such that they belong to A and are not in the intersection.
since x belongs to the intersection of A and B, then it must belong to both A and B (by definition of intersection.
Since every element of A must also belong to B (by saying that the intersection = A), then A must be a subset of B.
---
Now, you must rewrite all this using the appropriate jargon and symbols.