Documentation
LeanCourse
.
MIL
.
C01_Introduction
.
S02_Overview
Search
Google site search
return to top
source
Imports
Init
LeanCourse.Common
Imported by
f
FermatLastTheorem
easy
hard
source
def
f
(x :
ℕ
)
:
ℕ
Equations
f
x
=
x
+
3
Instances For
source
def
FermatLastTheorem
:
Prop
Equations
FermatLastTheorem
=
∀ (
x
y
z
n
:
ℕ
),
n
>
2
∧
x
*
y
*
z
≠
0
→
x
^
n
+
y
^
n
≠
z
^
n
Instances For
source
theorem
easy
:
2
+
2
=
4
source
theorem
hard
:
FermatLastTheorem