Documentation
Std
.
Data
.
HashMap
.
Lemmas
Search
Google site search
return to top
source
Imports
Init
Std.Util.ProofWanted
Std.Data.Array.Lemmas
Std.Data.HashMap.Basic
Imported by
Std
.
HashMap
.
Imp
.
empty_buckets
Std
.
HashMap
.
Imp
.
empty_val
Std
.
HashMap
.
empty_find?
source
@[simp]
theorem
Std
.
HashMap
.
Imp
.
empty_buckets
{α :
Type
u_1}
{β :
Type
u_2}
:
Std.HashMap.Imp.empty
.buckets
=
{
val
:=
mkArray
8
Std.AssocList.nil
,
property
:=
⋯
}
source
@[simp]
theorem
Std
.
HashMap
.
Imp
.
empty_val
{α :
Type
u_1}
{β :
Type
u_2}
[
BEq
α
]
[
Hashable
α
]
:
∅
.val
=
Std.HashMap.Imp.empty
source
@[simp]
theorem
Std
.
HashMap
.
empty_find?
{α :
Type
u_1}
{β :
Type
u_2}
[
BEq
α
]
[
Hashable
α
]
{a :
α
}
:
Std.HashMap.find?
∅
a
=
none