Step * of Lemma power-type_wf

[T:Type]. ∀[k:ℕ].  ((T^k) ∈ Type)
BY
(InductionOnNat THEN RecUnfold `power-type` THEN Reduce THEN Auto) }


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[k:\mBbbN{}].    ((T\^{}k)  \mmember{}  Type)


By


Latex:
(InductionOnNat  THEN  RecUnfold  `power-type`  0  THEN  Reduce  0  THEN  Auto)




Home Index