Curvature is tensorial: Difference between revisions

From Diffgeom
No edit summary
Line 16: Line 16:
==Facts used==
==Facts used==


* [[Leibniz rule for derivations]]: This states that for a vector field <math>X</math> and functions <math>f,g</math>, we have:
{| class="sortable" border="1"
 
! Fact no. !! Name !! Full statement
<math>X(fg) = (Xf)(g) + f(Xg)</math>
|-
 
| 1 || [[uses::Leibniz rule for derivations]]|| For a vector field <math>X</math> and functions <math>f,g</math>, we have: <math>\! X(fg) = (Xf)(g) + f(Xg)</math>
* [[Corollary of Leibniz rule for Lie bracket]]: This states that for a function <math>f</math> and vector fields <math>X,Y</math>:
|-
 
| 2 || [[uses::Corollary of Leibniz rule for Lie bracket]]|| For a function <math>f</math> and vector fields <math>X,Y</math>:
<math>f[X,Y] = [fX,Y] + (Yf)X</math>
<br><math>\! f[X,Y] = [fX,Y] + (Yf)X</math><br><math>f[X,Y] = [X,fY] - (Xf)Y</math>
 
|-
<math>f[X,Y] = [X,fY] - (Xf)Y</math>
| 3 || The Leibniz-like axiom that is part of the definition of a connection || For a function <math>f</math> and vector fields <math>A,B</math>, and a connection <math>\nabla</math>, we have <math>\nabla_A(fB) = (Af)(B) + f\nabla_A(B)</math>
 
|}
* The Leibniz rule axiom that's part of the definition of a [[connection]], namely:
 
<math>\nabla_X(fZ) = (Xf)(Z) + f\nabla_X(Z)</math>


==Proof==
==Proof==
Line 38: Line 35:
===Tensoriality in the first variable===
===Tensoriality in the first variable===


Let <math>f:M \to \R</math> be a scalar function. We will show that:
'''Given''': <math>f:M \to \R</math> is a <math>C^\infty</math>-function.


<math>\! R(fX,Y) = f R(X,Y)</math>
'''To prove''': <math>\! R(fX,Y) = f R(X,Y)</math>, or more explicitly, <math>\! \nabla_{fX}\nabla_Y - \nabla_Y \nabla_{fX} - \nabla_{[fX,Y]} = f(\nabla_X\nabla_Y - \nabla_Y\nabla_X - \nabla_{[X,Y]}</math>


We start out with the left side:
We start out with the left side:
Line 46: Line 43:
<math>\nabla_{fX}\nabla_Y - \nabla_Y \nabla_{fX} - \nabla_{[fX,Y]}</math>
<math>\nabla_{fX}\nabla_Y - \nabla_Y \nabla_{fX} - \nabla_{[fX,Y]}</math>


Now by the definition of a [[connection]], <math>\nabla</math> is <math>C^\infty</math>-linear in its subscript argument. Thus, the above expression can be written as:
Each step below is obtained from the previous one via some manipulation explained along side.
 
<math>f\nabla_X\nabla_Y - \nabla_Y (f \nabla_X) - \nabla_{[fX,Y]}</math>
 
Now applying the Leibniz rule for connections, we get:
 
<math>f\nabla_X\nabla_Y - (Yf)\nabla_X - f \nabla_Y\nabla_X - \nabla_{[fX,Y]}</math>
 
We can rewrite <math>(Yf)\nabla_X = \nabla_{(Yf)X}</math> and we then get:
 
<math>f(\nabla_X\nabla_Y - \nabla_Y\nabla_X) - \nabla_{(Yf)X + [fX,Y]}</math>
 
By the corollary stated above, we have:
 
<math>\! (Yf)X + [fX,Y] = f[X,Y]</math>
 
which, substituted back, gives:


<math>f(\nabla_X\nabla_Y - \nabla_Y\nabla_X - \nabla_{[X,Y]})</math>
{| class="sortable" border="1"
! Step no. !! Current status of left side !! Facts/properties used !! Specific rewrites
|-
| 1 || <math>f\nabla_X\nabla_Y - \nabla_Y (f \nabla_X) - \nabla_{[fX,Y]}</math> || By definition of a [[connection]], <math>\nabla</math> is <math>C^\infty</math>-linear in its subscript argument. || <math>\nabla_{fX} \to f\nabla_X</math>
|-
| 2 || <math>f\nabla_X\nabla_Y - (Yf)\nabla_X - f \nabla_Y\nabla_X - \nabla_{[fX,Y]}</math> || Fact (3), the Leibniz-like axiom for connection. || <math>\nabla_Y(f \nabla_X) \to (Yf)\nabla_X + f\nabla_Y\nabla_X</math>. To understand this more clearly imagine an input <math>Z</math> to the whole expression, so that the rewrite becomes <math>\nabla_Y(f \nabla_X(Z)) \to (Yf)\nabla_X(Z) + f\nabla_Y\nabla_X(Z)</math>. In the notation of fact (3), <math>A = Y</math>, <math>f = f</math>, and <math>B = \nabla_X(Z)</math>.
|-
| 3 || <math>f(\nabla_X\nabla_Y - \nabla_Y\nabla_X) - \nabla_{(Yf)X + [fX,Y]}</math> || <math>\nabla</math> is <math>C^\infty</math>-linear in its subscript argument || <nath>(Yf)\nabla_X \to \nabla_{(Yf)X}</math>
|-
| 4 || <math>f(\nabla_X\nabla_Y - \nabla_Y\nabla_X - \nabla_{[X,Y]})</math> || Fact (2) || <math>[fX,Y] \to f[X,Y] - (Yf)X</math>.
|}


===Tensoriality in the second variable===
===Tensoriality in the second variable===

Revision as of 20:45, 25 February 2011

This article gives the statement, and possibly proof, that a map constructed in a certain way is tensorial
View other such statements

Statement

Let be a connection on a vector bundle E over a differential manifold M. The Riemann curvature tensor of is given as a map Γ(TM)Γ(TM)Γ(E)Γ(E) defined by:

R(X,Y)Z=XYZYXZ[X,Y]Z

We claim that R is a tensorial map in each of the variables X,Y,Z.

Related facts

Facts used

Fact no. Name Full statement
1 Leibniz rule for derivations For a vector field X and functions f,g, we have: X(fg)=(Xf)(g)+f(Xg)
2 Corollary of Leibniz rule for Lie bracket For a function f and vector fields X,Y:


f[X,Y]=[fX,Y]+(Yf)X
f[X,Y]=[X,fY](Xf)Y

3 The Leibniz-like axiom that is part of the definition of a connection For a function f and vector fields A,B, and a connection , we have A(fB)=(Af)(B)+fA(B)

Proof

To prove tensoriality in a variable, it suffices to show C-linearity in that variable. This is because linearity in C-functions guarantees linearity in a function that is 1 at exactly one point, and zero at others.

The proofs for X and Y are analogous, and rely on manipulation of the Lie bracket [fX,Y] and the property of a connection being C in the subscript vector. These proofs do not involve any explicit use of Z. The proof for Z relies simply on repeated application of the product rule, and the fact that XYYX=[X,Y].

Tensoriality in the first variable

Given: f:MR is a C-function.

To prove: R(fX,Y)=fR(X,Y), or more explicitly, fXYYfX[fX,Y]=f(XYYX[X,Y]

We start out with the left side:

fXYYfX[fX,Y]

Each step below is obtained from the previous one via some manipulation explained along side.

Step no. Current status of left side Facts/properties used Specific rewrites
1 fXYY(fX)[fX,Y] By definition of a connection, is C-linear in its subscript argument. fXfX
2 fXY(Yf)XfYX[fX,Y] Fact (3), the Leibniz-like axiom for connection. Y(fX)(Yf)X+fYX. To understand this more clearly imagine an input Z to the whole expression, so that the rewrite becomes Y(fX(Z))(Yf)X(Z)+fYX(Z). In the notation of fact (3), A=Y, f=f, and B=X(Z).
3 f(XYYX)(Yf)X+[fX,Y] is C-linear in its subscript argument <nath>(Yf)\nabla_X \to \nabla_{(Yf)X}</math>
4 f(XYYX[X,Y]) Fact (2) [fX,Y]f[X,Y](Yf)X.

Tensoriality in the second variable

Let f:MR be a scalar function. We will show that:

R(X,fY)=fR(X,Y)

We start out with the left side:

XfYfYX[X,fY]

Applying the Leibniz rule and the property of a connection being C in its subscript variable yields:

(Xf)Y+f(XYYX)[X,fY]

which simplifies to:

f(XyYX)[X,fY](Xf)Y

We now use the corollary stated above:

f[X,Y]=[X,fY](Xf)Y

substituting this gives:

f(XYYX[X,Y]

which is fR(X,Y)

Tensoriality in the third variable

Let f:MR be a scalar function. We will show that:

R(X,Y)(fZ)=fR(X,Y)Z

We start out with the left side:

XY(fZ)YX(fZ)[X,Y](fZ)

Now we apply the Leibniz rule for connnections on each term:

X((Yf)(Z)+fYZ)Y((Xf)Z+fXZ)f[X,Y]Z([X,Y]f)Z

We again apply the Leibniz rule to the first two term groups:

(XYf)(Z)+(Yf)XZ+(Xf)YZ+fXYZ(YXf)Z(Xf)YZ(Yf)XZfYXZf[X,Y]Z([X,Y]f)Z

After cancellations we are left with the following six terms:

f(XYYX[X,Y])Z+((XYYX[X,Y])f)Z

But since [X,Y]=XYYX, the last three terms vanish, and we are left with:

fR(X,Y)Z