Step
*
2
of Lemma
s-sub_transitivity
1. T : Type
2. s : stream(T)
3. t : stream(T)
4. r : stream(T)
5. f : ℕ ⟶ ℕ
6. ∀i:ℕ. f i < f (i + 1)
7. ∀i:ℕ. (s-nth(i;t) = s-nth(f i;s) ∈ T)
8. f1 : ℕ ⟶ ℕ
9. ∀i:ℕ. f1 i < f1 (i + 1)
10. ∀i:ℕ. (s-nth(i;r) = s-nth(f1 i;t) ∈ T)
11. ∀i:ℕ. (f o f1) i < (f o f1) (i + 1)
12. i : ℕ
⊢ s-nth(i;r) = s-nth(f (f1 i);s) ∈ T
BY
{ (RWW "7< 10" 0 THEN Auto) }
Latex:
Latex:
1.  T  :  Type
2.  s  :  stream(T)
3.  t  :  stream(T)
4.  r  :  stream(T)
5.  f  :  \mBbbN{}  {}\mrightarrow{}  \mBbbN{}
6.  \mforall{}i:\mBbbN{}.  f  i  <  f  (i  +  1)
7.  \mforall{}i:\mBbbN{}.  (s-nth(i;t)  =  s-nth(f  i;s))
8.  f1  :  \mBbbN{}  {}\mrightarrow{}  \mBbbN{}
9.  \mforall{}i:\mBbbN{}.  f1  i  <  f1  (i  +  1)
10.  \mforall{}i:\mBbbN{}.  (s-nth(i;r)  =  s-nth(f1  i;t))
11.  \mforall{}i:\mBbbN{}.  (f  o  f1)  i  <  (f  o  f1)  (i  +  1)
12.  i  :  \mBbbN{}
\mvdash{}  s-nth(i;r)  =  s-nth(f  (f1  i);s)
By
Latex:
(RWW  "7<  10"  0  THEN  Auto)
Home
Index