Step * of Lemma decide-exception-type

[T:Type]. ∀[x:T]. ∀[A,B:Top].  case of inl(u) => A[u] inr(v) => B[v] supposing exception-type(T)
BY
(Auto THEN PointwiseFunctionality 2) }

1
1. Type
2. [a] Base
3. [b] Base
4. [c] b ∈ T
5. Top
6. Top
7. exception-type(T)
⊢ case of inl(u) => A[u] inr(v) => B[v] a

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


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[x:T].  \mforall{}[A,B:Top].
    case  x  of  inl(u)  =>  A[u]  |  inr(v)  =>  B[v]  \msim{}  x  supposing  exception-type(T)


By


Latex:
(Auto  THEN  PointwiseFunctionality  2)




Home Index