Step * of Lemma corec-subtype-corec2

[F,G:Type ⟶ Type].  corec(T.F[T]) ⊆corec(T.G[T]) supposing ∀A,B:Type.  ((A ⊆B)  (F[A] ⊆G[B]))
BY
(Auto THEN Unfold `corec` THEN THEN Auto) }

1
1. Type ⟶ Type
2. Type ⟶ Type
3. ∀A,B:Type.  ((A ⊆B)  (F[A] ⊆G[B]))
4. : ⋂n:ℕprimrec(n;Top;λ,T. F[T])
5. : ℕ
⊢ x ∈ primrec(n;Top;λ,T. G[T])


Latex:


Latex:
\mforall{}[F,G:Type  {}\mrightarrow{}  Type].
    corec(T.F[T])  \msubseteq{}r  corec(T.G[T])  supposing  \mforall{}A,B:Type.    ((A  \msubseteq{}r  B)  {}\mRightarrow{}  (F[A]  \msubseteq{}r  G[B]))


By


Latex:
(Auto  THEN  Unfold  `corec`  0  THEN  D  0  THEN  Auto)




Home Index