Show the wiener Process X(t) is a Gaussian process. Note, that $X(0) = 0$
Starting with an arbitrary linear combination random variables from the process:
$$\sum \limits_{i=1}^{n} a_iX(t_i) = a_1 X(t_1) + a_2 X(t_2) + \cdots + a_n X(t_n)\tag{1}$$
$$a_0 X(0) = 0 -\Big(\sum \limits_{i=1}^{n} a_i\Big) X(0)\tag{0}$$
$$a_1 X(t_1) = \Big(\sum \limits_{i=1}^{n} a_i\Big) X(t_1) - \Big( \sum \limits_{i=2}^{n}a_i \Big) X(t_1)\tag{1}$$
$$a_2 X(t_2) = \Big(\sum \limits_{i=2}^{n} a_i\Big) X(t_2) - \Big( \sum \limits_{i=3}^{n-1}a_i \Big) X(t_2)\tag{2}$$
$$\cdots$$
$$a_{n-1} X(t_{n-1}) = \Big(\sum \limits_{i=n-1}^{n} a_i\Big) X(t_{n-1}) - a_{n} X(t_{n-1})\tag{n}$$
$$a_{n} X(t_{n}) = a_n X(t_n)$$
Adding equations $(0), (1), (2),\cdots, (n)$ together we get:
$$\begin{aligned}\sum \limits_{i=1}^{n} a_iX(t_i) &=\Big(\sum \limits_{i=1}^{n} a_i\Big) X(t_1) -\Big(\sum \limits_{i=1}^{n} a_i\Big) X(0) \\ &+ \Big(\sum \limits_{i=2}^{n} a_i\Big) X(t_2) - \Big( \sum \limits_{i=2}^{n}a_i \Big) X(t_1) \\ &+\cdots \\&+ a_n X(t_n) - a_{n} X(t_{n-1})\end{aligned}$$
Cleaning up:
$$\boxed{\begin{aligned}\sum \limits_{i=1}^{n} a_iX(t_i) &= \Big(\sum \limits_{i=1}^{n} a_i\Big)~ [X(t_1) -X(0)] \\ &+ \Big(\sum \limits_{i=2}^{n} a_i\Big)~[ X(t_2) - X(t_1)] \\ &+\cdots \\ &+ \Big(\sum \limits_{i=n-1}^{n} a_i\Big)~[ X(t_{n-1}) - X(t_{n-2})] \\&+ a_n~ [X(t_n) - X(t_{n-1})]\end{aligned}}$$
According to Definition of a Wiener process:
- X(t) has stationary increaments
- The increment X(t) - X(s), where t>s, is normally (aka Gaussian) distributed.
- E[X(t)] = 0
- X(0) = 0
The RHS of boxed equation is a linear combination of Gaussian random variables according to Wiener definition. Since the increments are Gaussian and multiplied by a constant.
In a previously problem, we proved that any linear combination of Gaussian random variables is also Gaussian, this includes Gaussian wiener increments. Thus, LHS of equation is also Gaussian since RHS is Gaussin. $\sum \limits_{i=1}^{n} a_iX(t_i)$ is Gaussian.
This means that $X(t_i)$ is Gaussian, and $X(t_i)$ is the Wiener process.