Please show all the steps to solve this problem For any inte
Please show all the steps to solve this problem.
For any integer n lessthanorequalto 1, if A_1, A_2, A_3, ..., A_n and B are any sets, then (A_1 - B) (A_2 - B) ... (A_n - B) = (A_1 A_2 A_3 ... A_n) - B.Solution
Let us prove by induction on n.
For n=1, trivially true since A1- B= A1-B
induction hypothesis: let it be true for n=k-1
i.e. (A1-B) U (A2-B) U... U (Ak-1-B)= (A1UA2U... UAk-1) - B
To prove for n=k
Consider (A1-B) U (A2-B) U... U (Ak-1-B) U (Ak-B)
= ((A1UA2U... UAk-1) - B ) U (Ak-B) ...[from induction hypothesis]
= (A1UA2U... UAk-1UAk) - B ...[since for all sets A,B & C, (A-B) U (C-B) = (A U C) - B;
here, taking A1UA2U... UAk-1 = A & Ak= C (union of sets is a set)]
Thus, we have proved the statement is true for all positive integer n.
hence, (A1-B) U (A2-B) U... U (An-B) = (A1UA2U... UAn) - B
