Matrix exponential

Particular case of exponential map.
Given a matrix K, we define a new matrix exp(K) as

exp(K)=id+K+K22!+

It can be shown that it is well defined, i.e., this series is convergent. The proof involves the definition of a convenient norm in the matrix space, etcetera.

Matrix exponential has a bunch of good properties:

A=(0100001000010000)

then

eAt=(1tt2/2tn1/(n1)!1t1t2/2t1)

Proof
First, check that A can be seen as the matrix of the derivative operator on polynomial-of-degree-less-than-n vector space, if we take the basis {1,x1!,x22!,x33!}. And the other matrix above is the matrix of the linear operator Ht:p(x)p(x+t) acting on the same vector space with the same basis.
Now, classical Taylor's theorem states that

eAt(p(x))=(id+tA+t2A22!+)(p(x))=p(x)+tp(x)+t2p(x)2!+=p(x+t)=Ht(p(x))

That is to say

exp(At)=Ht

Given any KM(n,R), let γ(t)=exp(tK) for tR. Observe that γ is differentiable, and γ(t) can be obtained by term by term differentiation in the infinite sum (it results from convergence theorems). In fact, γ(t)=Kγ(t).
Moreover, we can check that γ:RGL(n,R) is a one-parameter subgroup with γ(0)=K
The surprise is that the converse is also true:

Proposition
If

γ:RGL(n,R)

is a one-parameter subgroup then

γ(t)=exp(tA)

where A=γ(0)

Proof
It is based on the existence and uniqueness theorem of ODEs. Let y=γ(t)x, where x is a constant vector in Rn. Then, with the definition of the derivative we check that y is a solution of

y=Ay

with A=γ(0). But eAt is another one...

Observe that γ(R) could be contained in any subgroup G of GL(n,R). In this case, Ag. On the contrary, if we take any Ag, then exp(tA)G (proof?).

Thus, if we have a matrix Mτ depending on the parameter τ in such a way that {Mτ} constitutes a one-parameter group then

Mτ=id+Kτ+K2τ22!+=exp(τK);τR

for some matrix K not depending on τ.

Another important result, although more general that matrices groups, is:

Proposition
Given F:G1G2 a differentiable group homomorphism, then

F(exp(A))=exp(dF(A))