Skip to content

Commit

Permalink
Update 2-case2.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Apr 9, 2024
1 parent 433b844 commit ac1c34c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions blueprint/src/chapters/2-case2.tex
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ \chapter*{Case 2}
\leanok
%\uses{}
Let $a, b, c \in \N$. \\
If $3 \divides a$ and $3 \divides b$ and $a ^ 3 + b ^ 3 = c ^ 3$, then $3 \divides \gcd(\set{a, b, c})$.
Let $3 \divides a$ and $3 \divides b$. \\
Let $a ^ 3 + b ^ 3 = c ^ 3$. \\\\
Then $3 \divides \gcd(\set{a, b, c})$.
\end{lemma}
\begin{proof}
\leanok
Expand All @@ -53,7 +55,9 @@ \chapter*{Case 2}
\leanok
%\uses{}
Let $a, b, c \in \N$. \\
If $3 \divides a$ and $3 \divides c$ and $a ^ 3 + b ^ 3 = c ^ 3$, then $3 \divides \gcd(\set{a, b, c})$.
Let $3 \divides a$ and $3 \divides c$. \\
Let $a ^ 3 + b ^ 3 = c ^ 3$. \\\\
Then $3 \divides \gcd(\set{a, b, c})$.
\end{lemma}
\begin{proof}
\leanok
Expand Down

0 comments on commit ac1c34c

Please sign in to comment.