Step * 2 2 2 1 of Lemma max-of-intset


1. [P] : ℕ ⟶ ℙ
2. ∀n:ℕDec(P[n])@i
3. : ℤ@i
4. [%2] 0 < n@i
5. ∀y:ℕ. ¬P[y] supposing y ≤ (n 1)@i
6. ¬P[n]
⊢ (∀y:ℕ. ¬P[y] supposing y ≤ n) ∨ (∃y:ℕ((y ≤ n) ∧ P[y] ∧ (∀x:ℕ. ¬P[x] supposing y < x ∧ (x ≤ n))))
BY
(OrLeft THEN Auto) }

1
1. : ℕ ⟶ ℙ
2. ∀n:ℕDec(P[n])@i
3. : ℤ@i
4. 0 < n@i
5. ∀y:ℕ. ¬P[y] supposing y ≤ (n 1)@i
6. ¬P[n]
7. : ℕ@i
8. y ≤ n
⊢ ¬P[y]


Latex:


Latex:

1.  [P]  :  \mBbbN{}  {}\mrightarrow{}  \mBbbP{}
2.  \mforall{}n:\mBbbN{}.  Dec(P[n])@i
3.  n  :  \mBbbZ{}@i
4.  [\%2]  :  0  <  n@i
5.  \mforall{}y:\mBbbN{}.  \mneg{}P[y]  supposing  y  \mleq{}  (n  -  1)@i
6.  \mneg{}P[n]
\mvdash{}  (\mforall{}y:\mBbbN{}.  \mneg{}P[y]  supposing  y  \mleq{}  n)  \mvee{}  (\mexists{}y:\mBbbN{}.  ((y  \mleq{}  n)  \mwedge{}  P[y]  \mwedge{}  (\mforall{}x:\mBbbN{}.  \mneg{}P[x]  supposing  y  <  x  \mwedge{}  (x  \mleq{}  n))))


By


Latex:
(OrLeft  THEN  Auto)




Home Index