Step * of Lemma uall_subtype

[F:Type ⟶ Type]. ∀[A:Type].  ((∀[A:Type]. F[A]) ⊆F[A])
BY
((UnivCD THENA Auto) THEN Unfold `uall` 0) }

1
1. Type ⟶ Type
2. Type
⊢ (⋂A:Type. F[A]) ⊆F[A]


Latex:


Latex:
\mforall{}[F:Type  {}\mrightarrow{}  Type].  \mforall{}[A:Type].    ((\mforall{}[A:Type].  F[A])  \msubseteq{}r  F[A])


By


Latex:
((UnivCD  THENA  Auto)  THEN  Unfold  `uall`  0)




Home Index