Here is an inductive proof of the first proposition:
The proposition is trivially true for $n = 1$.
For $n = 2$, consider the matrix $$A = \begin{pmatrix} a_1 & a_2 \\ r & s \end{pmatrix}.$$ By Bézout's identity, there exist integers $r$ and $s$ such that $\det A = a_1s - a_2r = \gcd(a_1, a_2) = 1$. Hence, the proposition also holds for $n = 2$.
So suppose that the proposition holds for $n = m$. Let integers $a_1, a_2, \ldots, a_{m + 1}$ with $\gcd(a_1, a_2, \ldots, a_{m + 1}) = 1$ be given. Put $g = \gcd(a_1, a_2, \ldots, a_m)$ and $a_i = gb_i, i = 1, 2, \ldots, m$, so that $\gcd(b_1, b_2, \ldots, b_m) = 1$. Complete an $m \times m$ matrix $B$ with first row $b_1, b_2, \ldots, b_m$, integral elements, and determinant $1$. Multiply the first row of $B$ by $g$ and place that new matrix in the upper-left block of an $(m + 1) \times (m + 1)$ matrix $A$. In the last row of $A$, put $rb_1, rb_2, \ldots, rb_m, s$ where $r$ and $s$ are integers to be determined. In the last column of $A$, put $a_{m + 1}, 0, 0, \ldots, 0, 0, s$. So here is $A$: $$A = \begin{pmatrix} a_1 = g\color{teal}{b_1} & a_2 = g\color{teal}{b_2} & \cdots & a_m = g\color{teal}{b_m} & a_{m+1} \\ \color{teal}{b_{21}} & \color{teal}{b_{22}} & \cdots & \color{teal}{b_{2m}} & 0 \\ \vdots & \vdots & \ddots & \vdots & \vdots \\ \color{teal}{b_{m1}} & \color{teal}{b_{m2}} & \cdots & \color{teal}{b_{mm}} & 0 \\ r\color{teal}{b_1} & r\color{teal}{b_2} & \cdots & r\color{teal}{b_m} & s \end{pmatrix}.$$ The determinant of the upper-left $m \times m$ block is $g\det B = g \cdot 1 = g$. The lower-left $m \times m$ block is $B$ except that the first row has been moved to the bottom and multiplied by $r$, so the determinant of that block is $(-1)^{m - 1}r\det B = (-1)^{m - 1}r$. By expanding the determinant of $A$ along its last column, we have that $\det A = (-1)^{1 + m + 1}a_{m + 1}(-1)^{m - 1}r + (-1)^{m + 1 + m + 1}sg =gs - a_{m + 1}r$. Now $\gcd(g, a_{m + 1}) = \gcd(\gcd(a_1, a_2, \ldots, a_m), a_{m + 1}) = \gcd(a_1, a_2, \ldots, a_m, a_{m + 1}) = 1$, so there exist integers $r$ and $s$ such that $\det A = gs - a_{m + 1}r = \gcd(g, a_{m + 1}) = 1$. Hence, the proposition holds for $n = m + 1$ whenever it holds for $n = m$. The induction principle guarantees that it holds for every positive integer $n$.
Remarks:
And with a permutation of rows we can also go from a matrix with determinant 1 to a matrix with determinant -1. Except in the case of $n=2$ where we would have to make a permutation of columns instead.
– LeviathanTheEsper Mar 19 '16 at 01:20$$\begin{bmatrix}a_1& a_2\ -\alpha_2 & \alpha_1\end{bmatrix}$$
In any other case we can interchange rows, without interchanging columns.
– LeviathanTheEsper Mar 19 '16 at 01:29