Step * 1 of Lemma strictly-increasing-seq-add


1. : ℕ
2. : ℕn ⟶ ℤ
3. : ℕ
4. : ℕ
5. x < y
6. ∀j:ℕ1. ∀i:ℕj.  s.x@n i < s.x@n j
7. : ℕ2
8. : ℕj
9. (n 1) ∈ ℤ
⊢ s.x@n.y@n i < s.x@n.y@n j
BY
(HypSubst' (-1) THEN RepUR ``seq-add`` THEN RepeatFor (AutoSplit)) }

1
1. : ℕ
2. : ℕn ⟶ ℤ
3. : ℕ
4. : ℕ
5. x < y
6. ∀j:ℕ1. ∀i:ℕj.  s.x@n i < s.x@n j
7. : ℕ2
8. : ℕj
9. ¬(i n ∈ ℤ)
10. ¬(i (n 1) ∈ ℤ)
11. (n 1) ∈ ℤ
⊢ i < y


Latex:


Latex:

1.  n  :  \mBbbN{}
2.  s  :  \mBbbN{}n  {}\mrightarrow{}  \mBbbZ{}
3.  x  :  \mBbbN{}
4.  y  :  \mBbbN{}
5.  x  <  y
6.  \mforall{}j:\mBbbN{}n  +  1.  \mforall{}i:\mBbbN{}j.    s.x@n  i  <  s.x@n  j
7.  j  :  \mBbbN{}n  +  2
8.  i  :  \mBbbN{}j
9.  j  =  (n  +  1)
\mvdash{}  s.x@n.y@n  +  1  i  <  s.x@n.y@n  +  1  j


By


Latex:
(HypSubst'  (-1)  0  THEN  RepUR  ``seq-add``  0  THEN  RepeatFor  2  (AutoSplit))




Home Index