Let $\alpha$ and $\beta$ be two forms on a manifold $M$. To show that they are equal, does it suffice to show that for arbitrary $p\in M$ there exists some chart such that $\alpha_p=\beta_p$. I was told that this is not sufficient. For example, for $f\in C^\infty(M)$, in normal coordinates $x^1,\dots,x^n$ centered at $p$, only at $p$ do we have that the laplacian $\Delta f$ is $$\Delta_pf=\sum_{i,j}g^{ij}(p)\frac{\partial^2 f}{\partial x_i\partial x_j}.$$But I was told this equality is only at $p$ and it is not true that as functions on $M$ these two are equal. I don't understand why not, don't they agree at each point meaning they're the same? What confuses me further is that I was told on a complex manifold it is true that as global functions $$\Delta f=2\sum_{j,k}g^{j\overline k}\frac{\partial^2 f}{\partial z_j\partial \overline z_k}.$$Does the above argument work in normal coordinates on a complex manifold for some reason?
2026-04-20 02:41:15.1776652875
Showing two forms on a manifold are equal
101 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?
The issue is that the normal coordinates $x^i$ depend on $p$ - I'll denote (some choice of) normal coordinates around $p$ by $x_p^i$ for clarity.
It's certainly true that at each $p$ your formula holds, so you do have an equation of functions; but the function on the RHS has a lot of dependence on coordinates: if you write all the dependence out explicitly, you get the very ugly
$$ \Delta f|_p = \sum_{i,j} g^{-1}|_p(dx_p^i,dx_p^j) \frac{\partial^2 f}{\partial x_p^i \partial x_p^j}\Big|_p.$$
This is a useful formula for computing the Laplacian at a single point, but if you are interested in it as a global function (or even as a function in a small neighbourhood) then it is pretty much useless - by the time you express the $x_p$ in terms of a single coordinate system you would have been much better off just using the generic formula for the Laplacian.
Regarding the second equation, I think this is only true when the metric is Kähler, which is a very strong condition tying the complex structure to the Riemannian structure. Hopefully someone more versed in complex differential geometry can confirm or correct this.