$ \forall x, y \in \mathbb{R^n}$ this fact is true:
$$\sum\limits_{i=1}^n |x_iy_i| \le \left(\sum\limits_{i=1}^nx_i^2 \right)^{\frac{1}{2}} \left(\sum\limits_{i=1}^ny_i^2 \right)^{\frac{1}{2}}$$
This inequality is very similar to C.S. but is not C.S.,in particular is easy to see that it implies C.S. so it is a stronger inequality. I asked it beacuse some professors called it Cauchy-Schwarz inequality.
Wikipedia says, given an inner product space $(V, <,>)$ -in our space we consider $\mathbb{R^n}$ with usual inner product- is true that
$$|<x,y>| \le \sqrt{<x,x>}\sqrt{<y,y>}$$
i.e
$$|\sum\limits_{i=1}^n x_iy_i| \le \left(\sum\limits_{i=1}^nx_i^2 \right)^{\frac{1}{2}} \left(\sum\limits_{i=1}^ny_i^2 \right)^{\frac{1}{2}}$$
which is different from the first inequality. In the first i take the sum of absolute values, in C.S. I take absolute value of sum.