Step * 2 1 of Lemma decide-exception-type


1. Type
2. Base
3. Base
4. b ∈ T
5. Top
6. Top
7. is-exception(a)
8. is-exception(b)
⊢ (case of inl(u) => A[u] inr(v) => B[v] a) (case of inl(u) => A[u] inr(v) => B[v] b) ∈ Type
BY
(SquashConcl THEN ExceptionSqequal (-1) THEN HypSubst' (-1) 0) }

1
1. Type
2. Base
3. Base
4. b ∈ T
5. Top
6. Top
7. is-exception(a)
8. is-exception(b)
9. Base
10. Base
11. exception(u; v)
⊢ ↓(case of inl(u) => A[u] inr(v) => B[v] a)
   (case exception(u; v) of inl(u) => A[u] inr(v) => B[v] exception(u; v))
   ∈ Type


Latex:


Latex:

1.  T  :  Type
2.  a  :  Base
3.  b  :  Base
4.  c  :  a  =  b
5.  A  :  Top
6.  B  :  Top
7.  is-exception(a)
8.  is-exception(b)
\mvdash{}  (case  a  of  inl(u)  =>  A[u]  |  inr(v)  =>  B[v]  \msim{}  a)  =  (case  b  of  inl(u)  =>  A[u]  |  inr(v)  =>  B[v]  \msim{}  b)


By


Latex:
(SquashConcl  THEN  ExceptionSqequal  (-1)  THEN  HypSubst'  (-1)  0)




Home Index