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 16, 2024
1 parent abdb96b commit e1a276f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions blueprint/src/chapters/2-case2.tex
Original file line number Diff line number Diff line change
Expand Up @@ -747,9 +747,9 @@ \chapter{Case 2}

\begin{lemma}
\label{lmm:coprime_y_z}
\lean{Solution.coprime_y_z, def:Solution_x_y_z_w}
\lean{Solution.coprime_y_z}
\leanok
\uses{def:Solution}
\uses{def:Solution, def:Solution_x_y_z_w}
Let $S$ be a $solution$.\\\\
Then $\gcd(y, z) = 1$.
\end{lemma}
Expand Down Expand Up @@ -786,7 +786,7 @@ \chapter{Case 2}
\label{lmm:x_mul_y_mul_z_eq_u_w_pow_three}
\lean{Solution.x_mul_y_mul_z_eq_u_w_pow_three}
\leanok
\uses{def:Solution}
\uses{def:Solution, def:Solution_x_y_z_w}
Let $S=(a,b,c,u)$ be a $solution$.\\\\
Then $x y z = u w^3$.
\end{lemma}
Expand Down Expand Up @@ -873,7 +873,7 @@ \chapter{Case 2}

\begin{lemma}
\label{lmm:X_ne_zero}
\lean{Solution.X_ne_zero}
\lean{Solution.X_ne_zero, def:Solution_u1_u2_u3_u4_u5_X_Y_Z}
\leanok
\uses{def:Solution}
Let $S$ be a $solution$.\\\\
Expand All @@ -891,7 +891,7 @@ \chapter{Case 2}
\label{lmm:lambda_not_dvd_X}
\lean{Solution.lambda_not_dvd_X}
\leanok
\uses{def:Solution}
\uses{def:Solution, def:Solution_u1_u2_u3_u4_u5_X_Y_Z}
Let $S$ be a $solution$.\\\\
Then $\lambda \notdivides X$.
\end{lemma}
Expand All @@ -909,7 +909,7 @@ \chapter{Case 2}
\label{lmm:lambda_not_dvd_Y}
\lean{Solution.lambda_not_dvd_Y}
\leanok
\uses{def:Solution}
\uses{def:Solution, def:Solution_u1_u2_u3_u4_u5_X_Y_Z}
Let $S$ be a $solution$.\\\\
Then $\lambda \notdivides Y$.
\end{lemma}
Expand Down

0 comments on commit e1a276f

Please sign in to comment.