I have to proof that that for every convex n-corner there are $n(n-3)/2$ diagonals.
1.First step is to find n for which the sentence is correct. If $n0 = 3 => n(n-3)/2 = 0$. It is true because triangle has no diagonals.
2.Let's assume that $n(n-3)/2$ = p where $p$ is an amount of diagonals. Thesis is that for $((n+1)(n-2))/2 = z$ where $z$ is an amount of diagonals.
Proof: $L=((n+1)(n-2))/2 = (k^2 - 2k+k-2)/2 = (k^2-3k)/2 + (2k-2)/2$
$(k^2-3k)/2 = p$ but what should I do with this $(2k-2)/2$ expression?