Skip to content

Commit 9da3188

Browse files
committed
Wed Dec 13 08:16:28 GMT 2017
1 parent 23ba374 commit 9da3188

7 files changed

+919
-773
lines changed

IB_M/methods.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1647,7 +1647,7 @@ \subsubsection*{Energetics and uniqueness}
16471647
\]
16481648
Since $\frac{\partial^2 \phi}{\partial t^2} = c^2 \nabla^2 \phi$ by the wave equation, and $\phi$ is constant on $\partial \Omega$, we know that
16491649
\[
1650-
\frac{\d E_\phi}{\d t} = 0.
1650+
\frac{\d E_\phi}{\d t} = 0.\qedhere
16511651
\]
16521652
\end{proof}
16531653

III_M/advanced_probability.tex

+358-311
Large diffs are not rendered by default.

III_M/analysis_of_partial_differential_equations.tex

+545-456
Large diffs are not rendered by default.

III_M/hydrodynamic_stability.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -3020,7 +3020,7 @@ \subsubsection*{Variational formulation}
30203020
\end{enumerate}
30213021
We will need Lagrangian multipliers to impose these constraints, and so the augmented Lagrangian is
30223022
\[
3023-
\mathcal{G} = \frac{\bra \mathbf{q}_T, \mathbf{q}_T\ket}{\bra \mathbf{q}_0, \mathbf{q}_0\ket} - \int_0^T \bra \tilde{\mathbf{q}}, (\mathcal{D}_t - \mathcal{L}) \mathbf{q}\ket \;\d t + \bra \tilde{\mathbf{q}}_0, \mathbf{q}(0) - \mathbf{q}_0\ket.
3023+
\mathcal{G} = \frac{\bra \mathbf{q}_T, \mathbf{q}_T\ket}{\bra \mathbf{q}_0, \mathbf{q}_0\ket} - \int_0^T \bra \tilde{\mathbf{q}}, (\mathcal{D}_t - \mathcal{L}) \mathbf{q}\ket \;\d t + \bra \tilde{\mathbf{q}}_0, \mathbf{q}(0) - \mathbf{q}_0\ket.
30243024
\]
30253025
Taking variations with respect to $\tilde{\mathbf{q}}$ and $\tilde{\mathbf{q}}_0$ recover the evolution equation and the initial condition. The integral can then be written as
30263026
\[
@@ -3072,7 +3072,7 @@ \subsubsection*{Variational formulation}
30723072

30733073
When we set $p = 1$, i.e.\ we use the usual energy norm, then we get a beautiful example of the Orr mechanism, in perfect agreement with what SVD tells us. For, say, $p = 50$, we get more exotic center/wall modes. % insert pictures ?
30743074

3075-
%Replacing the energy term in $\mathcal{G}$ with $\mathcal{J}$, we obtain
3075+
%Replacing the energy term in $\mathcal{G}$ with $\mathcal{J}$, we obtain
30763076
%Then we have
30773077
%\[
30783078
% \mathcal{M} = \mathcal{J} - \int_0^T \left\bra \mathbf{u}^\dagger, \left(\frac{\partial \mathbf{u}}{\partial t} + \mathbf{u} \cdot \nabla \mathbf{u} + \mathbf{u} \cdot \nabla \mathbf{U} + \nabla p - \frac{1}{Re} \nabla^2 \mathbf{u}\right)\right\ket - \bra \mathbf{p}^\dagger, \nabla \cdot \mathbf{u}\ket \;\d t - \bra \mathbf{u}^\dagger_0, \mathbf{u}_0 - \mathbf{u}(0)\ket.

III_M/local_fields.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -2732,7 +2732,7 @@ \subsection{Multiple extensions}
27322732
\begin{prop}
27332733
Let $M/L/K$ be finite extensions of local fields, and $M/K$ Galois. Then
27342734
\[
2735-
G_s(N/K) \cap \Gal(M/L) = G_s(M/L).
2735+
G_s(M/K) \cap \Gal(M/L) = G_s(M/L).
27362736
\]
27372737
\end{prop}
27382738

@@ -3034,7 +3034,7 @@ \subsection{Multiple extensions}
30343034
\frac{G^t(M/K)H}{H} &= \frac{G_{\psi_{M/K}(t)}(M/K) H}{H} \\
30353035
&\cong G_{\eta_{M/L}(\psi_{M/K}(t))}(L/K)\\
30363036
&= G_s(L/K)\\
3037-
&= G^t(L/K).
3037+
&= G^t(L/K).\qedhere
30383038
\end{align*}
30393039
\end{proof}
30403040

II_M/probability_and_measure.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ \subsection{Random variables}
12181218
\[
12191219
(\Omega, \mathcal{F}, \P) = ((0, 1), \mathcal{B}(0, 1), \text{Lebesgue}).
12201220
\]
1221-
Given any sequence $(F_n)$ of distribution functions, there is a sequence $(X_n)$ of random variables with $F_{X_n} = F_n$ for all $n$.
1221+
Given any sequence $(F_n)$ of distribution functions, there is a sequence $(X_n)$ of independent random variables with $F_{X_n} = F_n$ for all $n$.
12221222
\end{prop}
12231223
12241224
\begin{proof}

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,16 @@ Currently, the notes for the following subjects are available.
5858

5959
## Part III
6060
### Michaelmas Term
61+
- Advanced Probability (2017, M. Lis)
6162
- Algebraic Topology (2016, O. Randal-Williams)
63+
- Analysis of Partial Differential Equations (2017, C. Warnick)
64+
- Combinatorics (2017, B. Bollobas)
6265
- Differential Geometry (2016, J. A. Ross)
66+
- Extremal Graph Theory (2017, A. G. Thomason)
67+
- Hydrodynamic Stability (2017, C. P. Caulfield)
6368
- Local Fields (2016, H. C. Johansson)
69+
- Modern Statistical Methods (2017, R. D. Shah)
70+
- Percolation and Random Walks on Graphs (2017, P. Sousi)
6471
- Quantum Computation (2016, R. Jozsa)
6572
- Quantum Field Theory (2016, B. Allanach)
6673
- Symmetries, Fields and Particles (2016, N. Dorey)
@@ -78,5 +85,8 @@ Currently, the notes for the following subjects are available.
7885
- Classical and Quantum Solitons (2017, N. S. Manton and D. Stuart)
7986

8087
## Part IV
88+
### Michaelmas Term
89+
- Topics in Geometric Group Theory (2017, H. Wilton)
90+
8191
### Easter Term
8292
- Bounded Cohomology (2017, M. Burger)

0 commit comments

Comments
 (0)