While reading the proof of Cauchy-schwarz inequality, I didn't get one step. The step is as below,
by positivity axiom, for any real number $t$
$0≤⟨tu+v,tu+v⟩=⟨u,u⟩t^2+ 2⟨u,v⟩t+⟨v,v⟩$
This imply $$0≤at^2 + bt+c$$ where $a=⟨u,u⟩$, $b=2⟨u,v⟩$ and $c=⟨v,v⟩$
After this they had written, this inequality implies that the quadratic polynomial has either no real roots or repeated real roots!
I didn't get this! How the quadratic polynomial $at^2 + bt+c$ has either no real roots or repeated real root?
We need that $at^2 + bt+c\ge 0,\, a\ge 0$ and this is true if and only if
$$b^2-4ac \le 0$$
indeed recall that by quadratic formula
$$t=\frac{-b\pm \sqrt{b^2-4ac}}{2a}$$
and the cases
$b^2-4ac=0$ corresponds to repeated roots and the parabola $y=at^2+bt+c$ is tangent to $x$ axis
$b^2-4ac<0$ corresponds to no real roots and the parabola $y=at^2+bt+c$ is above to $x$ axis
Refer also to the related: Quadratic Equation with imaginary roots.