This is why we require that exp(tX)∈O(n) for all t : we want to be able to put ourselves near to the identity to take logs.
Example: O(n)
The orthogonal group
Definition
Let O(n) denote the group of n -by-n orthogonal matrices. Recall that a matrix M is called orthogonal if MTM=I . Geometrically, this means that M preserves dot products. This is because v⋅w=vTw , so (Mv)⋅(Mw)=vTMTMw , which equals vTw for all v and w if and only if MTM=I . Preserving dot products means you preserve lengths of and angles between vectors, so orthogonal matrices represent things like rotations and reflections.
Lie algebra
By definition, the Lie algebra 𝔬(n) of O(n) is 𝔬(n)={X∈𝔤𝔩(n,𝐑):exp(tX)∈O(n)∀t∈𝐑}.
Therefore exp(tXT)=(exp(tX))-1 and we've seen that (exp(tX))-1=exp(-tX) , so we deduce that X∈𝔬(n) if and only if exp(tXT)=exp(-tX)∀t∈𝐑.
Certainly if XT=-X then exp(tXT)=exp(-tX) , so X∈𝔬(n) . Therefore any antisymmetric matrix is in the Lie algebra of the orthogonal group. It will turn out that this is everything. To see this, note that by taking t to be sufficiently small we can assume that tXT and -tX lie in our favourite neighbourhood of the zero matrix and exp(tXT) and exp(-tX) are in our favourite neighbourhood of the identity. Our favourite neighbourhood of the identity is the one on which the local logarithm is defined, so we can take the logarithm of each side and deduce that tXT=-tX for all sufficiently small t , hence XT=-X .
We have now shown that:
𝔬(n) is the set of antisymmetric matrices, that is the matrices X such that XT=-X .
Example
We saw that exp(0-θθ0)=(cosθ-sinθsinθcosθ) . Here, X=(0-θθ0) is antisymmetric and its exponential is a rotation matrix (hence orthogonal).
Additional remarks
Another, nicer, way to deduce that exp(tXT)=exp(-tX) for all t implies XT=-X , is to differentiate the equation exp(tXT)exp(tX)=I
Note that O(n) is topologically closed. To see this, consider the map F:𝔤𝔩(n,𝐑)→𝔤𝔩(n,𝐑) defined by F(M)=MTM . We have O(n)=F-1(I) by definition. Note that F is continuous because the matrix entries of MTM are polynomials in the matrix entries of M (and polynomials are continuous). Therefore if Mk∈O(n) is a sequence of orthogonal matrices converging to a matrix M then F(Mk)=I for all k , so limk→∞F(Mk)=I , and since F is continuous we have F(M)=limk→∞F(Mk)=I , so M∈O(n) .
Whenever your group is cut out by a continuous equation like this it will be a topologically closed group of matrices.
Pre-class exercise
If X,Y∈𝔬(n) then [X,Y]∈𝔬(n) .