Skip to content

Commit 8a5891a

Browse files
committed
Merge branch 'bump' into main
2 parents 738c3c4 + 37f8de5 commit 8a5891a

File tree

3 files changed

+10
-46
lines changed

3 files changed

+10
-46
lines changed

FLT/Basic/Reductions.lean

+2-2
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ lemma gcdab_eq_gcdac {a b c : ℤ} {p : ℕ} (hp : 0 < p) (h : a ^ p + b ^ p = c
307307
def of_not_FermatLastTheorem_p_ge_5 {a b c : ℤ} (ha : a ≠ 0) (hb : b ≠ 0) (hc : c ≠ 0)
308308
{p : ℕ} (hpprime : p.Prime) (hp : 5 ≤ p) (h : a^p + b^p = c^p) : FreyPackage :=
309309
let d := gcd a b
310-
have hd : d ≠ 0 := by aesop
310+
have hd : d ≠ 0 := gcd_ne_zero_of_right hb
311311
of_not_FermatLastTheorem_coprime_p_ge_5
312312
(show a / d ≠ 0 by exact left_div_gcd_ne_zero ha)
313313
(show b / d ≠ 0 by exact right_div_gcd_ne_zero hb)
@@ -317,7 +317,7 @@ def of_not_FermatLastTheorem_p_ge_5 {a b c : ℤ} (ha : a ≠ 0) (hb : b ≠ 0)
317317
· linarith)
318318
(by
319319
simp [gcd]
320-
rw [Int.gcd_div_gcd_div_gcd]
320+
apply Int.gcd_div_gcd_div_gcd
321321
apply Int.gcd_pos_of_ne_zero_left _ ha)
322322
p hpprime hp <| by
323323
obtain ⟨a₁, (ha : a = d * a₁)⟩ := gcd_dvd_left a b

lake-manifest.json

+7-43
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": "e752d2063b323bf5192d2dca577afa3cb3008677",
7+
"rev": "ff9850c4726f6b9fb8d8e96980c3fcb2900be8bd",
88
"name": "std",
99
"manifestFile": "lake-manifest.json",
1010
"inputRev": "main",
@@ -13,7 +13,7 @@
1313
{"url": "https://github.com/leanprover-community/quote4",
1414
"type": "git",
1515
"subDir": null,
16-
"rev": "1c88406514a636d241903e2e288d21dc6d861e01",
16+
"rev": "fd760831487e6835944e7eeed505522c9dd47563",
1717
"name": "Qq",
1818
"manifestFile": "lake-manifest.json",
1919
"inputRev": "master",
@@ -22,7 +22,7 @@
2222
{"url": "https://github.com/leanprover-community/aesop",
2323
"type": "git",
2424
"subDir": null,
25-
"rev": "6beed82dcfbb7731d173cd517675df27d62ad0f4",
25+
"rev": "056ca0fa8f5585539d0b940f532d9750c3a2270f",
2626
"name": "aesop",
2727
"manifestFile": "lake-manifest.json",
2828
"inputRev": "master",
@@ -31,10 +31,10 @@
3131
{"url": "https://github.com/leanprover-community/ProofWidgets4",
3232
"type": "git",
3333
"subDir": null,
34-
"rev": "af1e86cf7a37389632a02f4a111e6b501b2b818f",
34+
"rev": "fb65c476595a453a9b8ffc4a1cea2db3a89b9cd8",
3535
"name": "proofwidgets",
3636
"manifestFile": "lake-manifest.json",
37-
"inputRev": "v0.0.27",
37+
"inputRev": "v0.0.30",
3838
"inherited": true,
3939
"configFile": "lakefile.lean"},
4040
{"url": "https://github.com/leanprover/lean4-cli",
@@ -49,7 +49,7 @@
4949
{"url": "https://github.com/leanprover-community/import-graph.git",
5050
"type": "git",
5151
"subDir": null,
52-
"rev": "8079d2d1d0e073bde42eab159c24f4c2d0d3a871",
52+
"rev": "64d082eeaad1a8e6bbb7c23b7a16b85a1715a02f",
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": "49212605e40e9d9fcbcd9968ce362f91dad303ca",
61+
"rev": "62be35deb755e9605ecca828046be1044dbf0230",
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"}

lean-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.6.0-rc1
1+
leanprover/lean4:v4.7.0-rc2

0 commit comments

Comments
 (0)