Added uniform structures for completely regular spaces. Added calculus lemma.
All checks were successful
Compile Project / Compile (push) Successful in 35s
All checks were successful
Compile Project / Compile (push) Successful in 35s
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
|
||||
\begin{lemma}
|
||||
\label{lemma:rectifiable-piecewise-linear}
|
||||
Let $[a, b] \subset \real$, $E, F, H$ be locally convex spaces over $K \in \RC$, $E \times F \to H$ with $(x, y) \mapsto xy$ be a continuous bilinear map, $\gamma \in C([a, b]; F)$ be a rectifiable path, and $U \in \cn_F(\gamma([a, b]))$, then for any continuous seminorm $[\cdot]_G: G \to [0, \infty)$, $\eps > 0$, and $f \in C(U; E)$, there exists a piecewise linear path $\Gamma \in C([a, b]; F)$ such that:
|
||||
Let $[a, b] \subset \real$, $E, F, H$ be locally convex spaces over $K \in \RC$, $E \times F \to H$ with $(x, y) \mapsto xy$ be a continuous bilinear map, $\gamma \in C([a, b]; F)$ be a rectifiable path, and $U \in \cn_F(\gamma([a, b]))$, then for any continuous seminorm $[\cdot]_G: G \to [0, \infty)$, $\eps > 0$, and $f \in C(U; E) \cap PI([a, b], \gamma; E)$, there exists a piecewise linear path $\Gamma \in C([a, b]; F)$ such that:
|
||||
\begin{enumerate}
|
||||
\item $\Gamma(a) = \gamma(a)$ and $\Gamma(b) = \gamma(b)$.
|
||||
\item $\braks{\int_\gamma f - \int_\Gamma f}_F < \epsilon$.
|
||||
@@ -79,6 +79,55 @@
|
||||
Past me made the mistake of believing that in \autoref{lemma:rectifiable-piecewise-linear}, it is possible to approximate rectifiable curves with piecewise linear curves in \textit{total variation distance}. However, this is not possible: as every piecewise linear curve is absolutely continuous, and the limit of these curves in total variation distance must also be absolutely continuous. As such, this strong approximation exists if and only if the curve is absolutely continuous.
|
||||
\end{remark}
|
||||
|
||||
\begin{lemma}
|
||||
\label{lemma:rectifiable-smooth}
|
||||
Let $[a, b] \subset \real$, $E, F, H$ be separated locally convex spaces over $K \in \RC$ with $H$ being complete, $E \times F \to H$ with $(x, y) \mapsto xy$ be a continuous bilinear map, $\gamma \in C([a, b]; F)$ be a piecewise linear path, and $U \in \cn_F(\gamma([a, b]))$.
|
||||
|
||||
Extend $\gamma$ to $\real$ by
|
||||
\[
|
||||
\ol \gamma : \real \to U \quad x \mapsto \begin{cases}
|
||||
\gamma(a) &x \le a \\
|
||||
\gamma(x) &x \in [a, b] \\
|
||||
\gamma(b) &x \ge b
|
||||
\end{cases}
|
||||
\]
|
||||
|
||||
Since $\gamma$ takes values in a finite-dimensional subspace, assume without loss of generality that $F$ is a Banach space. In which case, for each $\varphi \in C_c^\infty(\real; \real)$ with $\int_\real \varphi = 1$ and $t > 0$, let
|
||||
\[
|
||||
\gamma_t: [a, b] \to F \quad x \mapsto \frac{1}{t}\int_{\real} \ol \gamma(y) \varphi\braks{\frac{x - y}{t}} dy
|
||||
\]
|
||||
|
||||
then
|
||||
|
||||
\begin{enumerate}
|
||||
\item For each $t > 0$, $\gamma_t \in C^\infty([a, b]; F)$.
|
||||
\item There exists $t > 0$ such that for any $s \in (0, t)$, $\gamma_s(a) = \gamma(a)$ and $\gamma_s(b) = \gamma(b)$.
|
||||
\item For any $f \in C(U; E)$,
|
||||
\[
|
||||
\int_\gamma f = \lim_{t \downto 0} \int_{\gamma_t} f
|
||||
\]
|
||||
\end{enumerate}
|
||||
\end{lemma}
|
||||
\begin{proof}
|
||||
By passing through a \hyperref[reparametrisation]{proposition:path-integral-change-of-variables}, assume without loss of generality that there exists $\eps > 0$ such that $\gamma$ is constant on $[a, a + \eps)$ and $(b - \eps, b]$.
|
||||
|
||||
(1): By the \hyperref[Mean Value Theorem]{theorem:mean-value-theorem}, for each $x, y \in [a, b]$,
|
||||
\[
|
||||
\norm{\frac{\varphi(x) - \varphi(y)}{x - y}}_F \le \sup_{z \in \real}\norm{D\varphi(z)}_F
|
||||
\]
|
||||
|
||||
By the \hyperref[Dominated Convergence Theorem]{theorem:dct-bochner-vector}, $\gamma_t \in C^\infty([a, b]; F)$.
|
||||
|
||||
(2): For sufficiently small $t$, $\supp(\varphi) \subset (-\eps, \eps)$. In which case, by assumption, $\gamma_t(a) = \gamma(a)$ and $\gamma_t(b) = \gamma(b)$.
|
||||
|
||||
(3): Since $\gamma$ is piecewise $C^1$ and $\gamma_t \in C^\infty([a, b]; F)$,
|
||||
\[
|
||||
\int_\gamma f = \int_a^b f(t) D\gamma(t)dt = \lim_{t \downto 0}\int_a^b f(t) D\gamma_t(t) dt = \lim_{t \downto 0}\int_{\gamma_t}f
|
||||
\]
|
||||
|
||||
by the \hyperref[Dominated Convergence Theorem]{theorem:dct-bochner-vector}.
|
||||
\end{proof}
|
||||
|
||||
|
||||
|
||||
\begin{theorem}[Fundamental Theorem of Calculus for Path Integrals]
|
||||
|
||||
@@ -105,4 +105,4 @@
|
||||
|
||||
(2): Let $G(x) = \int_a^x DF(t)dt + F(a)$, then $G - F$ has derivative $0$. By the \hyperref[Mean Value Theorem]{proposition:zero-derivative-constant}, $G - F$ is constant. As $G(a) - F(a) = 0$, $G = F$.
|
||||
|
||||
\end{proof}
|
||||
\end{proof}
|
||||
@@ -61,7 +61,7 @@
|
||||
|
||||
\end{theorem}
|
||||
\begin{proof}
|
||||
Suppose that $f \in RS([a, b], G)$. Let $U \in \cn_K(0)$, then there exits $P_0 = \seqfz{x_j} \in \scp([a, b])$ such that $S(P, c, f, G) - \int_a^b fdG \in U$ for all $(P, c) \in \scp_t([a, b])$ with $P \ge P_0$. Let
|
||||
Suppose that $f \in RS([a, b], G)$. Let $U \in \cn_H(0)$, then there exits $P_0 = \seqfz{x_j} \in \scp([a, b])$ such that $S(P, c, f, G) - \int_a^b fdG \in U$ for all $(P, c) \in \scp_t([a, b])$ with $P \ge P_0$. Let
|
||||
\[
|
||||
Q_0 = [x_0, x_1, x_1, \cdots, x_n, x_n]
|
||||
\]
|
||||
@@ -69,10 +69,10 @@
|
||||
then for any $(Q = \seqfz[m]{y_j}, d = \seqf[m]{d_j}) \in \scp_t([a, b])$ with $Q \ge Q_0$,
|
||||
\[
|
||||
f(b)G(b) - f(a)G(a) - \int_a^b fdG - S(Q, d, G, f) =
|
||||
\int_a^b fdG - S(Q', d', G, f)
|
||||
S(Q', d', f, G) - \int_a^b fdG
|
||||
\]
|
||||
|
||||
by \autoref{lemma:sum-by-parts}, where $d$ and $Q'$ contain $\seqfz{x_j}$. Thus $(Q', d') \ge P_0$, and $\int_a^b fdG - S(Q', d', G, f) \in U$.
|
||||
by \autoref{lemma:sum-by-parts}, where $d$ and $Q'$ contain $\seqfz{x_j}$. Thus $(Q', d') \ge P_0$, and $S(Q', d', f, G) - \int_a^b fdG \in U$.
|
||||
\end{proof}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user