Let $G= \{ 0,1,2,3,4,5,6,7 \}$ and assume $G$ is a group under an operation $*$ with these properties
(i) $a*b \leq a+b$ $\forall a, b \in G$
(ii) $a*a=0$ $\forall a \in G$
write out the operation table for $G$
Its leq im fixing it
hint1: if $ab=ac$ in a group $G$, then $b=c$
hint2: each element of a finite group G appears exactly once in each row and exactly once in each column of the operation table
___________________________________________________________________--
From property 2 there will be bunch of zeros going down the diagonal
so far the 8s are just nonsense like a blank
\begin{array}{|c|c|c|c|c|c|c|c|} \hline * & 0& 1 & 2 & 3 & 4 & 5 & 6 & 7 \\ \hline 0 & 0 & 8 & 8 & 8 & 8 & 8 & 8 & 8 \\ \hline 1 & 8 & 0 & 8 & 8 & 8 & 8 & 8 & 8 \\ \hline 2 & 8 & 8 & 0 & 8 & 8 & 8 & 8 & 8 \\ \hline 3 & 8 & 8 & 8 & 0 & 8 & 8 & 8 & 8 \\ \hline 4 & 8 & 8 & 8 & 8 & 0 & 8 & 8 & 8 \\ \hline 5 & 8 & 8 & 8 & 8 & 8 & 0 & 8 & 8 \\ \hline 6 & 8 & 8 & 8 & 8 & 8 & 8 & 0 & 8 \\ \hline 7& 8 & 8 & 8 & 8 & 8 & 8 & 8 & 0 \\ \hline \end{array}
for the first row $$ 0*1 \leq 0+1$$
that is for whole row
$$\begin{aligned} 0*1 & \leq 1 \\ 0*2 & \leq 2 \\ 0*3 & \leq 3 \\ 0*4 & \leq 4 \\ 0*5 & \leq 5 \\ 0*6 & \leq 6 \\ 0*7 & \leq 7 \end{aligned} $$
things will fall as $0*7=7, \dots ,0*1=1$
so far the table obtained by the properties seems commutative \begin{array}{|c|c|c|c|c|c|c|c|} \hline * & 0& 1 & 2 & 3 & 4 & 5 & 6 & 7 \\ \hline 0 & 0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 \\ \hline 1 & 1 & 0 & 8 & 8 & 8 & 8 & 8 & 8 \\ \hline 2 & 2 & 8 & 0 & 8 & 8 & 8 & 8 & 8 \\ \hline 3 & 3 & 8 & 8 & 0 & 8 & 8 & 8 & 8 \\ \hline 4 & 4 & 8 & 8 & 8 & 0 & 8 & 8 & 8 \\ \hline 5 & 5 & 8 & 8 & 8 & 8 & 0 & 8 & 8 \\ \hline 6 & 6 & 8 & 8 & 8 & 8 & 8 & 0 & 8 \\ \hline 7& 7 & 8 & 8 & 8 & 8 & 8 & 8 & 0 \\ \hline \end{array}
Does this process needs to be repeated 6 more times??? is there some cool way to do it????