Step * of Lemma mk-stream_wf

[A:Type]. ∀[f:A ⟶ A]. ∀[x:A].  mk-stream(f;x) ∈ stream(A) supposing valueall-type(A)
BY
(Auto
   THEN Unfolds ``stream mk-stream`` 0
   THEN BLemma `fix_wf_corec_parameter`
   THEN Try (Complete (Auto))
   THEN Isect2CD
   THEN Auto) }


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}[f:A  {}\mrightarrow{}  A].  \mforall{}[x:A].    mk-stream(f;x)  \mmember{}  stream(A)  supposing  valueall-type(A)


By


Latex:
(Auto
  THEN  Unfolds  ``stream  mk-stream``  0
  THEN  BLemma  `fix\_wf\_corec\_parameter`
  THEN  Try  (Complete  (Auto))
  THEN  Isect2CD
  THEN  Auto)




Home Index