Step * 1 of Lemma compose-strict-inc


1. : ℕ ⟶ ℕ@i
2. ∀j:ℕ. ∀i:ℕj.  i < j@i
3. : ℕ ⟶ ℕ@i
4. ∀j:ℕ. ∀i:ℕj.  i < j@i
5. : ℕ@i
6. : ℕj@i
⊢ (s f) i < (s f) j
BY
(Reduce THEN BackThruSomeHyp) }


Latex:


Latex:

1.  s  :  \mBbbN{}  {}\mrightarrow{}  \mBbbN{}@i
2.  \mforall{}j:\mBbbN{}.  \mforall{}i:\mBbbN{}j.    s  i  <  s  j@i
3.  f  :  \mBbbN{}  {}\mrightarrow{}  \mBbbN{}@i
4.  \mforall{}j:\mBbbN{}.  \mforall{}i:\mBbbN{}j.    f  i  <  f  j@i
5.  j  :  \mBbbN{}@i
6.  i  :  \mBbbN{}j@i
\mvdash{}  (s  o  f)  i  <  (s  o  f)  j


By


Latex:
(Reduce  0  THEN  BackThruSomeHyp)




Home Index