Skip to content

Commit 048e644

Browse files
committed
typeset huber equations for stt
1 parent f41e7f4 commit 048e644

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

doc/anders.pdf

702 Bytes
Binary file not shown.

doc/anders.tex

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
\DeclareUnicodeCharacter{03BB}{\ensuremath{\lambda}}
5252
\DeclareUnicodeCharacter{03C8}{\ensuremath{\psi}}
5353
\DeclareUnicodeCharacter{2605}{\ensuremath{\star}}
54+
\DeclareUnicodeCharacter{266F}{\ensuremath{\sharp}}
55+
\DeclareUnicodeCharacter{03BC}{\ensuremath{\mu}}
5456

5557
\begin{document}
5658

@@ -941,6 +943,9 @@ \section{Annex A. Simon Huber Canonical Equations}
941943
transpⁱ (Disc S A) φ (spoke f y j) = spoke (transpⁱ (S → Disc S A) φ f) (transpⁱ S φ y) j \\
942944
transpⁱ (ℑ A) φ (ℑ-unit a) = ℑ-unit (transpⁱ A φ a) \\
943945
transpⁱ (♭ A) φ (♭-unit a) = ♭-unit (transpⁱ A φ a) \\
946+
transpⁱ (♯ A) φ (♯-unit a) = ♯-unit (transpⁱ A φ a) \\
947+
transpⁱ (tw A) φ (tw-unit a) = tw-unit (transpⁱ A φ a) \\
948+
transpⁱ (Π (x :\textsubscript{μ} A), B) φ u₀ v = transpⁱ B[x/w] φ (u₀ w(i/0)) \\
944949
transp⁻ⁱ A φ u = (transpⁱ A(i/1−i) φ u)(i/1−i) : A(i/0) \\
945950
tFillⁱ A φ u₀ = transpʲ A(i/i∧j) (φ∨(i=0)) u₀ : A \\
946951
\\
@@ -953,7 +958,7 @@ \section{Annex A. Simon Huber Canonical Equations}
953958
hcompⁱ (Pathʲ A v w) [φ ↦ u] u₀ = 〈j〉\\
954959
\ hcompⁱ A [ φ ↦ u j, (j = 0) ↦ v, (j = 1) ↦ w ] (u₀ j) \\
955960
hcompⁱ G [ψ ↦ u] u₀ = glue [φ ↦ t₁] a₁ : G, G = Glue [φ ↦ (T,w)] A, \\
956-
t₁ = u(i/1) : T, a₁ = unglue u(i/1) : A, glue [φ ↦ t₁] a1 = t₁ : T \\
961+
t₁ = u(i/1) : T, a₁ = unglue u(i/1) : A, glue [φ ↦ t₁] a₁ = t₁ : T \\
957962
hcompⁱ (W (x : A), B) [φ ↦ sup a f] (sup a₀ f₀) \\
958963
\ = sup (hcompⁱ A [φ ↦ a] a₀) (hcompⁱ (B(v) → W) [φ ↦ f] f₀), v = hFillⁱ A [φ ↦ a] a₀ \\
959964
hcompⁱ (Coequ A B f g) [φ ↦ ι₂ u] (ι₂ u₀) = ι₂ (hcompⁱ B [φ ↦ u] u₀) \\
@@ -964,6 +969,9 @@ \section{Annex A. Simon Huber Canonical Equations}
964969
\ = spoke (hcompⁱ (S → Disc S A) [φ ↦ f] f₀) (hcompⁱ S [φ ↦ y] y₀) j \\
965970
hcompⁱ (ℑ A) [φ ↦ ℑ-unit u] (ℑ-unit u₀) = ℑ-unit (hcompⁱ A [φ ↦ u] u₀) \\
966971
hcompⁱ (♭ A) [φ ↦ ♭-unit u] (♭-unit u₀) = ♭-unit (hcompⁱ A [φ ↦ u] u₀) \\
972+
hcompⁱ (♯ A) [φ ↦ ♯-unit u] (♯-unit u₀) = ♯-unit (hcompⁱ A [φ ↦ u] u₀) \\
973+
hcompⁱ (tw A) [φ ↦ tw-unit u] (tw-unit u₀) = tw-unit (hcompⁱ A [φ ↦ u] u₀) \\
974+
hcompⁱ (Π (x :\textsubscript{μ} A), B) [φ ↦ u] u₀ v = hcompⁱ B[x/v] [φ ↦ u v] (u₀ v) \\
967975
hFillⁱ A [φ ↦ u] u₀ = hcompʲ A [φ ↦ u(i/i∧j), (i=0) ↦ u₀] u₀ : A \\
968976
\end{tabular}
969977
\end{table}

0 commit comments

Comments
 (0)