Skip to content

Commit 2d40081

Browse files
committed
remove todo
1 parent df61ebb commit 2d40081

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Std/Data/DTreeMap/Raw/Lemmas.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5053,8 +5053,6 @@ theorem minKeyV_insert_of_isEmpty [TransCmp cmp] (h : t.WF) {k v} (he : t.isEmpt
50535053
(t.insert k v).minKeyV = k :=
50545054
Impl.minKeyV_insert!_of_isEmpty h he
50555055

5056-
-- TODO: minKeyV_modify? Or remove the minKeyV_insert lemmas?
5057-
50585056
theorem minKey?_insert_of_isEmpty [TransCmp cmp] (h : t.WF) {k v} (he : t.isEmpty) :
50595057
(t.insert k v).minKey? = some k :=
50605058
Impl.minKey?_insert!_of_isEmpty h he

0 commit comments

Comments
 (0)