Prove $$R(k,l) < R(k-1, l) + R(k, l-1)$$ when $R(k-1,l)$ and $R(k,l-1)$ are even. I have not made much progress as I don't really understand the intutiton as to why this would hold.
I understand why $R(k,l) \leq R(k-1, l) + R(k, l-1)$ this is true and the general inductive proof is clear to me.
When I start thinking about the strict less than, I know I want to show that for $K_n$ with $n=R(k-1, l) + R(k, l-1)-1$ is guaranteed to contain a monochromatic $K_k$ or $K_l$.