Skip to content

Commit 06e431a

Browse files
committed
Clarify cotangent lift
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
1 parent 748fe13 commit 06e431a

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

6-cotangentbdl.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ \section{Change of coordinates}
229229
The \emph{pullback} of covectors by $F$ at the point $F(p)$, is the dual linear map of the differential
230230
\marginnote[-1.5em]{Which is also the reason why, some authors, use the notation $F_*$ to denote the differential of maps between manifolds and other call pushforward the differential.}
231231
\begin{equation}
232-
dF^*_p : T^*_{F(p)} N \to T^*_p M, \quad \omega \mapsto dF^*\omega,
232+
dF^*_p : T^*_{F(p)} N \to T^*_p M, \quad \omega \mapsto dF^*_p\omega,
233233
\end{equation}
234234
defined by duality in the following way\footnote{Or, omitting the point of application, $\left(dF^*\omega, v\right) := \left(\omega, dF(v)\right)$.}:
235235
\begin{equation}
@@ -335,11 +335,11 @@ \section{One-forms and the cotangent bundle}
335335
\end{equation}
336336
defined by
337337
\begin{equation}
338-
(F^*\omega)_p := dF_p^*(\omega_{F(p)}).
338+
(F^*\omega)_p := dF_p^*(\omega_{F(p)}), \quad \forall\, p\in M, \; \forall \omega\in\fX^*(N).
339339
\end{equation}
340340
By definition, this acts on vectors $v\in T_p M$ by
341341
\begin{equation}
342-
((F^*\omega)_p, v) = (\omega_{F(p)}, dF_p(v)) = \omega_{F(p)}(dF_p(v)).
342+
((F^*\omega)_p \,|\, v) = (\omega_{F(p)} \,|\, dF_p(v)) = \omega_{F(p)}(dF_p(v)).
343343
\end{equation}
344344
\end{definition}
345345

@@ -365,7 +365,7 @@ \section{One-forms and the cotangent bundle}
365365
For $p\in M$, denote $(V, (y^i))$ a chart on $N$ around $F(p)$ and let $U=F^{-1}(N)$.
366366
If $\omega = \omega_j dy^j \in\fX^*(N)$, apply twice Exercise~\ref{ex:propdiff} to show that in $U$
367367
\begin{equation}
368-
F^*\omega = (\omega_j\circ F) d(y^j \circ F).
368+
F^*\omega = (\omega_j\circ F)\, d(y^j \circ F).
369369
\end{equation}
370370

371371
Let $F:\R^3\to\R^2$ be the map $(u,v) = F(x,y,z) = (x y^2, y \sin z)$.

7-tensors.tex

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -460,28 +460,29 @@ \section{Tensor bundles}
460460
\end{proposition}
461461
\begin{proof}
462462
\newthought{Step I}.
463-
We know that the pullback induces on the fibres a diffeomorphism of cotangent bundles. Let $p\in M$.
464-
We have already seen that on the fibres the pullback is a diffeomorphism:
463+
We know that the pullback induces on the fibres a diffeomorphism of cotangent bundles, obtained by collecting the pullbacks on each fibre into a single map:
465464
\begin{equation}
466465
T^*N \to T^* M, \quad
467466
(q,\omega) \mapsto (\varphi^*\omega)_q = \left(\varphi^{-1}(q), d\varphi^*\omega|_{\varphi^{-1}(q)}\right).
468467
\end{equation}
469-
This can be inverted giving rise to the so-called \emph{cotangent lift}\footnote{This is often denoted also $\varphi_\sharp$.}
468+
Since $\phi$ is a differential, this can be inverted giving rise to the so-called \emph{cotangent lift}\footnote{This is often denoted also $\varphi_\sharp$.} of $\varphi$:
470469
\begin{equation}
471-
d\varphi^\dagger :=(d\varphi)^\dagger := (\varphi^{-1})^*: T^*M \to T^*N.
470+
d\varphi^\dagger: T^*M \to T^*N.
472471
\end{equation}
472+
This is a map that acts on each covector, pointwise, as $d(\varphi^{-1})^*$.%
473473
\marginnote{An aid to understand this map is the following commuting diagram:
474474
\begin{equation}\nonumber
475475
\begin{tikzcd}[row sep=normal, column sep=normal, ampersand replacement=\&]
476476
T_p^* M \arrow[d, "\pi_M" left] \arrow[r, "d\varphi^\dagger"] \& T^*_{\varphi(p)}N \arrow[d, "\pi_N"] \\
477477
M \arrow[r, "\varphi" below] \& N
478478
\end{tikzcd}
479-
\end{equation}}
480-
For any $\omega\in T_p^* M$ and any $v\in T_pM$, we have
479+
\end{equation}}%
480+
Note that if $p\in M$, for any $\omega\in T_p^* M$ and any $v\in T_pM$, we have
481481
\begin{align}
482-
(d\varphi^\dagger_p \omega \;\mid\; d\varphi_p v)_{\varphi(p)} & = d(\varphi^{-1})^*(\omega|_{\varphi^{-1}\circ\varphi(p)} (d\varphi_p v) ) \\
483-
& = \omega_p(d\varphi^{-1}_{\varphi(p)} \circ d\varphi_p v ) \\
484-
& = \omega_p(v) = (\omega \mid v)_p.
482+
(d\varphi^\dagger_p \omega \;\mid\; d\varphi_p v)
483+
& = d(\varphi^{-1})^*(\omega|_{\varphi^{-1}\circ\varphi(p)} (d\varphi_p v) ) \\
484+
& = \omega_p(d\varphi^{-1}_{\varphi(p)} \circ d\varphi_p v ) \\
485+
& = \omega_p(v) = (\omega_p \mid v).
485486
\end{align}
486487

487488
\newthought{Step II}.

aom.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ \chapter*{Introduction}
294294

295295
I am extremely grateful to Martijn Kluitenberg for his careful reading of the notes and his invaluable suggestions, comments and corrections, and to Bram Brongers\footnote{You can also have a look at \href{https://fse.studenttheses.ub.rug.nl/25344/}{his bachelor thesis} to learn more about some interesting advanced topics in differential geometry.} for his comments, corrections and the appendices that he contributed to these notes.\medskip
296296

297-
Many thanks also to the following people for their comments and for reporting a number of misprints and corrections: Jamara Admiraal, Wojtek Anyszka, Bhavya Bhikha, Huub Bouwkamp, Anna de Bruijn, Daniel Cortlid, Harry Crane, Fionn Donogue, Jordan van Ekelenburg, Brian Elsinga, Hanneke van Harten, Martin Daan van IJcken, Mollie Jagoe Brown, Remko de Jong, Aron Karakai, Hanna Karwowska, Wietze Koops, Henrieke Krijgsheld, Justin Lin, Valeriy Malikov, Mar\'ia Diaz Marrero, Aiva Misieviciute, Levi Moes, Nicol\'as Moro, Alexandru Oprea, Magnus Petz, Jorian Pruim, Luuk de Ridder, Lisanne Sibma, Marit van Straaten, Bo Tielman, Dave Verweg, Ashwin Vishwakarma, Lisa Werkman, Lars Wieringa, Federico Zadra, Tijmen van der Ree, and Jesse van der Zeijden.
297+
Many thanks also to the following people for their comments and for reporting a number of misprints and corrections: Jamara Admiraal, Wojtek Anyszka, Bhavya Bhikha, Huub Bouwkamp, Anna de Bruijn, Daniel Cortlid, Harry Crane, Fionn Donogue, Jordan van Ekelenburg, Brian Elsinga, Hanneke van Harten, Martin Daan van IJcken, Mollie Jagoe Brown, Nicolas Jal\`on Stewart, Remko de Jong, Aron Karakai, Hanna Karwowska, Wietze Koops, Henrieke Krijgsheld, Justin Lin, Valeriy Malikov, Mar\'ia Diaz Marrero, Aiva Misieviciute, Levi Moes, Nicol\'as Moro, Alexandru Oprea, Magnus Petz, Jorian Pruim, Luuk de Ridder, Lisanne Sibma, Marit van Straaten, Bo Tielman, Dave Verweg, Ashwin Vishwakarma, Lisa Werkman, Lars Wieringa, Federico Zadra, Tijmen van der Ree, and Jesse van der Zeijden.
298298

299299
\mainmatter
300300

0 commit comments

Comments
 (0)