XodoX
- 195
- 0
I don't understand it.
A has n elements, and B has m elements. Give the exact maximum/minimum of
1) A \bigcup B
2) A \bigcap B
3) A X BI don't understand the solution to this..
1) If A and B are a disjunction ( A\bigcap B = ∅), then the max of A \bigcup B is:
A \bigcap B = ∅ -> |A\bigcupB| = m + nIf A is a subset of B (A\subseteqB) or B a subset of A (B \subseteq A),
then the min of A and B is:
A\subseteqB -> |A\bigcupB| = |B| = m
B\subseteqA -> |A\bigcupB| = |A| = nSo you're basically saying the min here is m and n. I understand that. I just don't get the explanation of it. I have to show why it's the min.
Therefore, the max of A \bigcup B is:
max(n,m) \leq |A\bigcupB| \leq n+m
Don't get this one. In words: The max is no greater than n+m. But it says it's less or equal to A and B. So you're already assuming A and B is the max?
2 and 3 have the same confusing explanations.
A has n elements, and B has m elements. Give the exact maximum/minimum of
1) A \bigcup B
2) A \bigcap B
3) A X BI don't understand the solution to this..
1) If A and B are a disjunction ( A\bigcap B = ∅), then the max of A \bigcup B is:
A \bigcap B = ∅ -> |A\bigcupB| = m + nIf A is a subset of B (A\subseteqB) or B a subset of A (B \subseteq A),
then the min of A and B is:
A\subseteqB -> |A\bigcupB| = |B| = m
B\subseteqA -> |A\bigcupB| = |A| = nSo you're basically saying the min here is m and n. I understand that. I just don't get the explanation of it. I have to show why it's the min.
Therefore, the max of A \bigcup B is:
max(n,m) \leq |A\bigcupB| \leq n+m
Don't get this one. In words: The max is no greater than n+m. But it says it's less or equal to A and B. So you're already assuming A and B is the max?
2 and 3 have the same confusing explanations.