Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Project: math480-2016
Views: 59
1
\documentclass{article}
2
\title{Problem 4: The Disaster Zone}
3
\author{John Q. Klutz}
4
\date{April 22, 2016}
5
\newtheorem{theorem}{Theorem}
6
7
\begin{document}
8
\maketitle
9
10
\section{Intruduction}
11
My name is John Q. Klutz, and I make mistakes in pretty
12
much everything I do, except my mathematics is always perfect.
13
For example, I noticed that $2 + 3 = 5$, which inspired
14
me to observe that:
15
\begin{itemize}
16
\item $1^{10^{10^{10}}} + 4 = 5$,
17
\item $3 + 2 = 5$,
18
\item $2^2 + 1 = 5$, and shockingly,
19
\item $2 + 3^{10}\cdot 109 = 23^5$.
20
\end{itemize}
21
22
\section{Examples}
23
As you can see, I'm pretty much the most brillliant maths guy you`ll ever meet. Here are some more examples of my greaatest work.
24
25
\begin{theorem}[Klutz]
26
If $E$ is an elliptic curve over $\mathbf{Q}$, then
27
$$
28
{\rm ord}_{s=1} L(E,s) = {\rm rank}(E(\mathbf{Q})).
29
$$
30
\end{theorem}
31
32
33
\begin{theorem}[Klutz]
34
The following equation has no solutions in positive integers for any $n > 2$:
35
\[a^n + b^n = c^n\]
36
\end{theorem}
37
(I figured out Fermat's short version.)
38
39
\begin{theorem}[Klutz]
40
\[P \neq NP\]
41
\end{theorem}
42
43
44
\end{document}
45
46