Absolute Value Proof (Need Help)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 10K views
Seda
Messages
70
Reaction score
0

Homework Statement



Prove that abs(a+b+c) is less than or equal to abs(a)+abs(b)+abs(c)

Homework Equations



None

The Attempt at a Solution



This makes sense to me that this would always be true, but i just can't seem to figure out how to write it out
 
Physics news on Phys.org
Write it as abs((a+b)+c) then use the triangle inequality a couple times.
 
Yes, we are given that the triangle inequality is true, (and we also know how to prove the triangle inequality if that helps.)

But it doesn't seem that I can prove this the same way.

I know abs(a+b) <= abs(a) + abs(b)

So I can very easily get that abs(a+b) + abs(c) <= abs(a) + abs(b) + abs(c)

But how do I a get the left half to what i want?
 
Seda said:
Yes, we are given that the triangle inequality is true, (and we also know how to prove the triangle inequality if that helps.)

But it doesn't seem that I can prove this the same way.

I know abs(a+b) <= abs(a) + abs(b)

So I can very easily get that abs(a+b) + abs(c) <= abs(a) + abs(b) + abs(c)

But how do I a get the left half to what i want?

Think of (a+b) as a single number. That is, look at |x+ y| and then set x= a+b, y= c.
 
Wow...it seems so obvious now...

Sometimes I feel like a genius, others I feel stupid as hell, guess what's the case now?

Thanks so much.