Step * of Lemma strictly-increasing-seq-add

[n:ℕ]. ∀[s:ℕn ⟶ ℤ].
  ∀x,y:ℕ.  (x <  strictly-increasing-seq(n 1;s.x@n)  strictly-increasing-seq(n 2;s.x@n.y@n 1))
BY
(Intros THEN ParallelLast THEN Auto THEN (Decide ⌜(n 1) ∈ ℤ⌝⋅ THENA Auto)) }

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. (n 1) ∈ ℤ
⊢ s.x@n.y@n i < s.x@n.y@n j

2
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. ¬(j (n 1) ∈ ℤ)
⊢ s.x@n.y@n i < s.x@n.y@n j


Latex:


Latex:
\mforall{}[n:\mBbbN{}].  \mforall{}[s:\mBbbN{}n  {}\mrightarrow{}  \mBbbZ{}].
    \mforall{}x,y:\mBbbN{}.
        (x  <  y  {}\mRightarrow{}  strictly-increasing-seq(n  +  1;s.x@n)  {}\mRightarrow{}  strictly-increasing-seq(n  +  2;s.x@n.y@n  +  1))


By


Latex:
(Intros  THEN  ParallelLast  THEN  Auto  THEN  (Decide  \mkleeneopen{}j  =  (n  +  1)\mkleeneclose{}\mcdot{}  THENA  Auto))




Home Index