Mathematics often hides deep connections in plain sight. A rotation in a plane, a complex number, and a special matrix—at first glance, they seem like unrelated objects. Yet, they are facets of the same elegant structure: matrix Lie groups.
In this post, we explore how rotations in the plane form the Lie group , and how complex numbers naturally arise as
real matrices, revealing a beautiful bridge between algebra and geometry.
Introduction
A Lie group is, simply put, a group that is also a smooth manifold where the group operations are compatible with the smooth structure. This remarkable marriage allows us to perform calculus on groups. We are familiar with the idea that (Discrete) groups capture discrete symmetries. Lie groups, on the other hand, capture continuous symmetries. This can be a topic for a later blog post.

For the time being, we explore the most tangible examples of Lie groups which are matrix Lie groups — groups of matrices under multiplication that also form smooth manifolds.
In this post, we will:
- Understand rotations in the
D plane.
- Explore the rotation group
.
- Discover how complex numbers can be realized as
real matrices.
Rotations in the Plane
Imagine rotating the plane counterclockwise by an angle
about the origin.

- The standard basis vectors transform as follows:
- Therefore, the rotation is the linear operator
given by the matrix:
with respect to the standard ordered basis .
These matrices satisfy the familiar properties:
The collection of all such rotations forms a group under matrix multiplication, called the Special Orthogonal Group of order
.
The Complex View of Rotation
Rotations in the plane have a dual identity—they are also multiplications by complex numbers on the unit circle.

- Identify a complex number
with the column vector
.
- Multiplying
by
gives:
Two worlds, one rotation: Whether you think in matrices or complex numbers, it’s the same transformation.
The Rotation Group
The group consists of all rotations in
:
.
ensures orthogonality.
ensures no reflections, only rotations.

This is our first example of a matrix Lie group.
Topological Properties of
Let’s explore the topological properties of . Note that
, and the latter can be naturally identified with
, which is a normed space with Euclidean norm. Thus, it makes sense talk about the Euclidean normed topology on
, and consequently the subspace topology on
induced from this Euclidean topology. We would first explore the compactness properties of
.
Take a general element , the Euclidean norm of
would be :
and thus, . Thus,
is a bounded subset of
.
We will see that is closed in
. To see this, define,
by
and
by
. Clearly, we can write:
. Also, note that both
are continuous. We know that the inverse image of closed sets is closed under continuous maps, and
are inverse images of the closed sets
under the continuous maps
respectively. Thus,
, intersection of two closed subsets of
is closed in
.
is both closed and bounded, and hence it is compact, by Heine-Borel Theorem.
We will now see that is a path-connected topological space. Take two arbitrary elements
with
. Consider the path
.
is a path in
and then consider
, where
is a path satisfying
. Thus,
is a path in
joining
, proving that
is path-connected.
Thus, we saw that is both compact and path-connected.
Complex Numbers as Real Matrices
A complex number can be represented as the real
matrix:
.
Why is this a natural identification? Because matrix multiplication of this form mirrors complex multiplication: .
They are the same operation, under the identification:
Notably, the imaginary unit corresponds to:
Modulus and Determinant
This representation beautifully ties algebra to geometry:
mirrors
mirrors
The determinant acts as the square of the complex modulus.
The Two Squares Formula
I am tempted to mention a classical application of norm-squared at this point. From the complex multiplication rule: , by applying modulus and squaring both sides, we get
and this give us a classic number theory result :
Given there exist
such that
.
showing that the product of two sums of two squares is again a sum of two squares.
The Three Squares Problem
Curiously, the magic fails for three squares:
cannot always be written as a sum of three squares. This is a deep number-theoretic fact that contrasts sharply with the two-squares case.
Conclusion
Matrices, complex numbers, and Lie groups are all part of the same story. Linear algebra, geometry, and number theory meet in the humble matrix.

In the next post, we will push this journey further, exploring quaternions and their complex matrix representation, four square formula etc. Stay tuned!
Leave a Reply