Lie Algebra

They are introducing this in the SLAM book, but I have no idea what this concept is about??

A major motivation for using Lie algebra is to do optimization.

So I think the idea is that when you do certain operations with matrices, like exponentials, and remember how we like to work in different representations, like Rotation Matrix vs. Axis-Angle Representation, so how do we know that these operations hold?

  • Think about taking derivatives. Does it just “work”? Need lie algebra to robustly prove this.

The reader must understand the content of this lecture, which is the basis for solving many subsequent problems, especially the pose estimation part.

For a set that only has one “well-defined operations”, we call it a group.

You will definitely need to understand this to be better at doing optimization.

Group

A group is an algebraic structure of one set plus one operator. We denote the set as and the operation as , then the group can be denoted as . We say is a group if the operation satisfies the following conditions:

  1. Closure :
  2. Combination
  3. Unit element
  4. Inverse element:

Lie algebra describes the local structure of the Lie group around its origin point, or in other words, is the tangent space. The general definition of Lie algebra is listed as follows:

Lie Algebra

A Lie algebra consists of a set , a scalar field , and a binary operation . If they satisfy the following properties, then is a Lie algebra, denoted as .

The binary operations are called Lie brackets. At first glance, we require a lot of properties about the Lie bracket. Compared to the simpler binary operations in the group, the Lie bracket expresses the difference between the two elements. It does not require a combination law but requires the element and itself to be zero after the brackets. For example, the cross product defined on the 3D vector is a kind of Lie bracket, so constitutes a Lie algebra.

Readers can try to substitute the cross product into the four properties to verify the above conclusion.