Skip to content

Commit 63824a3

Browse files
authored
chore: bump to v4.21.0 (#305)
1 parent 309f289 commit 63824a3

File tree

5 files changed

+19
-20
lines changed

5 files changed

+19
-20
lines changed

MIL/C03_Logic/S04_Conjunction_and_Iff.lean

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -342,13 +342,13 @@ variable (a b : α)
342342

343343
-- EXAMPLES:
344344
example : a < b ↔ a ≤ b ∧ a ≠ b := by
345-
rw [lt_iff_le_not_le]
345+
rw [lt_iff_le_not_ge]
346346
sorry
347347
-- QUOTE.
348348

349349
-- SOLUTIONS:
350350
example : a < b ↔ a ≤ b ∧ a ≠ b := by
351-
rw [lt_iff_le_not_le]
351+
rw [lt_iff_le_not_ge]
352352
constructor
353353
· rintro ⟨h0, h1⟩
354354
constructor
@@ -391,22 +391,22 @@ variable (a b c : α)
391391

392392
-- EXAMPLES:
393393
example : ¬a < a := by
394-
rw [lt_iff_le_not_le]
394+
rw [lt_iff_le_not_ge]
395395
sorry
396396

397397
example : a < b → b < c → a < c := by
398-
simp only [lt_iff_le_not_le]
398+
simp only [lt_iff_le_not_ge]
399399
sorry
400400
-- QUOTE.
401401

402402
-- SOLUTIONS:
403403
example : ¬a < a := by
404-
rw [lt_iff_le_not_le]
404+
rw [lt_iff_le_not_ge]
405405
rintro ⟨h0, h1⟩
406406
exact h1 h0
407407

408408
example : a < b → b < c → a < c := by
409-
simp only [lt_iff_le_not_le]
409+
simp only [lt_iff_le_not_ge]
410410
rintro ⟨h0, h1⟩ ⟨h2, h3⟩
411411
constructor
412412
· apply le_trans h0 h2

MIL/C13_Integration_and_Measure_Theory/S01_Elementary_Integration.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import MIL.Common
2-
import Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
3-
import Mathlib.Analysis.SpecialFunctions.Integrals
2+
import Mathlib.Analysis.SpecialFunctions.Integrals.Basic
43
import Mathlib.Analysis.Convolution
54

65
open Set Filter

lake-manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "5c0c94b3f563ed756b48b9439788c53b0d56a897",
8+
"rev": "308445d7985027f538e281e18df29ca16ede2ba3",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "v4.20.1",
11+
"inputRev": "v4.21.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": "2ac43674e92a695e96caac19f4002b25434636da",
18+
"rev": "c4aa78186d388e50a436e8362b947bae125a2933",
1919
"name": "plausible",
2020
"manifestFile": "lake-manifest.json",
2121
"inputRev": "main",
@@ -35,7 +35,7 @@
3535
"type": "git",
3636
"subDir": null,
3737
"scope": "leanprover-community",
38-
"rev": "a11bcb5238149ae5d8a0aa5e2f8eddf8a3a9b27d",
38+
"rev": "d07bd64f1910f1cc5e4cc87b6b9c590080e7a457",
3939
"name": "importGraph",
4040
"manifestFile": "lake-manifest.json",
4141
"inputRev": "main",
@@ -45,17 +45,17 @@
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "21e6a0522cd2ae6cf88e9da99a1dd010408ab306",
48+
"rev": "6980f6ca164de593cb77cd03d8eac549cc444156",
4949
"name": "proofwidgets",
5050
"manifestFile": "lake-manifest.json",
51-
"inputRev": "v0.0.60",
51+
"inputRev": "v0.0.62",
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": "ddfca7829bf8aa4083cdf9633935dddbb28b7b2a",
58+
"rev": "8ff27701d003456fd59f13a9212431239d902aef",
5959
"name": "aesop",
6060
"manifestFile": "lake-manifest.json",
6161
"inputRev": "master",
@@ -65,7 +65,7 @@
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "2865ea099ab1dd8d6fc93381d77a4ac87a85527a",
68+
"rev": "e9c65db4823976353cd0bb03199a172719efbeb7",
6969
"name": "Qq",
7070
"manifestFile": "lake-manifest.json",
7171
"inputRev": "master",
@@ -75,7 +75,7 @@
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover-community",
78-
"rev": "7a0d63fbf8fd350e891868a06d9927efa545ac1e",
78+
"rev": "8d2067bf518731a70a255d4a61b5c103922c772e",
7979
"name": "batteries",
8080
"manifestFile": "lake-manifest.json",
8181
"inputRev": "main",
@@ -85,7 +85,7 @@
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "leanprover",
88-
"rev": "f9e25dcbed001489c53bceeb1f1d50bbaf7451d4",
88+
"rev": "7c6aef5f75a43ebbba763b44d535175a1b04c9e0",
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
@@ -9,7 +9,7 @@ relaxedAutoImplicit = false
99
[[require]]
1010
name = "mathlib"
1111
git = "https://github.com/leanprover-community/mathlib4"
12-
rev = "v4.20.1"
12+
rev = "v4.21.0"
1313

1414
[[lean_lib]]
1515
name = "MIL"

lean-toolchain

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

0 commit comments

Comments
 (0)