This has been asked before, but I'm trying to prove that if $N: S \to S^2$ is a normal Gauss map of a regular surface $S$, then $$dN_p(v) \wedge dN_p(w) = K(p)(v \wedge w), $$ in which $K(p)$ denotes de Gaussian curvature of $S$ at $p$. I know that I'm supposed to use properties of cross product, and remind that $det(-dN_p)=K(p)$, as indicated on Question about cross product of images of linear transformation. But I can't see how, following the link's answers, $dN_p$ being self-adjoint implies that $((dN_p)^T)^{-1}=I$.
2026-04-07 21:22:58.1775596978
Cross Product of Image of Self-Adjoint Operator
154 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 SURFACES
- Surface by revolution
- A new type of curvature multivector for surfaces?
- Regular surfaces with boundary and $C^1$ domains
- Hyperplane line bundle really defined by some hyperplane
- 2D closed surface such that there's always a straight line to a point?
- parametrized surface are isometric if all corresponding curves have same length
- Klein bottle and torus in mod $p$ homology
- How can I prove that the restricted parametrization of a surface in $\mathbb{R}^{3}$ ia a diffeomorphism?
- A diffeomorphism between a cylinder and a one-sheeted hyperboloid
- Involution of the 3 and 4-holed torus and its effects on some knots and links
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?
Because $dN_p$ is a self-adjoint map on the two-dimensional tangent space of the surface, we know there is an orthonormal basis for the tangent space consisting of eigenvectors, and, moreover, the eigenvalues (the principal curvatures) are necessarily real. Let's write $v_1,v_2$ for this orthonormal basis, and so $$dN_p(v_1) = k_1v_1 \quad\text{and}\quad dN_p(v_2) = k_2v_2.$$ Then it's clear that \begin{align*} dN_p(v_1)\wedge dN_p(v_2) &= (k_1v_1)\wedge (k_2v_2) = (k_1k_2)(v_1\wedge v_2) \\ &= K(p) v_1\wedge v_2. \end{align*} Now you can just verify (using properties of $\wedge$) that for any tangent vectors $v,w$, the same property holds. Write $v=a_{11}v_1+a_{12}v_2$, $w=a_{21}v_1+a_{22}v_2$, and both sides of the equation will pick up a factor of $a_{11}a_{22}-a_{12}a_{21}$. Thus, the equation holds.
The attempted solution in the link you gave is just not going to work. Here is what is correct. If you have a $3\times 3$ matrix $A$, i.e., a linear map on all of $\Bbb R^3$, then (continuing to write $\wedge$, as doCarmo does, for the cross product) $$Av\wedge Aw = (\det A)(A^\top)^{-1}(v\wedge w). \tag{$\star$}$$ It follows that if $A$ is an orthogonal $3\times 3$ matrix, then we have $Av\wedge Aw = (\det A) A(v\wedge w)$, since $AA^\top = I$ implies $(A^\top)^{-1} = A$. As you can see, this is totally removed from the topic at hand. If you're curious, the formula ($\star$) follows from the classic formula $$A^{-1} = \frac1{\det A}(\text{cof }A)^\top,$$ where $\text{cof }A$ is the matrix of cofactors. This means that $$\text{cof }A = (\det A)(A^{-1})^\top = (\det A)(A^\top)^{-1}.$$ If you write out $v$ and $w$ in terms of the standard basis, these cofactors are precisely what appear in the coefficients of $Av\wedge Aw$. (If you know some exterior algebra, what is going on here is that the standard matrix representation of $\Lambda^2 A$ is the cofactor matrix of $A$.) Self-adjointness is irrelevant here, as is the whole formula, since we're talking about a linear map defined just on the tangent space of the surface, as you observed in your query.