Step
*
2
1
1
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 = [] ∈ (Type List)
7. L2 = [] ∈ (Type List)
⊢ u × tuple-type(L2) ~ u
BY
{ (HypSubst' (-1) 0 THEN Reduce 0) }
1
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 = [] ∈ (Type List)
7. L2 = [] ∈ (Type List)
⊢ u × Unit ~ u
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.  v  =  []
6.  v  =  []
7.  L2  =  []
\mvdash{}  u  \mtimes{}  tuple-type(L2)  \msim{}  u
By
Latex:
(HypSubst'  (-1)  0  THEN  Reduce  0)
Home
Index