lean4-htt/src/Std/Data/HashMap
Paul Reichert 31929c0acd
feat: lemmas for HashMap.alter and .modify (#6620)
This PR adds lemmas about HashMap.alter and .modify. These lemmas
describe the interaction of alter and modify with the read methods of
the HashMap. The additions affect the HashMap, the DHashMap and their
respective raw versions. Moreover, the raw versions of alter and modify
are defined.

---------

Co-authored-by: Paul Reichert <6992158+datokrat@users.noreply.github.com>
2025-01-21 12:34:19 +00:00
..
AdditionalOperations.lean
Basic.lean feat: verify insertMany method for adding lists to HashMaps (#6211) 2025-01-15 14:57:26 +00:00
Lemmas.lean feat: lemmas for HashMap.alter and .modify (#6620) 2025-01-21 12:34:19 +00:00
Raw.lean feat: lemmas for HashMap.alter and .modify (#6620) 2025-01-21 12:34:19 +00:00
RawLemmas.lean feat: lemmas for HashMap.alter and .modify (#6620) 2025-01-21 12:34:19 +00:00