Created
February 2, 2025 18:25
-
-
Save SeanPlusPlus/f7deda8b16c47a4ec8aeaabc2e12be4d to your computer and use it in GitHub Desktop.
Laffite Thesis LaTeX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage{tikz} | |
\usepackage{amsmath, amssymb} | |
\begin{document} | |
\section*{Homotopy Equivalence in Diagrammatic Algebra} | |
\textbf{Composing this with homotopy equivalence gives:} | |
\subsection*{First Map} | |
\begin{equation} | |
\begin{tikzpicture} | |
% First diagram | |
\draw[red] (0,0) to[out=90,in=270] (1,1); | |
\draw[black] (1,0) to[out=90,in=270] (0,1); | |
\node at (0.5, 1.2) {\( t_{ij}^{-1} \)}; | |
\end{tikzpicture} | |
+ | |
\begin{tikzpicture} | |
% Second diagram | |
\draw[red] (0,0) to[out=90,in=270] (1,1); | |
\draw[black] (1,0) to[out=90,in=270] (0,1); | |
\node at (0.5, 1.2) {\( t_{ij} t_{ij}^{-1} \)}; | |
\end{tikzpicture} | |
= | |
\begin{tikzpicture} | |
% Resulting diagram | |
\draw[red] (0,0) to[out=90,in=270] (0,1); | |
\draw[black] (1,0) to[out=90,in=270] (1,1); | |
\end{tikzpicture} | |
\end{equation} | |
\textbf{Holds on nose.} | |
\subsection*{Second Map} | |
\begin{equation} | |
-V_{ij} + | |
\begin{tikzpicture} | |
\draw[red] (0,0) to[out=90,in=270] (1,1); | |
\draw[black] (1,0) to[out=90,in=270] (0,1); | |
\node at (0.5, 1.2) {\( t_{ij}^{-1} \)}; | |
\end{tikzpicture} | |
= | |
0 + t_{ij}^{-1} | |
\end{equation} | |
\textbf{Third Map:} | |
\begin{equation} | |
\begin{tikzpicture} | |
\draw[red] (0,0) to[out=90,in=270] (1,1); | |
\draw[black] (1,0) to[out=90,in=270] (0,1); | |
\node at (0.5, 1.2) {\( t_{ij}^{-1} \)}; | |
\end{tikzpicture} | |
+ | |
\begin{tikzpicture} | |
\draw[red] (0,0) to[out=90,in=270] (1,1); | |
\draw[black] (1,0) to[out=90,in=270] (0,1); | |
\node at (0.5, 1.2) {\( t_{ij} t_{ij} \)}; | |
\end{tikzpicture} | |
= | |
\begin{tikzpicture} | |
\draw[red] (0,0) to[out=90,in=270] (0,1); | |
\draw[black] (1,0) to[out=90,in=270] (1,1); | |
\end{tikzpicture} | |
\end{equation} | |
\textbf{Exactly what I need.} | |
\subsection*{Fifth Map} | |
\begin{equation} | |
-t_{ij}^{-1} | |
\begin{tikzpicture} | |
\draw[red] (0,0) to[out=90,in=270] (1,1); | |
\draw[black] (1,0) to[out=90,in=270] (0,1); | |
\end{tikzpicture} | |
= | |
- | |
\begin{tikzpicture} | |
\draw[red] (0,0) to[out=90,in=270] (1,1); | |
\draw[black] (1,0) to[out=90,in=270] (0,1); | |
\node at (0.5, 1.2) {\( t_{ij} \)}; | |
\end{tikzpicture} | |
+ | |
\begin{tikzpicture} | |
\draw[red] (0,0) to[out=90,in=270] (1,1); | |
\draw[black] (1,0) to[out=90,in=270] (0,1); | |
\node at (0.5, 1.2) {\( -t_{ij} t_{ij} \)}; | |
\end{tikzpicture} | |
\end{equation} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment