What is the name of the following property of summation (t is the time)?
$$\sum_{i=a}^{b}x_{i}(t)=\sum_{i=-b}^{-a}x_{-i}(t)$$
Could you show me a proof of it please?
Thank you.
PS: if possible show me webpages of the above property please.
What is the name of the following property of summation (t is the time)?
$$\sum_{i=a}^{b}x_{i}(t)=\sum_{i=-b}^{-a}x_{-i}(t)$$
Could you show me a proof of it please?
Thank you.
PS: if possible show me webpages of the above property please.
This can be called the "rearrangement property of addition". I.e., it doesn't matter what order you add together the same finite set of numbers, you will get the same result. It follows by easy induction from the commutative and associative properties of addition.
What you have to recognize is that under all the notation, what you have here is the same sum expressed in two different ways, except reversed in order.
The LH sum when written out is (dropping the superfluous $(t)$): $$x_a + x_{a+1} + x_{a+2} + \dots + x_{b-2} + x_{b-1} + x_b$$
The RH sum is $$x_{-(-b)} + x_{-(-b+1)} + x_{-(-b+2)} + \dots + x_{-(-a-2)} + x_{-(-a-1)} + x_{-(-a)}\\=x_b + x_{b-1} + x_{b-2} + \dots + x_{a+2} + x_{a+1} + x_a$$