Skip to content

Commit 5309ef8

Browse files
committed
Furter cleanup of ch 2
Signed-off-by: Marcello Seri <[email protected]>
1 parent 3b55827 commit 5309ef8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

2-tangentbdl.tex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ \section{The differential of a smooth map}\label{sec:diffsmooth}
552552

553553
\begin{example}
554554
Let's have another look at Example~\ref{ex:vec:chg_coords_polar}.
555-
The transition map $(x,y) = \tau(\rho,\theta) = (\rho\cos(\theta), \rho\sin(\theta))$ can itself be interpreted as a smooth map $\tau: M=\R_+\times(0,2\pi) \to N=\R^2$ between smooth manifolds.
555+
The transition map $(x,y) = \tau(\rho,\theta) = (\rho\cos(\theta), \rho\sin(\theta))$ can itself be interpreted as a smooth map $\tau: \R_+\times(0,2\pi)=:M \to N:=\R^2$ between smooth manifolds.
556556

557557
Let $p=(3, \pi) \in M$ and $v\in T_pM$ the tangent vector
558558
\begin{equation}
@@ -574,8 +574,8 @@ \section{The differential of a smooth map}\label{sec:diffsmooth}
574574
\end{align}
575575
which is exactly the same vector we obtained in Example~\ref{ex:vec:chg_coords_polar} by direct computation.
576576

577-
Since $M$ and $N$ are open subsets of euclidean spaces, we can use the global charts given by the identity maps $\varphi = \id_M$ and $\psi = \id_N$.
578-
The Jacobian matrix of $\tau$ at $p$ is
577+
Since $M$ and $N$ are open subsets of euclidean spaces, we can use their global charts given by the identity maps $\varphi = \id_M$ and $\psi = \id_N$.
578+
The Jacobian matrix of $\tau$ at $p$ is then simply given by
579579
\begin{equation}
580580
D\tau(p) =
581581
\begin{pmatrix}
@@ -604,7 +604,7 @@ \section{The differential of a smooth map}\label{sec:diffsmooth}
604604
\end{pmatrix},
605605
\end{equation}
606606
which is the coordinate vector of $d\tau_p(v)$ with respect to the basis $\left\{\frac{\partial}{\partial x}\big|_{\tau(p)}, \frac{\partial}{\partial y}\big|_{\tau(p)}\right\}$.
607-
And, indeed, is the same vector as before\marginnote{Can you see why? Look carefully at the coefficients}.
607+
And, indeed, we obtained the same vector as before\footnote{Can you see why? Look carefully at the coefficients!}.
608608
\end{example}
609609

610610
This example leads us immediately to the following exercise and the observation that follows it.
@@ -622,8 +622,8 @@ \section{The differential of a smooth map}\label{sec:diffsmooth}
622622
\textit{\small Hint: show that $d F_p \left(\frac{\partial}{\partial x^i}\big|_p\right) (f) = \left(\frac{\partial F^j}{\partial x^i} (p) \frac{\partial}{\partial y^j}\big|_{F(p)}\right) (f)$.}
623623
\end{exercise}
624624

625-
\newthought{A particularly important consequence} of this theorem is that if we set $M=\R^m$ and $N=\R^n$ our definition coincides with the Euclidean notion.
626-
This is easily checked by taking $\varphi = \id_{\R^m}$ and $\psi=\id_{\R^n}$.
625+
\newthought{A particularly important consequence} of Proposition~\ref{prop:DiffCoords} is that if we set $M=\R^m$ and $N=\R^n$ our definition coincides with the Euclidean notion.
626+
This can be checked in full generality by taking $\varphi = \id_{\R^m}$ and $\psi=\id_{\R^n}$ along the lines of the previous example.
627627
Then the coordinates $(x^1,\ldots,x^m)$ are the standard Euclidean coordinates for $\R^m$ and the coordinates $(y^1,\ldots,y^n)$ the ones for $\R^n$.
628628

629629
Let $f:U\subset\R^m\to\R^n$ be a smooth function and define the linear isomorphisms
@@ -665,7 +665,7 @@ \section{The differential of a smooth map}\label{sec:diffsmooth}
665665
\end{equation}
666666
where $T_x$ and $T_{F(x)}$ are defined as above.
667667

668-
\newthought{An aspect of the construction above is particularly disturbing}: it forced us to fix a basis on the spaces; if this were truly necessary it would defeat the purpose of this whole chapter.
668+
\newthought{There is an aspect of the construction above that is particularly disturbing} to a differential geometer: it forced us to fix a basis on the spaces; if this were truly necessary it would defeat the purpose of this whole chapter.
669669
Fortunately for us, the following exercise shows that, at any given point, the tangent space to a vector space is \emph{canonically}\footnote{That is, independently of the choice of basis.} identified with the vector space itself.
670670

671671
\begin{exercise}\label{ex:tg_curve_iso}

0 commit comments

Comments
 (0)