Step * of Lemma finite-Ramsey1

c:ℕ. ∀s:ℕc ⟶ ℕ.
  ∃N:ℕ+
   ∀g:ℕN ⟶ ℕN ⟶ ℕc. ∃i:ℕc. ∃f:ℕi ⟶ ℕN. (Inj(ℕi;ℕN;f) ∧ (∀a,b:ℕi.  (f a <  ((g (f a) (f b)) i ∈ ℤ))))
BY
(CompleteInductionOnNat THEN Auto THEN CaseNat `c') }

1
1. : ℕ
2. ∀c:ℕc. ∀s:ℕc ⟶ ℕ.
     ∃N:ℕ+
      ∀g:ℕN ⟶ ℕN ⟶ ℕc. ∃i:ℕc. ∃f:ℕi ⟶ ℕN. (Inj(ℕi;ℕN;f) ∧ (∀a,b:ℕi.  (f a <  ((g (f a) (f b)) i ∈ ℤ))))
3. : ℕc ⟶ ℕ
4. 0 ∈ ℤ
⊢ ∃N:ℕ+
   ∀g:ℕN ⟶ ℕN ⟶ ℕ0. ∃i:ℕ0. ∃f:ℕi ⟶ ℕN. (Inj(ℕi;ℕN;f) ∧ (∀a,b:ℕi.  (f a <  ((g (f a) (f b)) i ∈ ℤ))))

2
1. : ℕ
2. ∀c:ℕc. ∀s:ℕc ⟶ ℕ.
     ∃N:ℕ+
      ∀g:ℕN ⟶ ℕN ⟶ ℕc. ∃i:ℕc. ∃f:ℕi ⟶ ℕN. (Inj(ℕi;ℕN;f) ∧ (∀a,b:ℕi.  (f a <  ((g (f a) (f b)) i ∈ ℤ))))
3. : ℕc ⟶ ℕ
4. ¬(c 0 ∈ ℤ)
⊢ ∃N:ℕ+
   ∀g:ℕN ⟶ ℕN ⟶ ℕc. ∃i:ℕc. ∃f:ℕi ⟶ ℕN. (Inj(ℕi;ℕN;f) ∧ (∀a,b:ℕi.  (f a <  ((g (f a) (f b)) i ∈ ℤ))))


Latex:


Latex:
\mforall{}c:\mBbbN{}.  \mforall{}s:\mBbbN{}c  {}\mrightarrow{}  \mBbbN{}.
    \mexists{}N:\mBbbN{}\msupplus{}
      \mforall{}g:\mBbbN{}N  {}\mrightarrow{}  \mBbbN{}N  {}\mrightarrow{}  \mBbbN{}c
          \mexists{}i:\mBbbN{}c.  \mexists{}f:\mBbbN{}s  i  {}\mrightarrow{}  \mBbbN{}N.  (Inj(\mBbbN{}s  i;\mBbbN{}N;f)  \mwedge{}  (\mforall{}a,b:\mBbbN{}s  i.    (f  a  <  f  b  {}\mRightarrow{}  ((g  (f  a)  (f  b))  =  i))))


By


Latex:
(CompleteInductionOnNat  THEN  Auto  THEN  CaseNat  0  `c')




Home Index