Step * of Lemma all_wf

[A:Type]. ∀[B:A ⟶ ℙ].  (∀a:A. B[a] ∈ ℙ)
BY
(InstLemma `function-wf` [] THEN Unfolds ``prop all`` 0) }

1
1. ∀[A:Type]. ∀[B:A ⟶ Type].  (a:A ⟶ B[a] ∈ Type)
⊢ ∀[A:Type]. ∀[B:A ⟶ Type].  (a:A ⟶ B[a] ∈ Type)


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}[B:A  {}\mrightarrow{}  \mBbbP{}].    (\mforall{}a:A.  B[a]  \mmember{}  \mBbbP{})


By


Latex:
(InstLemma  `function-wf`  []  THEN  Unfolds  ``prop  all``  0)




Home Index