Documentation

Batteries.Data.HashMap.Lemmas

Lemmas for Batteries.HashMap #

Note that Lean core provides an alternative hash map implementation, Std.HashMap, which comes with more lemmas. See the module Std.Data.HashMap.Lemmas.

@[simp]
@[simp]
theorem Batteries.HashMap.empty_find? {α : Type u_1} {β : Type u_2} [BEq α] [Hashable α] {a : α} :
.find? a = none