In my notes for 'Financial Maths I', under the topic of 'Present value analysis', we have the following definitions:
Suppose we can borrow and lend money at nominal rate $r$ per annum. If we borrow $(1+r)^{-i}V$ pounds now and put it in the bank, then at the end of year $i$ we will have $(1+r)^{-i}V\cdot(1+r)^i=V$ pounds in the bank.
Then we define the present value of $V$ pounds at the end of year $i$ to be:
$$PV(V)=(1+r)^{-i}V$$
Furthermore, we can generalise the notion of present value to a cash flow system $a=(a_1,a_2,...,a_n)$, that is, a sequence of payments, where $a_i$ is the payment made at the end of year $i$
My question is: In this context, is cash flow system a vector, or is it a function of $a_i$?
Sure, a sequence of reals is a vector when viewed in an appropriate way. It is also a value if a function from an interval of integers into $\mathbb R^n$, and you could also see it as a function of the $a_i$, though it is a rather boring function (the identity map).
A vector space over a field of scalars (here the real numbers) is a set $V$ with an addition operation (commutative, associative, with an identity $0$) and a scalar multiplication operation such that for each scalar $a$ and elements $u,v$ in $V$ we have $$a(u+v)=au+av$$ We also require that $1u=u$ for all $u$. That's it! Here the scalar multiplication operation multiples each term in the sequence by the scalar, and the addition is done term by term.