Prove that for all $a,b \in\mathbb{R}$, $a·b=0$ if and only if $a=0$ or $b=0$.
Using these field axioms:
- (A1) Addition is commutative
- (A2) Addition is associative
- (A3) Addition has a neutral element $0$
- (A4) Any element has an additive inverse
- (A5) Multiplication is commutative
- (A6) Multiplication is associative
- (A7) Multiplication has a neutral element $1$
- (A8) Any non-zero element has a multiplicative inverse
- (A9) Multiplication distributes over addition
My answer: Suppose $=0$ and by (A6) $=1⋅=(^{−1}⋅)⋅=^{−1}⋅(⋅)$. Either $=0$ or it is not. If a does not equal $0$,then by (A8),there is a unique element $^{−1}=(1/)∈ℝ$ such that $^{−1}⋅(⋅)=^{−1}⋅0=0$ thus $b=0$
Suppose neither $a$ nor $b$ is zero. Then, since $\mathbb R$ is a field, all nonzero elements are invertible, hence, $a^{-1},b^{-1}$ exist. Now $a^{-1}abb^{-1}=1=0$, a contradiction.