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


1. Type List
2. : ℕ
3. ||L|| n ∈ ℤ
4. ||L|| ||map(λx.Top;upto(||L||))|| ∈ ℤ
5. : ℕ||L||
⊢ L[i] ⊆map(λx.Top;upto(||L||))[i]
BY
(RWO "select-map" THEN Auto) }


Latex:


Latex:

1.  L  :  Type  List
2.  n  :  \mBbbN{}
3.  ||L||  =  n
4.  ||L||  =  ||map(\mlambda{}x.Top;upto(||L||))||
5.  i  :  \mBbbN{}||L||
\mvdash{}  L[i]  \msubseteq{}r  map(\mlambda{}x.Top;upto(||L||))[i]


By


Latex:
(RWO  "select-map"  0  THEN  Auto)




Home Index