tylerc1991
- 158
- 0
Homework Statement
My first post on PF and just a quick question about summation notation usage: given the same start and end values for all sums used, can I just 'remove', so to speak, the sum signs? For example, I'm trying to prove the triangle inequality and have the equation narrowed down to:
\sum|x-z| <= \sum|x-y|+|y-z|
now can I simply remove the sigma's to yield:
|x-z| <= |x-y|+|y-z| ?
I know this seems like an odd question but I know I've seen this operation somewhere in the past and was unsure of it's correct usage. Thanks a ton!