mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
fix embarrassing math mistake
This commit is contained in:
parent
b416030e07
commit
af45914d82
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ Cons:
|
|||
Let's try it now. Here's a simple theorem:
|
||||
|
||||
$$
|
||||
a^2 + b^2 \ne c^2 \, \forall\,\left\{ a,\,b,\,c \right\} \in \mathbb{Z} \land a,\,b,\,c \ge 3
|
||||
a^n + b^n \ne c^n \, \forall\,\left\{ a,\,b,\,c \right\} \in \mathbb{Z} \land n \ge 3
|
||||
$$
|
||||
|
||||
The proof is trivial and will be left as an exercise to the reader.
|
||||
|
|
Loading…
Reference in a new issue