Zakon Vol 1, Ch2, Sec-6, Prob-19 : Cardinality of union of 2 sets

AI Thread Summary
The discussion focuses on proving that the union of two disjoint finite sets A and B, with m and n elements respectively, contains m + n elements. The user employs mathematical induction, starting with a base case where B has one element, successfully demonstrating that the union holds true. The inductive step involves assuming the hypothesis for a set with k elements and proving it for k + 1 elements. A participant suggests that the proof may be overly complex, emphasizing that the union simply combines all members of A and B, confirming the result. The solution is validated, but the user expresses uncertainty about its complexity.
dawoodvora
Messages
5
Reaction score
0

Homework Statement




Show by induction that if the fi nite sets A and B have m and n elements,
respectively, then
(i) A X B has mn elements;
(ii) A has 2m subsets;
(iii) If further A \cap B = \varphi, then A \cup B has m+ n elements.

NOTE : I am only interested in the (iii) section of the problem. Section (i) and (ii), I was able to solve albeit with some help.

Homework Equations





The Attempt at a Solution


Here is the attempt at the solution

I am using mathematical induction to solve the query.

P(n) : |A| = m, |B| = n; |A \cup B| = m + n if A \cap B = \varphi.

Basis Step:

P(n = 1) to be proven as true.

Let A = { a1, a2,...am} => |A| = m
Let B = {b1} => |B| = 1

Now A \cup B = {a1, a2,...am,b1}
|A \cup B| = m + 1 elements, since A and B are disjoint(given) Thus P(1) holds true.
Basis Step is proven.

Let us redefine B = {b1, b2, ..., bk, bk+1} => |B| = k+1.
Also |A \cap B| = \varphi
Now consider Bk = {b1, b2,..., bk} => Bk \subset B, |Bk| = k

Inductive hypothesis:
Assume P(k) holds true for n = k i.e.,

|A \cup Bk| = m + k, when A \cap Bk = \varphi

Inductive Step:

Bk \subset B => B = Bk \cup {bk+1}
A \cup B = A \cup (Bk \cup {bk+1}) = (A \cup Bk) \cup {Bk+1} = m + k + 1 = m + (k + 1) => P(k+1) holds true. Thus Induction is complete.

Somehow, I am not convinced with the solution that I have attempted. Please let me know if I am missing something.
 
Physics news on Phys.org
dawoodvora said:

Homework Statement

Show by induction that if the finite sets A and B have m and n elements,
respectively, then
(i) A X B has mn elements;
(ii) A has 2m subsets;
This is wrong. What you have written is 2 times m while, in fact, A has 2m subsets. If you don't want to use LaTeX (as you have below) use 2^m.

(iii) If further A \cap B = \varphi, then A \cup B has m+ n elements.

NOTE : I am only interested in the (iii) section of the problem. Section (i) and (ii), I was able to solve albeit with some help.

Homework Equations


The Attempt at a Solution


Here is the attempt at the solution

I am using mathematical induction to solve the query.

P(n) : |A| = m, |B| = n; |A \cup B| = m + n if A \cap B = \varphi.

Basis Step:

P(n = 1) to be proven as true.

Let A = { a1, a2,...am} => |A| = m
Let B = {b1} => |B| = 1

Now A \cup B = {a1, a2,...am,b1}
|A \cup B| = m + 1 elements, since A and B are disjoint(given) Thus P(1) holds true.
Basis Step is proven.

Let us redefine B = {b1, b2, ..., bk, bk+1} => |B| = k+1.
Also |A \cap B| = \varphi
Now consider Bk = {b1, b2,..., bk} => Bk \subset B, |Bk| = k

Inductive hypothesis:
Assume P(k) holds true for n = k i.e.,

|A \cup Bk| = m + k, when A \cap Bk = \varphi

Inductive Step:

Bk \subset B => B = Bk \cup {bk+1}
A \cup B = A \cup (Bk \cup {bk+1}) = (A \cup Bk) \cup {Bk+1} = m + k + 1 = m + (k + 1) => P(k+1) holds true. Thus Induction is complete.

Somehow, I am not convinced with the solution that I have attempted. Please let me know if I am missing something.
That's correct but seems overly complicated. If A and B have no members in common, A\cup B contains every member of A and B- thus has m+ n members.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top