Skip to content

Commit 462b8f2

Browse files
committed
bump
1 parent a579275 commit 462b8f2

File tree

4 files changed

+35
-64
lines changed

4 files changed

+35
-64
lines changed

FLT.lean

+6-22
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
1-
import Mathlib.Tactic
21
import FLT.Basic.Reductions
3-
4-
/-!
5-
6-
# Fermat's Last Theorem
7-
8-
There are many ways of stating Fermat's Last Theorem.
9-
In this file, we give the traditional statement using
10-
the positive integers `ℕ+`, and deduce it from
11-
a proof of Mathlib's version `FermatLastTheorem`
12-
of the statement (which is a statement about the
13-
nonnegative integers `ℕ`.)
14-
15-
-/
16-
17-
/-- Fermat's Last Theorem for positive naturals. -/
18-
theorem PNat.pow_add_pow_ne_pow
19-
(x y z : ℕ+)
20-
(n : ℕ) (hn : n > 2) :
21-
x^n + y^n ≠ z^n :=
22-
PNat.pow_add_pow_ne_pow_of_FermatLastTheorem FLT.Wiles_Taylor_Wiles x y z n hn
23-
2+
import FLT.for_mathlib.Coalgebra.Monoid
3+
import FLT.TateCurve.TateCurve
4+
import FLT.for_mathlib.Coalgebra.Sweedler
5+
import FLT.Basic.HardlyRamified
6+
import FLT.for_mathlib.Coalgebra.TensorProduct
7+
import FLT.for_mathlib.HopfAlgebra.Basic

FLT/for_mathlib/Coalgebra/Monoid.lean

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Yunzhou Xie, Yichen Feng, Yanqiao Zhou, Jujian Zhang
55
-/
66

7-
import Mathlib.RingTheory.TensorProduct
7+
import Mathlib.RingTheory.TensorProduct.Basic
88
import FLT.for_mathlib.Coalgebra.Sweedler
99
import Mathlib.RingTheory.HopfAlgebra
1010

FLT_statement.lean

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
import Mathlib.Tactic
2+
import FLT.Basic.Reductions
3+
4+
/-!
5+
6+
# Fermat's Last Theorem
7+
8+
There are many ways of stating Fermat's Last Theorem.
9+
In this file, we give the traditional statement using
10+
the positive integers `ℕ+`, and deduce it from
11+
a proof of Mathlib's version `FermatLastTheorem`
12+
of the statement (which is a statement about the
13+
nonnegative integers `ℕ`.)
14+
15+
-/
16+
17+
/-- Fermat's Last Theorem for positive naturals. -/
18+
theorem PNat.pow_add_pow_ne_pow
19+
(x y z : ℕ+)
20+
(n : ℕ) (hn : n > 2) :
21+
x^n + y^n ≠ z^n :=
22+
PNat.pow_add_pow_ne_pow_of_FermatLastTheorem FLT.Wiles_Taylor_Wiles x y z n hn
23+

lake-manifest.json

+5-41
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[{"url": "https://github.com/leanprover/std4",
55
"type": "git",
66
"subDir": null,
7-
"rev": "ff9850c4726f6b9fb8d8e96980c3fcb2900be8bd",
7+
"rev": "f3447c3732c9d6e8df3bdad78e5ecf7e8b353bbc",
88
"name": "std",
99
"manifestFile": "lake-manifest.json",
1010
"inputRev": "main",
@@ -22,7 +22,7 @@
2222
{"url": "https://github.com/leanprover-community/aesop",
2323
"type": "git",
2424
"subDir": null,
25-
"rev": "056ca0fa8f5585539d0b940f532d9750c3a2270f",
25+
"rev": "8be30c25e3caa06937feeb62f7ca898370f80ee9",
2626
"name": "aesop",
2727
"manifestFile": "lake-manifest.json",
2828
"inputRev": "master",
@@ -40,7 +40,7 @@
4040
{"url": "https://github.com/leanprover/lean4-cli",
4141
"type": "git",
4242
"subDir": null,
43-
"rev": "a751d21d4b68c999accb6fc5d960538af26ad5ec",
43+
"rev": "be8fa79a28b8b6897dce0713ef50e89c4a0f6ef5",
4444
"name": "Cli",
4545
"manifestFile": "lake-manifest.json",
4646
"inputRev": "main",
@@ -49,7 +49,7 @@
4949
{"url": "https://github.com/leanprover-community/import-graph.git",
5050
"type": "git",
5151
"subDir": null,
52-
"rev": "64d082eeaad1a8e6bbb7c23b7a16b85a1715a02f",
52+
"rev": "bbcffbcc19d69e13d5eea716283c76169db524ba",
5353
"name": "importGraph",
5454
"manifestFile": "lake-manifest.json",
5555
"inputRev": "main",
@@ -58,47 +58,11 @@
5858
{"url": "https://github.com/leanprover-community/mathlib4.git",
5959
"type": "git",
6060
"subDir": null,
61-
"rev": "62be35deb755e9605ecca828046be1044dbf0230",
61+
"rev": "32531f6a61daf705cf6b38726b3c2ac5bcc553d1",
6262
"name": "mathlib",
6363
"manifestFile": "lake-manifest.json",
6464
"inputRev": null,
6565
"inherited": false,
66-
"configFile": "lakefile.lean"},
67-
{"url": "https://github.com/xubaiw/CMark.lean",
68-
"type": "git",
69-
"subDir": null,
70-
"rev": "0077cbbaa92abf855fc1c0413e158ffd8195ec77",
71-
"name": "CMark",
72-
"manifestFile": "lake-manifest.json",
73-
"inputRev": "main",
74-
"inherited": true,
75-
"configFile": "lakefile.lean"},
76-
{"url": "https://github.com/fgdorais/lean4-unicode-basic",
77-
"type": "git",
78-
"subDir": null,
79-
"rev": "5b096942260d7805cc90bacf4ea4a0f8e9700ccb",
80-
"name": "UnicodeBasic",
81-
"manifestFile": "lake-manifest.json",
82-
"inputRev": "main",
83-
"inherited": true,
84-
"configFile": "lakefile.lean"},
85-
{"url": "https://github.com/hargonix/LeanInk",
86-
"type": "git",
87-
"subDir": null,
88-
"rev": "f1f904e00d79a91ca6a76dec6e318531a7fd2a0f",
89-
"name": "leanInk",
90-
"manifestFile": "lake-manifest.json",
91-
"inputRev": "doc-gen",
92-
"inherited": true,
93-
"configFile": "lakefile.lean"},
94-
{"url": "https://github.com/leanprover/doc-gen4",
95-
"type": "git",
96-
"subDir": null,
97-
"rev": "780bbec107cba79d18ec55ac2be3907a77f27f98",
98-
"name": "«doc-gen4»",
99-
"manifestFile": "lake-manifest.json",
100-
"inputRev": "main",
101-
"inherited": false,
10266
"configFile": "lakefile.lean"}],
10367
"name": "FLT",
10468
"lakeDir": ".lake"}

0 commit comments

Comments
 (0)