Step * of Lemma stream-map_wf

[A,B:Type]. ∀[f:A ⟶ B]. ∀[s:stream(A)].  (stream-map(f;s) ∈ stream(B))
BY
(Auto THEN Unfolds ``stream-map stream`` 0)⋅ }

1
1. Type
2. Type
3. A ⟶ B
4. stream(A)
⊢ fix((λstream-map,s. let a,s' in <a, stream-map s'>)) s ∈ corec(S.B × S)


Latex:


Latex:
\mforall{}[A,B:Type].  \mforall{}[f:A  {}\mrightarrow{}  B].  \mforall{}[s:stream(A)].    (stream-map(f;s)  \mmember{}  stream(B))


By


Latex:
(Auto  THEN  Unfolds  ``stream-map  stream``  0)\mcdot{}




Home Index