jgens
Gold Member
- 1,575
- 50
Homework Statement
Prove that the placement of the parentheses in any given sum is irrelevant.
Homework Equations
a + (b + c) = (a + b) + c
a_1 + \dots + a_n = a_1 + (a_2 + \dots (a_{n-1} + a_n) \dots )
The Attempt at a Solution
My book suggests that I split this problem up into three segments and I've followed that advice. I would appreciate it if someone could give me feedback on whatever of the following is correct and what is not correct. Thanks!
1. We first prove that
(a_1 + \dots a_{n-1}) + a_n = a_1 + \dots a_n
by induction on n. Clearly eqaulity holds when n = 1, n = 2, and n = 3 (by the associative property). Now assume that this equality holds for the sum of k numbers; if it also holds for k+1 numbers, then equality always holds. Consider,
(a_1 + \dots + a_k) + a_{k+1}
Using the associative property, this expression can be rewritten into the form
(a_1 + \dots + a_k) + a_{k+1} = a_1 + [(a_2 + \dots a_k) + a_{k+1}]
Since this latter expression contains exactly k numbers (in which case, equality holds) this sum can once again be rewritten as
(a_1 + \dots + a_k) + a_{k+1} = a_1 + (a_2 + \dots a_k + a_{k+1}) = a_1 + a_{k+1}
as desired.
2. Next, we prove that if n \geq k, then
(a_1 + \dots a_k) + (a_{k+1} + \dots + a_n) = a_1 + \dots a_n
by induction on k. Clearly, equality holds when k = 1 since the expression on the left is immediately identical to the one on the right. Now suppose that equality holds for some arbitrary k; if this implies that it also holds for k+1, then it equality always holds. So consider,
(a_1 + \dots + a_{k+1}) + (a_{k+2} + \dots + a_n)
By part 1 we know that
a_1 + \dots + a_{k+1} = (a_1 + \dots + a_k) + a_{k+1}
In which case, we have the equality
(a_1 + \dots + a_{k+1}) + (a_{k+2} + \dots + a_n) = [(a_1 + \dots a_k) + a_{k+1}] + (a_{k+2} + \dots + a_n)
Using the associative property to rewrite this, we see that
(a_1 + \dots + a_{k+1}) + (a_{k+2} + \dots + a_n) = (a_1 + \dots a_k) + [a_{k+1} + (a_{k+2} + \dots + a_n)] = a_1 + \dots + a_n
By the assumption in our inductive step. This completes this part of the proof.
3. To complete the proof, suppose that s(a_1, \dots, a_n) is some sum formed from a_1, \dots, a_n. Then we need only show that
s(a_1, \dots, a_n) = a_1 + \dots a_n
I figured that it might be possible to do this by utilizing the fact every sum can be split up such that s(a_1, \dots, a_n) = s'(a_1, \dots, a_k) + s''(a_{k+1}, \dots, a_n). If one were to continue to split each sum up, then one would invariably end up with a number of sums of the form a_l + \dots a_k. Using part 2, the sum of these sums could then be shown to be equal to a_1 + \dots + a_n.
This was only my initial thought and the reasoning seems a bit shaky so I would appreciate any advice on how to complete this part of the proof. I would also appreciate corrections on parts 1 and 2 of the proof. Thanks!
Edit: I'm sorry if this is in the wrong section. It's a problem from my calculus book and it seems a bit more advanced than many pre-calculus problems so I figured that this would be the correct sub-forum.