The definition of Chebyshev system is as follows.
A linearly independent system of $n$ basis functions $\varphi_1,\ldots,\varphi_n$ on $[a,b]$ is a Chebyshev system on $[a,b]$ if every non-trivial linear combination $\displaystyle\sum_{k=1}^n a_k\;\varphi_k$ has at most $n-1$ zeros on $[a,b]$.
Problem
The problem is to show that for any real $0=\lambda_0 < \lambda_1 < \ldots < \lambda_n$, the basis functions $\left\{x^{\lambda_i}\right\}_{i=0}^n$ form a Chebyshev system on $(0,\infty)$.
Approach
The first thing that I should prove is that $\left\{x^{\lambda_i}\right\}_{i=0}^n$ form a basis of the space $C(0,\infty)$, right? I don't know how to see that.
Assuming that they form a basis. I think that the proof of being a Chebyshev system is equivalent to prove that
$$\det\left(\begin{matrix}1 & x_1^{\lambda_1} & \ldots & x_1^{\lambda_n}\\ \vdots & \vdots & & \vdots\\ 1 & x_{n+1}^{\lambda_1} & \ldots & x_{n+1}^{\lambda_n}\end{matrix}\right)\neq 0$$
for all pairwise distinct $x_1, \ldots, x_{n+1}\in(0,\infty)$ because it means that there is no linear combination that evaluated in one of those points is zero.
I need a bit of guidance in this exercise. Thank you