Step
*
1
1
of Lemma
search_succ
.....antecedent..... 
1. k : ℕ
2. P : ℕk + 1 ⟶ 𝔹
3. (∃i:ℕk + 1. (↑(P i))) 
⇐ 0 < search(k + 1;P)
4. (↑(P (search(k + 1;P) - 1))) ∧ (∀j:ℕk + 1. ¬↑(P j) supposing j < search(k + 1;P) - 1) supposing 0 < search(k + 1;P)
5. ↑(P 0)
⊢ ∃i:ℕk + 1. (↑(P i))
BY
{ (InstConcl [0] THEN Auto) }
Latex:
Latex:
.....antecedent..... 
1.  k  :  \mBbbN{}
2.  P  :  \mBbbN{}k  +  1  {}\mrightarrow{}  \mBbbB{}
3.  (\mexists{}i:\mBbbN{}k  +  1.  (\muparrow{}(P  i)))  \mLeftarrow{}{}  0  <  search(k  +  1;P)
4.  (\muparrow{}(P  (search(k  +  1;P)  -  1)))  \mwedge{}  (\mforall{}j:\mBbbN{}k  +  1.  \mneg{}\muparrow{}(P  j)  supposing  j  <  search(k  +  1;P)  -  1) 
      supposing  0  <  search(k  +  1;P)
5.  \muparrow{}(P  0)
\mvdash{}  \mexists{}i:\mBbbN{}k  +  1.  (\muparrow{}(P  i))
By
Latex:
(InstConcl  [0]  THEN  Auto)
Home
Index