NasuSama
- 323
- 3
Homework Statement
Prove that SL_{2}(ℝ) is generated by the set:
[1 a], [1 0]
[0 1], [b 1], a,b \in ℝ
Homework Equations
- GCD (Greatest common divisor)
- The property of special linear group
- Some basic linear algebra, like determinant
The Attempt at a Solution
SL_{2}(ℝ) is the group consisting of invertible matrices with the determinant 1. Let A be this matrix:
[a b]
[c d]
Then, det(A) = ad - bc = 1
In order for the determinant to be 1, gcd(a,b) = gcd(a,c) = gcd(d,b) = gcd(d,c) = 1.
I'm not sure if my reasoning is right. I treat ad - bc = 1 as the linear combination. If 1 divides a and 1 divides b, then 1 divides (ad - bc). But -1 also divides a, b and (ad - bc). Thus a = ±1.
If a = 1, then det(A) = d - bc = 1. Here, we need to split into some cases:
If c = 0, then d = 1, so we are done, having this matrix:
[1 b]
[0 1]
Similar argument shows that if a = 1 and b = 0, then d = 1, so we are done, leaving off this matrix:
[1 0]
[c 1]
If a = -1, then d = -1. Similar arguments show that if either b = 0 or c = 0, then we obtain these similar matrices that belong to the special linear group:
[-1 0]
[c -1]
[-1 b]
[0 -1]
So these matrices form the set as given.
What if c ≠ 0? Would I need to use Euclidean Algorithm to work out this problem?