Step
*
2
2
1
1
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
6. j : ℕn + 1
7. i : ℕj
8. ¬(j = (n + 1) ∈ ℤ)
9. ¬(i = (n + 1) ∈ ℤ)
10. ¬(i = n ∈ ℤ)
11. ¬(j = n ∈ ℤ)
⊢ s i < s j 
⇒ s i < s j
BY
{ ((Assert i ∈ ℕn BY Auto) THEN (Assert j ∈ ℕn BY (Lemmaize [-2] THEN Auto))) }
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
8. ¬(j = (n + 1) ∈ ℤ)
9. ¬(i = (n + 1) ∈ ℤ)
10. ¬(i = n ∈ ℤ)
11. ¬(j = n ∈ ℤ)
12. i ∈ ℕn
13. j ∈ ℕn
⊢ s i < s j 
⇒ s i < s 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
6.  j  :  \mBbbN{}n  +  1
7.  i  :  \mBbbN{}j
8.  \mneg{}(j  =  (n  +  1))
9.  \mneg{}(i  =  (n  +  1))
10.  \mneg{}(i  =  n)
11.  \mneg{}(j  =  n)
\mvdash{}  s  i  <  s  j  {}\mRightarrow{}  s  i  <  s  j
By
Latex:
((Assert  i  \mmember{}  \mBbbN{}n  BY  Auto)  THEN  (Assert  j  \mmember{}  \mBbbN{}n  BY  (Lemmaize  [-2]  THEN  Auto)))
Home
Index