[step:Show that determinant-one matrices over a field are elementary]We prove that every matrix in $SL_n(F)$ maps to the identity element of $K_1(F)$. For $n=1$, the group $SL_1(F)$ consists only of the $1\times 1$ identity matrix.
Assume $n\geq 2$, and let $A\in SL_n(F)$. Gaussian elimination over the field $F$ uses elementary row additions and signed row interchanges to reduce $A$ to a diagonal matrix. The signed interchange of two adjacent rows is elementary because the corresponding $2\times 2$ block, with first row $(0,1)$ and second row $(-1,0)$, factors as
\begin{align*}
e_{12}(1)e_{21}(-1)e_{12}(1).
\end{align*}
Thus all pivoting operations used in Gaussian elimination are products of elementary matrices, after replacing a row interchange by the signed interchange above and absorbing the sign into the resulting diagonal entries.
Consequently there exists a product $U\in E_n(F)$ such that
\begin{align*}
UA=\operatorname{diag}(d_1,\dots,d_n)
\end{align*}
with each $d_i\in F^\times$. Since $\det(U)=1$ and $\det(A)=1$, we have
\begin{align*}
d_1\cdots d_n=1.
\end{align*}
For each $u\in F^\times$, the determinant-one diagonal block is elementary:
\begin{align*}
\operatorname{diag}(u,u^{-1})
=
e_{12}(u)e_{21}(-u^{-1})e_{12}(u)e_{12}(-1)e_{21}(1)e_{12}(-1).
\end{align*}
Placing these $2\times 2$ factorizations into adjacent diagonal positions shows that
\begin{align*}
\operatorname{diag}(d_1,\dots,d_n)\in E_n(F),
\end{align*}
because
\begin{align*}
\operatorname{diag}(d_1,\dots,d_n)=\prod_{i=1}^{n-1}\operatorname{diag}(1,\dots,1,d_1\cdots d_i,(d_1\cdots d_i)^{-1},1,\dots,1)
\end{align*}
as a product of elementary determinant-one diagonal blocks in the stable elementary group. Since $UA\in E(F)$ and $U\in E(F)$, it follows that $A\in E(F)$.[/step]