Step * 1 2 1 1 1 of Lemma ni-selector-property


1. : ℕ∞ ⟶ 𝔹
2. ∃x:ℕ∞ff
3. ni-selector(p) tt
4. ∀i:ℕ(↑(p i∞))
5. : ℕ
⊢ ¬(∃i:ℕ1. (¬↑(p i∞)))
BY
(D THEN Auto THEN RepeatFor (D -1) THEN Auto) }


Latex:


Latex:

1.  p  :  \mBbbN{}\minfty{}  {}\mrightarrow{}  \mBbbB{}
2.  \mexists{}x:\mBbbN{}\minfty{}.  p  x  =  ff
3.  p  ni-selector(p)  =  tt
4.  \mforall{}i:\mBbbN{}.  (\muparrow{}(p  i\minfty{}))
5.  n  :  \mBbbN{}
\mvdash{}  \mneg{}(\mexists{}i:\mBbbN{}n  +  1.  (\mneg{}\muparrow{}(p  i\minfty{})))


By


Latex:
(D  0  THEN  Auto  THEN  RepeatFor  2  (D  -1)  THEN  Auto)




Home Index