Skip to content

Commit b1c06ee

Browse files
committed
Check that A(v) is well-defined
1 parent b39c44f commit b1c06ee

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

gfkg.tex

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7624,4 +7624,33 @@ \section{Gauge Transformations}
76247624

76257625
\end{sol}
76267626

7627+
\section{Connections}
7628+
7629+
\begin{ex}
7630+
7631+
Check that $A(v)$ is well-defined, i.e., independent of how we write $A$ as a sum $\sum T_i \otimes \omega_i$.
7632+
7633+
\end{ex}
7634+
7635+
\begin{sol}
7636+
7637+
By expressing $A$ as the above sum, we get
7638+
\[
7639+
A(v) = \sum_i \omega_i (v) T_i.
7640+
\]
7641+
However, we should be free to choose some other sections $T'_i$ of $\End(E)$ and corresponding 1-forms $\omega'_i$ on $M$, requiring
7642+
\[
7643+
\sum_i T_i \otimes \omega_i = \sum_i T'_i \otimes \omega'_i.
7644+
\]
7645+
Then
7646+
\begin{align*}
7647+
\SwapAboveDisplaySkip
7648+
A(v) &= \sum_i \bigl(T_i \otimes \omega_i\bigr) (v) \\
7649+
&= \sum_i \bigl(T'_i \otimes \omega'_i\bigr) (v) \\
7650+
&= \sum_i \omega'_i (v) T'_i
7651+
\end{align*}
7652+
so $A(v)$ is well-defined.
7653+
7654+
\end{sol}
7655+
76277656
\end{document}

0 commit comments

Comments
 (0)