Step
*
1
2
2
2
1
1
1
of Lemma
Dickson's lemma
1. p : ℕ
2. ∀p1:ℕp. ∀A:ℕp1 ⟶ ℕ ⟶ ℕ.  ∃j:ℕ. ∃i:ℕj. ∀k:ℕp1. (A[k;i] ≤ A[k;j])
3. A : ℕp ⟶ ℕ ⟶ ℕ
4. ¬(p = 0 ∈ ℤ)
5. G : n:ℕ ⟶ ℕ
6. ∀n:ℕ. (n < G n ∧ ((∃b:ℕ. ∃a:ℕb. ∀k:ℕp. (A[k;a] ≤ A[k;b])) ∨ (A[0;n] ≤ A[0;G n])))
7. b : ℕ
8. a : ℕb
⊢ G^a 0 < G^b 0
BY
{ (InstLemma `fun_exp-increasing`[⌜ℕ⌝;⌜G⌝;⌜0⌝;⌜a⌝;⌜b⌝]⋅ THEN Auto) }
Latex:
Latex:
1.  p  :  \mBbbN{}
2.  \mforall{}p1:\mBbbN{}p.  \mforall{}A:\mBbbN{}p1  {}\mrightarrow{}  \mBbbN{}  {}\mrightarrow{}  \mBbbN{}.    \mexists{}j:\mBbbN{}.  \mexists{}i:\mBbbN{}j.  \mforall{}k:\mBbbN{}p1.  (A[k;i]  \mleq{}  A[k;j])
3.  A  :  \mBbbN{}p  {}\mrightarrow{}  \mBbbN{}  {}\mrightarrow{}  \mBbbN{}
4.  \mneg{}(p  =  0)
5.  G  :  n:\mBbbN{}  {}\mrightarrow{}  \mBbbN{}
6.  \mforall{}n:\mBbbN{}.  (n  <  G  n  \mwedge{}  ((\mexists{}b:\mBbbN{}.  \mexists{}a:\mBbbN{}b.  \mforall{}k:\mBbbN{}p.  (A[k;a]  \mleq{}  A[k;b]))  \mvee{}  (A[0;n]  \mleq{}  A[0;G  n])))
7.  b  :  \mBbbN{}
8.  a  :  \mBbbN{}b
\mvdash{}  G\^{}a  0  <  G\^{}b  0
By
Latex:
(InstLemma  `fun\_exp-increasing`[\mkleeneopen{}\mBbbN{}\mkleeneclose{};\mkleeneopen{}G\mkleeneclose{};\mkleeneopen{}0\mkleeneclose{};\mkleeneopen{}a\mkleeneclose{};\mkleeneopen{}b\mkleeneclose{}]\mcdot{}  THEN  Auto)
Home
Index