aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2025-11-16 13:47:12 +0100
committerAndreas Grois <andi@grois.info>2025-11-16 13:47:12 +0100
commit7480e42e0a7ef6631b01fb7208b2b3b9c7fcc354 (patch)
tree8c6b0356c792c9767a6a19b4028b65afe5d42c88
parent2539ac49ab6af74b31d91e03d7dbfceedc9c1f02 (diff)
Lean 4.23
-rw-r--r--LeanAStar/Finite.lean2
-rw-r--r--LeanAStar/HashSet.lean2
-rw-r--r--lake-manifest.json2
-rw-r--r--lakefile.toml2
-rw-r--r--lean-toolchain2
5 files changed, 5 insertions, 5 deletions
diff --git a/LeanAStar/Finite.lean b/LeanAStar/Finite.lean
index cbd8ee3..e028cf6 100644
--- a/LeanAStar/Finite.lean
+++ b/LeanAStar/Finite.lean
@@ -164,7 +164,7 @@ protected theorem Finite.set_worker_size (α : Type u) [Finite α] [BEq α] [Has
split
case h_1 m isLt he =>
simp at he
- simp[Std.HashSet.size_insert, Std.HashSet.mem_iff_contains, h₂, he]
+ simp[Std.HashSet.size_insert, h₂, he]
case h_2 m isLt he =>
simp
have h₄ : m < n := have : n = m.succ := Fin.val_eq_of_eq he; this.substr (Nat.lt_succ_self m)
diff --git a/LeanAStar/HashSet.lean b/LeanAStar/HashSet.lean
index 87f351a..31691ed 100644
--- a/LeanAStar/HashSet.lean
+++ b/LeanAStar/HashSet.lean
@@ -23,7 +23,7 @@ protected theorem size_le_finite_worker_size (α : Type u) [Finite α] [BEq α]
cases h₄ : set.contains (Finite.nth ⟨0,h₂⟩)
case false =>
have h₅ : ∀(o : Fin (Finite.cardinality α)), Finite.nth o ∉ set := by
- simp[←Bool.not_eq_true, ←HashSet.mem_iff_contains] at h₄
+ simp[←Bool.not_eq_true] at h₄
intro o
cases o
case mk o ho =>
diff --git a/lake-manifest.json b/lake-manifest.json
index 97933e6..8427a2b 100644
--- a/lake-manifest.json
+++ b/lake-manifest.json
@@ -5,7 +5,7 @@
"type": "git",
"subDir": null,
"scope": "",
- "rev": "ff5c64836ede27d87dbc56b3869021ad8b0d255b",
+ "rev": "90a0fee45356cf5a1a4d29214c7f0f115fddbf23",
"name": "BinaryHeap",
"manifestFile": "lake-manifest.json",
"inputRev": null,
diff --git a/lakefile.toml b/lakefile.toml
index f0a7fba..bfdfeda 100644
--- a/lakefile.toml
+++ b/lakefile.toml
@@ -12,4 +12,4 @@ name = "LeanAStarTest"
[[require]]
name = "BinaryHeap"
git = "http://git.grois.info/BinaryHeap"
-revision = "ff5c64836ede27d87dbc56b3869021ad8b0d255b" \ No newline at end of file
+revision = "90a0fee45356cf5a1a4d29214c7f0f115fddbf23" \ No newline at end of file
diff --git a/lean-toolchain b/lean-toolchain
index 893a7f3..f434439 100644
--- a/lean-toolchain
+++ b/lean-toolchain
@@ -1 +1 @@
-leanprover/lean4:4.21.0
+leanprover/lean4:4.23.0