Given a graph G on six vertices, show that either G and its complement G' together contain at least two triangles.
Advanced question: Given G with m + 6 vertices, show G and G' contain together at least m+2 triangles.
Given a graph G on six vertices, show that either G and its complement G' together contain at least two triangles.
Advanced question: Given G with m + 6 vertices, show G and G' contain together at least m+2 triangles.
Color $K_n$ in 2 colors. I'll give a lower bound on the number of monochromatic triangles. This will give both of your results.
Let $A$ be the number of bichromatic angles, that is, the number of pairs of intersecting edges of opposite color. Then by summing over each vertex, one finds $$A\le n\left\lfloor \frac{n-1}2\right\rfloor\cdot\left\lceil \frac{n-1}2\right\rceil.$$
Every triangle has either 2 bichromatic angles, either the triangle is monochromatic. Hence if $d$ is the number of monochromatic triangles we find $$A=2\left( {n \choose 3}-d \right).$$
Combining this with the above inequality we find that the number of monochromatic triangles is $\Omega(n^3)$. The explicit inequality gives for example 2 triangles if $n=6$. Your other claim that there are at least $n$ triangles is not right when $n\le 9$, but it is when $n\ge 10$. I'll let that to you using the obtained inequality.