Step * of Lemma continuous-monotone-isect

[A:Type]. ∀[F:A ⟶ Type ⟶ Type].  ContinuousMonotone(T.⋂a:A. F[a;T]) supposing ∀a:A. ContinuousMonotone(T.F[a;T])
BY
(Unfold `so_apply` THEN Auto THEN Repeat ((D THEN Auto))) }

1
1. Type
2. A ⟶ Type ⟶ Type
3. ∀a:A. ContinuousMonotone(T.F T)
4. : ℕ ⟶ Type
5. : ⋂n:ℕ. ⋂a:A.  (F (X n))
6. A
⊢ x ∈ (⋂n:ℕ(X n))


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}[F:A  {}\mrightarrow{}  Type  {}\mrightarrow{}  Type].
    ContinuousMonotone(T.\mcap{}a:A.  F[a;T])  supposing  \mforall{}a:A.  ContinuousMonotone(T.F[a;T])


By


Latex:
(Unfold  `so\_apply`  0  THEN  Auto  THEN  Repeat  ((D  0  THEN  Auto)))




Home Index