Affine Connection
📂GeometryAffine Connection
Buildup
Given a vector field V on a differentiable manifold, we can differentiate functions defined on the manifold using the vector field. Naturally, one might also want to differentiate the vector field itself. However, approaching the differentiation of the vector field R3 in the sense of differential geometry proves to be impossible as follows.
First Case
Let’s consider S⊂R3 as a surface and c:I→S as a curve given on S. Also, let’s say that V is a vector field following c. Then, V(t) becomes a tangent vector on c(t).
V(t)∈Tc(t)S
Then, it can be represented as a coordinate vector like this:
V(t)=(V1(t),V2(t),V3(3))
Therefore, one would desperately want to differentiate the vector like this:
dtdV(t)=(V1′(t),V2′(t),V3′(3))
However, defining the derivative of V like above generally does not result in a tangent vector.
dtdV(t)∈/Tc(t)S
Differential geometry is interested in objects with intrinsic properties, but such a definition makes the derivative of the vector field not intrinsic. Therefore, the vector field is instead projected onto the tangent bundle TS to treat it as a derivative. Let’s call Π:R3→TS an orthogonal projection. Then, the derivative of the vector field is defined as follows:
dtDV(t):=Π∘dtdV(t)
This is called the covariant derivative and is intrinsic.
Second Case
Consider the differentiation of the function defined by the limit as follows.
dtdv(t)=h→0limhV(t+h)−V(t)
However, since V(t+h)∈Tc(t+h)S and V(t)∈Tc(t)S, the two terms in the numerator are elements of different spaces. Therefore, addition operation is impossible.
For these reasons, the differentiation of the vector field is defined as an abstract concept that satisfies the formal conditions that differentiation must have.
Definition
Let X(M) be the set of C∞ vector fields on a differentiable manifold M.
X(M):={all vector fields of class C∞ on M}
Let D(M) be the set of C∞ functions defined on M.
D(M):={all real-valued functions of class C∞ defined on M}
Then, an affine connection ∇ on the differentiable manifold M is
∇:X(M)×X(M)(X,Y)→X(M)↦∇XY
defined as such a mapping, satisfying the following properties:
- ∇fX+gYZ=f∇XZ+g∇YZ
- ∇X(Y+Z)=∇XY+∇XZ
- ∇X(fX)=f∇XY+X(f)Y
Explanation
In ∇XY, X is the variable being differentiated, and Y is the function being differentiated. Hence, 1. ~ 3. represent the following properties of differentiation, respectively.
1. (a∂x∂+b∂y∂)f=a∂x∂f+b∂y∂f
2. ∂x∂(f+g)=∂x∂f+∂x∂g
3. ∂x∂(fg)=∂x∂fg+f∂x∂g
Therefore, ∇X is interpreted as ∂x∂, and Y as f.
Theorem
(∇XY)(p) depends only on X(p) and Y(γ(t)). At this time, γ is
γ:(−ϵ,ϵ)→Mγ(0)=pγ′(0)=X(p)
a curve satisfying the condition.
Proof
Choose a coordinate x:U→M. And let’s consider X,Y as a vector field.
X=i∑Xi∂xi∂,Y=j∑Yj∂xj∂
Then, due to the properties of ∇,
∇XY====∇∑iXi∂xi∂j∑Yj∂xj∂i,j∑∇Xi∂xi∂Yj∂xj∂i,j∑Xi∇∂xi∂Yj∂xj∂i,j∑Xi(∂xi∂Yj∂xj∂+Yj∇∂xi∂∂xj∂)by 1. and 2.by 1.by 3.
At this point, ∇∂xj∂∂xj∂ is a value that depends only on the choice of coordinates, independent of the vector field. Since this is also a vector field according to the definition of affine connection, if the coefficients are said to be Γijk, it can be written as follows:
∇∂xi∂∂xj∂=k∑Γijk∂xk∂
Substituting this,
∇XY===i,j∑Xi(∂xi∂Yj∂xj∂+Yj∇∂xi∂∂xj∂)i,j∑Xi(∂xi∂Yj∂xj∂+Yjk∑Γijk∂xk∂)i,j∑Xi∂xi∂Yj∂xj∂+i,j,k∑XiYjΓijk∂xk∂
Here, since i,j,k is a dummy index, let’s change j in the previous term to k. Then,
∇XY==i,k∑Xi∂xi∂Yk∂xk∂+i,j,k∑XiYjΓijk∂xk∂i,k∑Xi(∂xi∂Yk+j∑YjΓijk)∂xk∂
Here, Γijk,∂xk∂ is determined by the given coordinates. Just like that, ∂xi∂Yk is also determined once Yk is given. Therefore, the above equation depends only on the value of X(p),Y(γ(t)).
■