Let $*$ be defined on $\mathbb{Q}$ by letting $a*b=ab$
I know it needs to fulfill three axioms: Associativity, Identity, and Inverse. Associative is easy $a \cdot (b \cdot c) =(a \cdot b )\cdot c $.
The identity element is $1$, and $1 \cdot a = a \cdot 1 = a$
The Inverse $a'$ of $a$ somehow fails, and I don't get why, but I think it has something to do with $\mathbb{Q}$ containing $0$
Thank you in advance!