Skip to content

Commit 4868004

Browse files
committed
Bump mathlib to v4.22.0
1 parent bec69ec commit 4868004

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

PersistentDecomp/DirectSumDecomposition.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ lemma Indecomposable_of_mem_Min_Direct_sum_decomposition
254254
(D : DirectSumDecomposition M) (N : PersistenceSubmodule M) (hN : N ∈ D) (hmax : IsMax D) :
255255
Indecomposable N := by
256256
by_contra hNotMax
257-
simp only [_root_.Indecomposable, not_forall, Classical.not_imp, not_or] at hNotMax
257+
simp only [_root_.Indecomposable, not_forall, not_or] at hNotMax
258258
obtain ⟨x, y, hxy, rfl, hx, hy⟩ := hNotMax
259259
let B (N) (hN : N ∈ D) : Set (PersistenceSubmodule M) := if N = x ⊔ y then {x, y} else {N}
260260
set newD : DirectSumDecomposition M := refinement

PersistentDecomp/DirectSumDecompositionDual.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ lemma Indecomposable_of_mem_Min_Direct_sum_decomposition
341341
(D : DirectSumDecomposition M) (N : PersistenceSubmodule M) (hN : N ∈ D) (hmax : IsMin D) :
342342
Indecomposable N := by
343343
by_contra hNotMax
344-
simp only [_root_.Indecomposable, not_forall, Classical.not_imp, not_or] at hNotMax
344+
simp only [_root_.Indecomposable, not_forall, not_or] at hNotMax
345345
obtain ⟨x, y, hxy, rfl, hx, hy⟩ := hNotMax
346346
let B (N) (hN : N ∈ D) : Set (PersistenceSubmodule M) := if N = x ⊔ y then {x, y} else {N}
347347
set newD : DirectSumDecomposition M := refinement

PersistentDecomp/Mathlib/Algebra/DirectSum/Basic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lemma IsInternal.eq_zero_of_subsingleton_preimage (hA : IsInternal A) {κ : Type
2020
(hf₀ : ∑ k ∈ s, f k = 0) {k : κ} (hk : k ∈ s) : f k = 0 := by
2121
classical
2222
letI := hA.chooseDecomposition
23-
have (k) : decompose A (f k) = DirectSum.of (fun i ↦ A i) (g k) ⟨f k, hfg k⟩ :=
23+
have (k : κ) : decompose A (f k) = DirectSum.of (fun i ↦ A i) (g k) ⟨f k, hfg k⟩ :=
2424
(decompose A).symm.injective (by simp)
2525
have hf₀ := congr((decomposeAddEquiv A $hf₀ (g k)).1)
2626
simp only [map_sum, decomposeAddEquiv_apply,

lake-manifest.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "308445d7985027f538e281e18df29ca16ede2ba3",
8+
"rev": "79e94a093aff4a60fb1b1f92d9681e407124c2ca",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "v4.21.0",
11+
"inputRev": "v4.22.0",
1212
"inherited": false,
1313
"configFile": "lakefile.lean"},
1414
{"url": "https://github.com/leanprover-community/plausible",
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "leanprover-community",
18-
"rev": "c4aa78186d388e50a436e8362b947bae125a2933",
18+
"rev": "b100ad4c5d74a464f497aaa8e7c74d86bf39a56f",
1919
"name": "plausible",
2020
"manifestFile": "lake-manifest.json",
21-
"inputRev": "main",
21+
"inputRev": "v4.22.0",
2222
"inherited": true,
2323
"configFile": "lakefile.toml"},
2424
{"url": "https://github.com/leanprover-community/LeanSearchClient",
2525
"type": "git",
2626
"subDir": null,
2727
"scope": "leanprover-community",
28-
"rev": "6c62474116f525d2814f0157bb468bf3a4f9f120",
28+
"rev": "99657ad92e23804e279f77ea6dbdeebaa1317b98",
2929
"name": "LeanSearchClient",
3030
"manifestFile": "lake-manifest.json",
3131
"inputRev": "main",
@@ -35,57 +35,57 @@
3535
"type": "git",
3636
"subDir": null,
3737
"scope": "leanprover-community",
38-
"rev": "d07bd64f1910f1cc5e4cc87b6b9c590080e7a457",
38+
"rev": "eb164a46de87078f27640ee71e6c3841defc2484",
3939
"name": "importGraph",
4040
"manifestFile": "lake-manifest.json",
41-
"inputRev": "main",
41+
"inputRev": "v4.22.0",
4242
"inherited": true,
4343
"configFile": "lakefile.toml"},
4444
{"url": "https://github.com/leanprover-community/ProofWidgets4",
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "6980f6ca164de593cb77cd03d8eac549cc444156",
48+
"rev": "1253a071e6939b0faf5c09d2b30b0bfc79dae407",
4949
"name": "proofwidgets",
5050
"manifestFile": "lake-manifest.json",
51-
"inputRev": "v0.0.62",
51+
"inputRev": "v0.0.68",
5252
"inherited": true,
5353
"configFile": "lakefile.lean"},
5454
{"url": "https://github.com/leanprover-community/aesop",
5555
"type": "git",
5656
"subDir": null,
5757
"scope": "leanprover-community",
58-
"rev": "8ff27701d003456fd59f13a9212431239d902aef",
58+
"rev": "1256a18522728c2eeed6109b02dd2b8f207a2a3c",
5959
"name": "aesop",
6060
"manifestFile": "lake-manifest.json",
61-
"inputRev": "master",
61+
"inputRev": "v4.22.0",
6262
"inherited": true,
6363
"configFile": "lakefile.toml"},
6464
{"url": "https://github.com/leanprover-community/quote4",
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "e9c65db4823976353cd0bb03199a172719efbeb7",
68+
"rev": "917bfa5064b812b7fbd7112d018ea0b4def25ab3",
6969
"name": "Qq",
7070
"manifestFile": "lake-manifest.json",
71-
"inputRev": "master",
71+
"inputRev": "v4.22.0",
7272
"inherited": true,
7373
"configFile": "lakefile.toml"},
7474
{"url": "https://github.com/leanprover-community/batteries",
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover-community",
78-
"rev": "8d2067bf518731a70a255d4a61b5c103922c772e",
78+
"rev": "240676e9568c254a69be94801889d4b13f3b249f",
7979
"name": "batteries",
8080
"manifestFile": "lake-manifest.json",
81-
"inputRev": "main",
81+
"inputRev": "v4.22.0",
8282
"inherited": true,
8383
"configFile": "lakefile.toml"},
8484
{"url": "https://github.com/leanprover/lean4-cli",
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "leanprover",
88-
"rev": "7c6aef5f75a43ebbba763b44d535175a1b04c9e0",
88+
"rev": "c682c91d2d4dd59a7187e2ab977ac25bd1f87329",
8989
"name": "Cli",
9090
"manifestFile": "lake-manifest.json",
9191
"inputRev": "main",

lakefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ linter.style.setOption = true
3939
[[require]]
4040
name = "mathlib"
4141
git = "https://github.com/leanprover-community/mathlib4.git"
42-
rev = "v4.21.0"
42+
rev = "v4.22.0"
4343

4444
[[lean_lib]]
4545
name = "PersistentDecomp"

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.21.0
1+
leanprover/lean4:v4.22.0

0 commit comments

Comments
 (0)