Step
*
2
1
of Lemma
strictly-increasing-seq-add2-implies
1. n : ℕ
2. s : ℕn ⟶ ℕ
3. x : ℕ
4. y : ℕ
5. ∀j:ℕn + 2. ∀i:ℕj.  s.x@n.y@n + 1 i < s.x@n.y@n + 1 j
⊢ ∀j:ℕn + 1. ∀i:ℕj.  s.x@n i < s.x@n j
BY
{ RepeatFor 2 (ParallelLast) }
1
1. n : ℕ
2. s : ℕn ⟶ ℕ
3. x : ℕ
4. y : ℕ
5. ∀j:ℕn + 2. ∀i:ℕj.  s.x@n.y@n + 1 i < s.x@n.y@n + 1 j
6. j : ℕn + 1
7. ∀i:ℕj. s.x@n.y@n + 1 i < s.x@n.y@n + 1 j
8. i : ℕj
9. s.x@n.y@n + 1 i < s.x@n.y@n + 1 j
⊢ s.x@n i < s.x@n j
Latex:
Latex:
1.  n  :  \mBbbN{}
2.  s  :  \mBbbN{}n  {}\mrightarrow{}  \mBbbN{}
3.  x  :  \mBbbN{}
4.  y  :  \mBbbN{}
5.  \mforall{}j:\mBbbN{}n  +  2.  \mforall{}i:\mBbbN{}j.    s.x@n.y@n  +  1  i  <  s.x@n.y@n  +  1  j
\mvdash{}  \mforall{}j:\mBbbN{}n  +  1.  \mforall{}i:\mBbbN{}j.    s.x@n  i  <  s.x@n  j
By
Latex:
RepeatFor  2  (ParallelLast)
Home
Index