According to the Basis theorem "Let $V$ be a $p$-dimensional vector space, $p \geq 1$. Any linearly independent set of exactly $p$ elements in $V$ is automatically a basis for $V $. Any set of exactly $p$ elements that spans $V$ is automatically a basis for $V$ ."
Now, let us consider the set of three vectors $\{(1, 0, 3), (0, 1, 2), (1, 1, 5)\}$. These vectors span ${\mathbb R}^ 3$, but they do not form the basis of the vector space ${\mathbb R}^ 3$ because the third vector is the sum of the first two vectors. So, isn't the second sentence of the basis theorem "Any set of exactly $p$ elements that spans $V$ is automatically a basis for $V$." false or contradicting?
The sum of the first two vectors is $(1,1,5)$, and not $(0,1,5)$. So they do form a basis. In fact, $$ \det\begin{pmatrix} 1 & 0 & 3 \cr 0 & 1 & 2 \cr 0 & 1 & 5\end{pmatrix}=3, $$ which is non-zero in the real numbers.