Mathematical Induction question

AI Thread Summary
The discussion revolves around proving a mathematical induction statement involving n + 1 sets A1, A2, ..., An, and B. The user is attempting to establish the base case and induction step but encounters difficulties in manipulating the mathematical symbols correctly. They express confusion about the transition from the left-hand side to the right-hand side of the equation during the induction step. Clarifications are provided regarding the equality of unions and sums, which help the user recognize the underlying structure of the proof. The conversation emphasizes the importance of understanding these relationships to complete the induction proof successfully.
William1
Messages
4
Reaction score
0
A question I'm working on and my math book doesn't clarify the answer well enough for me to follow. I'm having some issues at getting the math symbols to work correctly so bare with me!Prove by mathematical induction that if A1, A2, ..., An and B are any n + 1 sets, then:
View attachment 37
Base step = n = 1 so P(1): A1 ∩ B = A1 ∩ B
Induction Step: LHS of P(k+1):

Substitute (k+1) for all N. Working LHS: (where {k U i = 1}Ai is the union from 1 to n of Ak)
=(({k U i = 1}Ai​) U Ak+1) ∩ B; then distribute:
=(({k U i = 1}(Ai​ ∩ B) U ( Ak+1 ∩ B)

then this is where I get stuck. I feel there is about one or two more steps but I can't seem to grasp it. Any suggestions?
 

Attachments

  • question.png
    question.png
    1.3 KB · Views: 100
Physics news on Phys.org
William said:
Prove by mathematical induction that if A1, A2, ..., An and B are any n + 1 sets, then:
https://www.physicsforums.com/attachments/37
$\bigcup\limits_{k = 1}^{N + 1} {\left( {A_k \cap B} \right)} = \bigcup\limits_{k = 1}^N {\left( {A_k \cap B} \right)} \cup \left( {A_{N + 1} \cap B} \right)$
$ = \left[ {\left( {\bigcup\limits_{k = 1}^{N } { {A_k }} } \right) \cap B} \right] \cup \left( {A_{N+1 } \cap B} \right)$
$ = \left[ {\left( {\bigcup\limits_{k = 1}^{N } { {A_k } } } \right) \cup A_{N+1 } } \right] \cap B$.

Can you finish?
 
Last edited:
Wouldn't it just be:

= {k+1 U i = 1 Ai U Ak+1) ∩ B
= {k+1 U i = 1} (Ai ∩ B)
 
William said:
Wouldn't it just be:
= {k+1 U i = 1 Ai U Ak+1) ∩ B
= {k+1 U i = 1} (Ai ∩ B)
Do you see that $\left( {\bigcup\limits_{k = 1}^N {A_k } } \right) \cup A_{N + 1} = \bigcup\limits_{k = 1}^{N + 1} {A_k } ~?$

I started with $P(N)$ being true.
Then looked at the expansion of $P(N+1)$.
 
Yes, I sort of see how they are equal. It's still not crystal clear to me yet though.
 
William said:
Yes, I sort of see how they are equal. It's still not crystal clear to me yet though.
Can you see that $\sum\limits_{k = 1}^{n + 1} {a_k } = a_1 + a_2 + \cdots + a_{n + 1} = \left( {a_1 + a_2 + \cdots + a_n } \right) + a_{n + 1} ~?$

If so $\sum\limits_{k = 1}^{n + 1} {a_k } =\sum\limits_{k = 1}^{n} {a_k }+ a_{n + 1} $
 
Yes, I see that.
 
William said:
Yes, I see that.
Then what are you missing in understanding the induction proof?
 

Similar threads

Back
Top