Step
*
of Lemma
product-valueall-type
∀[A:Type]. ∀[B:A ⟶ Type].  (valueall-type(A) 
⇒ (∀a:A. valueall-type(B[a])) 
⇒ valueall-type(a:A × B[a]))
BY
{ ValueTypeAuto }
Latex:
Latex:
\mforall{}[A:Type].  \mforall{}[B:A  {}\mrightarrow{}  Type].
    (valueall-type(A)  {}\mRightarrow{}  (\mforall{}a:A.  valueall-type(B[a]))  {}\mRightarrow{}  valueall-type(a:A  \mtimes{}  B[a]))
By
Latex:
ValueTypeAuto
Home
Index