Step * of Lemma bm_count_wf

[T,Key:Type]. ∀[m:binary_map(T;Key)].  (bm_count(m) ∈ ℤ)
BY
(Intros
   THEN Unfold `bm_count` 0
   THEN (InstLemma `binary_map_ind_wf_simple` [⌜T⌝;⌜Key⌝]⋅ THENA Auto)
   THEN BHyp -1 
   THEN Auto) }


Latex:


Latex:
\mforall{}[T,Key:Type].  \mforall{}[m:binary\_map(T;Key)].    (bm\_count(m)  \mmember{}  \mBbbZ{})


By


Latex:
(Intros
  THEN  Unfold  `bm\_count`  0
  THEN  (InstLemma  `binary\_map\_ind\_wf\_simple`  [\mkleeneopen{}T\mkleeneclose{};\mkleeneopen{}Key\mkleeneclose{}]\mcdot{}  THENA  Auto)
  THEN  BHyp  -1 
  THEN  Auto)




Home Index