Draw a regular graph(one which has all vertices of equal degree) on 8 vertices such that it does not have a triangle and has no independent set of cardinality 4.
I'm wondering if this is even possible? I've tried various graphs but this seems impossible. But how do I constructively prove this that it cannot be done?
The following graph has neither $K_3$ nor an independent set of size 4:
We take an 8-cycle, in which the biggest independent set has size at most 4, and make two vertices of each maximal independent set adjacent.