Step * of Lemma tuple-type-subtype-n-tuple

[L:Type List]. ∀[n:ℕ].  tuple-type(L) ⊆n-tuple(n) supposing ||L|| n ∈ ℤ
BY
(Auto THEN RevHypSubst' (-1) THEN Unfold `n-tuple` THEN Auto) }

1
1. Type List
2. : ℕ
3. ||L|| n ∈ ℤ
⊢ tuple-type(L) ⊆tuple-type(map(λx.Top;upto(||L||)))


Latex:


Latex:
\mforall{}[L:Type  List].  \mforall{}[n:\mBbbN{}].    tuple-type(L)  \msubseteq{}r  n-tuple(n)  supposing  ||L||  =  n


By


Latex:
(Auto  THEN  RevHypSubst'  (-1)  0  THEN  Unfold  `n-tuple`  0  THEN  Auto)




Home Index