Define a binary operation * on the set {0, 1, 2, 3, 4, 5} as
a * b = \(\left\{\begin{array}{cl} a+b, & \text { if } a+b<6 \\ a+b-6, & \text { if } a+b \geq 6 \end{array}\right.\)
Show that 0 is the identity for this operation and each element of the set is invertible with 6 – a being the inverse of a.