[example: Standard Fields]
The usual arithmetic laws make $\mathbb{Q}$, $\mathbb{R}$, and $\mathbb{C}$ commutative rings with identity, so the field axiom is the point to check. If $a \in \mathbb{Q}\setminus\{0\}$, write $a=\frac{m}{n}$ with $m,n\in\mathbb{Z}$ and $m\ne 0$, $n\ne 0$. Then $\frac{n}{m}\in\mathbb{Q}$, and
\begin{align*}
\frac{m}{n}\cdot\frac{n}{m}=\frac{mn}{nm}=1.
\end{align*}
Thus every nonzero rational number has a rational inverse. If $x\in\mathbb{R}\setminus\{0\}$, its real reciprocal $\frac{1}{x}$ satisfies
\begin{align*}
x\cdot\frac{1}{x}=1.
\end{align*}
If $z=a+bi\in\mathbb{C}\setminus\{0\}$, then $a,b\in\mathbb{R}$ are not both $0$, so $a^2+b^2\ne 0$. The inverse candidate
\begin{align*}
\frac{a-bi}{a^2+b^2}
\end{align*}
satisfies
\begin{align*}
(a+bi)\frac{a-bi}{a^2+b^2}=\frac{a^2-abi+abi-b^2i^2}{a^2+b^2}.
\end{align*}
Since $i^2=-1$, this becomes
\begin{align*}
\frac{a^2+b^2}{a^2+b^2}=1.
\end{align*}
Hence $\mathbb{Q}$, $\mathbb{R}$, and $\mathbb{C}$ are fields.
For a prime number $p$, the residue class ring $\mathbb{Z}/p\mathbb{Z}$ is also a field. Let $\bar{a}\ne\bar{0}$. Then $p\nmid a$, and since $p$ is prime this gives $\gcd(a,p)=1$. By *Bezout's identity*, there exist integers $r,s\in\mathbb{Z}$ such that
\begin{align*}
ra+sp=1.
\end{align*}
Reducing this equality modulo $p$ gives
\begin{align*}
\overline{ra+sp}=\bar{1}.
\end{align*}
Using compatibility of reduction with addition and multiplication,
\begin{align*}
\bar{r}\bar{a}+\bar{s}\bar{p}=\bar{1}.
\end{align*}
Since $\bar{p}=\bar{0}$ in $\mathbb{Z}/p\mathbb{Z}$, we get
\begin{align*}
\bar{r}\bar{a}+\bar{s}\bar{0}=\bar{1}.
\end{align*}
Because $\bar{s}\bar{0}=\bar{0}$, this is
\begin{align*}
\bar{r}\bar{a}=\bar{1}.
\end{align*}
Thus every nonzero residue class modulo $p$ has a multiplicative inverse, so $\mathbb{Z}/p\mathbb{Z}$ is a field.
[/example]