I am reading these notes on differential geometry from a course at MIT. I have been verifying the computations for myself and I have a concern about the expression for $de^k$ on the final line. When I evaluate $de^k(e_i, e_j)$ according to the lemma, I obtain $-{\Gamma^k_{ij}} - -{\Gamma^k_{ji}}$ which is zero because the Christoffel symbols are symmetric in the lower indices. This would imply that $de^k = 0$ but that is not what seems to be written. Is there something that I am not understanding?
2026-04-25 03:17:59.1777087079
Calculation of a covariant derivative and exterior derivative
319 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in DIFFERENTIAL-GEOMETRY
- Smooth Principal Bundle from continuous transition functions?
- Compute Thom and Euler class
- Holonomy bundle is a covering space
- Alternative definition for characteristic foliation of a surface
- Studying regular space curves when restricted to two differentiable functions
- What kind of curvature does a cylinder have?
- A new type of curvature multivector for surfaces?
- Regular surfaces with boundary and $C^1$ domains
- Show that two isometries induce the same linear mapping
- geodesic of infinite length without self-intersections
Related Questions in RIEMANNIAN-GEOMETRY
- What is the correct formula for the Ricci curvature of a warped manifold?
- How to show that extension of linear connection commutes with contraction.
- geodesic of infinite length without self-intersections
- Levi-Civita-connection of an embedded submanifold is induced by the orthogonal projection of the Levi-Civita-connection of the original manifold
- Geodesically convex neighborhoods
- The induced Riemannian metric is not smooth on the diagonal
- Intrinsic vs. Extrinsic notions of Harmonic maps.
- Equivalence of different "balls" in Riemannian manifold.
- Why is the index of a harmonic map finite?
- A closed manifold of negative Ricci curvature has no conformal vector fields
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?

It is, I think, a bit misleading to call that a Christoffel symbols: in general if we have a local coordinate $(x^1, \cdots, x^n)$, then it gives you a coordinate frame
$$\frac{\partial}{\partial x^1}, \cdots, \frac{\partial}{\partial x^n}$$
and the Christoffel symbols is defined as (write $\partial_i$ for the coordinate vector for simplicity)
$$\nabla_{\partial_i} \partial_j = \Gamma_{ij}^k \partial_k.$$
In this case, $\Gamma_{ij}^k = \Gamma_{ji}^k$ as by the torsion free condition,
$$\nabla_{\partial_i} \partial_j - \nabla_{\partial_j} \partial_i = [\partial_i , \partial_j] = 0.$$
However, if $e_1, \cdots, e_n$ is an arbitrary basis, and $\Gamma_{ij}^k$ is defined as
$$\nabla_{e_i} e_j = \Gamma_{ij}^k e_k,$$
then $\Gamma_{ij}^k\neq \Gamma_{ji}^k$ (as $[e_i, e_j]\neq 0$).
Going back to your calculation, you have
$$de^k(e_i, e_j) = -(\Gamma_{ij}^k - \Gamma_{ji}^k),\ \ \ \forall i, j, k.$$
This implies
$$de^k = -\sum_{a, b} \Gamma_{ab}^k e^a\wedge e^b$$
as
$$-\sum_{a, b} \Gamma_{ab}^k e^a\wedge e^b \ (e_i, e_j) = -\Gamma_{ij}^k- (- \Gamma_{ji}^k)$$
(as in the summation there are both $e^i\wedge e^j$ and $e^j\wedge e^i$.)
Remark: It is my habit that I write $\Theta_{ij}^k$ instead of $\Gamma_{ij}^k$ if $e_1, \cdots, e_n$ are not coordinate basis.