deepdream of
          a sidewalk
Show Question
Math and science::Analysis::Tao::07. Series

Summation over finite sets, definition

Let X be a set with nN elements and let f:XN be a function from X to the real numbers. Then we define the finite sum xXf(x) as follows.

Select any bijection g from {iN:1in} to X. Such a bijection exists since X is assumed to have n elements. We then define:
xXf(x):=i=1nf(g(i))

While this is just a definition, we still need to check that it creates a valid identity that is consistent with the requirements of equality. Specifically, the requirements of the substitution axiom must be met. Our definition allows for freedom to choose a bijection, so we must insure that any such choice of bijection produces a sum equal to a sum produced from another bijection. This is somewhat more involved that one might expect.

The proof of the following proposition is a good example of a non-obvious induction setup (induction over the size of a set is used). Refer to the book for the proof, as it is symbolically involved.

Proposition, finite summations are well-defined

Let X be a finite set with n elments (where nN), let f:XR be a function, and let g:{iN:1in}X and h:{iN:1in}X be bijections. Then we have

i=inf(g(i))=i=2nf(h(i))

Example

Let X be the set X:={a,b,c}. Let f:XX be the function f(a):=2, f(b):=5 and f(c):=1. Select a bijection g:{1,2,3}X, for example g(1):=a, g(2):=b and g(3):=c. Then we have:

xXf(x)=i=13f(g(i))=f(a)+f(b)+f(c)=6