Let us investigate the powers of $<$:
- ${<^1} = \{(0,1);(0,2);(0,3);...;(1;2);...\}$
- ${<^2} = \{(0,2);(0,3);(0,4);...;(1;3);...\}$
- ${<^3} = \{(0,3);(0,4);(0,5);...;(1;4);...\}$
- ...
- ${<^N} = \{(0,N);(0,N+1);(0,N+2);...;(1;N+1);...\}$
- ${<^0} = \{(0,0);(0,1);(0,2);...;(1;1);...\} = {\le}$
- $<^{-1} = \{(0,-1);(0,0);(0,1);...;(1;0);...\}\ne {>}$
But why?