diff options
| -rw-r--r-- | LeanAStar/Finite.lean | 2 | ||||
| -rw-r--r-- | LeanAStar/HashSet.lean | 2 | ||||
| -rw-r--r-- | lake-manifest.json | 2 | ||||
| -rw-r--r-- | lakefile.toml | 2 | ||||
| -rw-r--r-- | lean-toolchain | 2 |
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 |
