lean4-htt/src/Std/Data/TreeMap
Paul Reichert 5d7cf08260
feat: tree map lemmas about empty, isEmpty, insert, contains (#6850)
This PR adds some lemmas about the new tree map. These lemmas are about
the interactions of `empty`, `isEmpty`, `insert`, `contains`. Some
lemmas about the interaction of `contains` with the others will follow
in a later PR.

---------

Co-authored-by: Paul Reichert <6992158+datokrat@users.noreply.github.com>
2025-02-17 08:44:52 +00:00
..
AdditionalOperations.lean
Basic.lean feat: insertMany, ofList, ofArray, foldr, foldM functions for the tree map (#7051) 2025-02-14 08:24:33 +00:00
Lemmas.lean feat: tree map lemmas about empty, isEmpty, insert, contains (#6850) 2025-02-17 08:44:52 +00:00
Raw.lean feat: insertMany, ofList, ofArray, foldr, foldM functions for the tree map (#7051) 2025-02-14 08:24:33 +00:00
RawLemmas.lean feat: tree map lemmas about empty, isEmpty, insert, contains (#6850) 2025-02-17 08:44:52 +00:00