Let $K$ be a principal ideal ring. How to prove that for any $ x= (x_1, x_2)^t \in K^2 $ there exists a matrix $G \in SL_2(K)$ such that $Gx = (\gcd(x_1, x_2),0)^t $ ?
Asked
Active
Viewed 221 times
2
-
Do you mean greatest common divisor ? Its not quite clear. – Rene Schipperus Jun 23 '14 at 12:22
-
1@ReneSchipperus Yes. – Max Malysh Jun 23 '14 at 12:25
-
1Remark that the matrix appears in the bottom right corner of the table constructed by the Extended Euclidean algorithm - see here. – Bill Dubuque Jun 23 '14 at 14:19
1 Answers
6
If it's the greatest common divisor $d$ of $x_{1}$ and $x_{2}$ you mean, and you assume that $x_{1}$ and $x_{2}$ are not both zero, so that $d \ne 0$, then there are $a, b \in K$ such that $a x_{1} + b x_{2} = d$, and now take $$ G = \begin{bmatrix} a & b\\ -x_{2}/d & x_{1}/d \end{bmatrix} $$

Andreas Caranti
- 68,873