Step * 1 1 1 1 of Lemma bounded-decidable-nset-finite


1. Type
2. K ⊆r ℕ
3. : ∀l:ℕ((l ∈ K) ∨ (l ∈ K)))
4. : ℕ
5. ∀k:K. (k ≤ B)
6. K ⊆r ℕ1
7. ∀i:ℕ((i ∈ upto(B 1)) ⇐⇒ i < 1)
8. filter(λl.isl(d l);upto(B 1)) ∈ {x:ℕ| ↑isl(d x)}  List
9. filter(λl.isl(d l);upto(B 1)) ∈ List
⊢ no_repeats(K;filter(λl.isl(d l);upto(B 1)))
BY
((Assert no_repeats(ℕ1;filter(λl.isl(d l);upto(B 1))) BY
          ((BLemma `no_repeats_filter` THEN Auto) THEN InstLemma `no_repeats_upto` [⌜1⌝]⋅ THEN Auto))
   THEN Auto
   }


Latex:


Latex:

1.  K  :  Type
2.  K  \msubseteq{}r  \mBbbN{}
3.  d  :  \mforall{}l:\mBbbN{}.  ((l  \mmember{}  K)  \mvee{}  (\mneg{}(l  \mmember{}  K)))
4.  B  :  \mBbbN{}
5.  \mforall{}k:K.  (k  \mleq{}  B)
6.  K  \msubseteq{}r  \mBbbN{}B  +  1
7.  \mforall{}i:\mBbbN{}.  ((i  \mmember{}  upto(B  +  1))  \mLeftarrow{}{}\mRightarrow{}  i  <  B  +  1)
8.  filter(\mlambda{}l.isl(d  l);upto(B  +  1))  \mmember{}  \{x:\mBbbN{}|  \muparrow{}isl(d  x)\}    List
9.  filter(\mlambda{}l.isl(d  l);upto(B  +  1))  \mmember{}  K  List
\mvdash{}  no\_repeats(K;filter(\mlambda{}l.isl(d  l);upto(B  +  1)))


By


Latex:
((Assert  no\_repeats(\mBbbN{}B  +  1;filter(\mlambda{}l.isl(d  l);upto(B  +  1)))  BY
                ((BLemma  `no\_repeats\_filter`  THEN  Auto)
                  THEN  InstLemma  `no\_repeats\_upto`  [\mkleeneopen{}B  +  1\mkleeneclose{}]\mcdot{}
                  THEN  Auto))
  THEN  Auto
  )




Home Index