Step
*
2
3
of Lemma
tuple-type-append-equipollent
1. u : Type
2. v : Type List
3. ∀L2:Type List. tuple-type(v) × tuple-type(L2) ~ tuple-type(v @ L2)
4. L2 : Type List
5. ¬(v = [] ∈ (Type List))
6. ¬((v @ L2) = [] ∈ (Type List))
⊢ u × tuple-type(v) × tuple-type(L2) ~ u × tuple-type(v) × tuple-type(L2)
BY
{ ((RWO "equipollent-product-assoc" 0 THENM Try (RelRST)) THEN Auto) }
Latex:
Latex:
1.  u  :  Type
2.  v  :  Type  List
3.  \mforall{}L2:Type  List.  tuple-type(v)  \mtimes{}  tuple-type(L2)  \msim{}  tuple-type(v  @  L2)
4.  L2  :  Type  List
5.  \mneg{}(v  =  [])
6.  \mneg{}((v  @  L2)  =  [])
\mvdash{}  u  \mtimes{}  tuple-type(v)  \mtimes{}  tuple-type(L2)  \msim{}  u  \mtimes{}  tuple-type(v)  \mtimes{}  tuple-type(L2)
By
Latex:
((RWO  "equipollent-product-assoc"  0  THENM  Try  (RelRST))  THEN  Auto)
Home
Index