Let $F:\mathbb{R} \to \mathbb{R}$ be a continuously differentiable function.
It is known that if $F$ has a strict local maximum, then it is not a convex function.
I just would like to ask you for a proper classic reference for that, I mean, a book where I can find that statement proved (or something similar).
ADDITION: I am just asking for a book where all those basic concepts involving convexity are dealt, no matter whether this very specific statement is proved or not.
EDITED: I replaced an absolute maximum with strict local maximum.
Suppose that $F$ has a strict local maximum at $x^*\in\mathbb R$. Then, there exists some $\varepsilon>0$ such that $f(x^*)>f(x)$ for all $x\in U$, where $U\equiv(x^*-\varepsilon,x^*+\varepsilon)\setminus\{x^*\}$.
To obtain a contradiction, suppose that $F$ is convex. Let $x_1\equiv x^*-\varepsilon/2$ and $x_2\equiv x^*+\varepsilon/2$. Clearly, $x_1,x_2\in U$ and $(x_1+x_2)/2=x^*$. By convexity and strict maximality of $x^*$, $$f(x^*)=f\left(\frac{x_1+x_2}{2}\right)\leq\frac{f(x_1)+f(x_2)}{2}\underbrace{<}_{!!!}\frac{f(x^*)+f(x^*)}{2}=f(x^*),$$ which is a contradiction.
I don't know of any standalone references for this; I just made up the proof myself, using the definitions.