Step * 2 1 of Lemma equipollent-union-sum


1. [A] Type
2. [B] Type
3. [C] A ⟶ Type
4. [D] B ⟶ Type
5. A@i
6. b1 C[x]@i
⊢ ∃a:a:A × C[a] (b:B × D[b])
   (case of inl(p) => let a,c in <inl a, c> inr(p) => let b,d in <inr d>
   = <inl x, b1>
   ∈ (d:A B × case of inl(a) => C[a] inr(b) => D[b]))
BY
TACTIC:(With ⌜inl <x, b1>⌝ (D 0)⋅ THEN Reduce THEN Auto) }


Latex:


Latex:

1.  [A]  :  Type
2.  [B]  :  Type
3.  [C]  :  A  {}\mrightarrow{}  Type
4.  [D]  :  B  {}\mrightarrow{}  Type
5.  x  :  A@i
6.  b1  :  C[x]@i
\mvdash{}  \mexists{}a:a:A  \mtimes{}  C[a]  +  (b:B  \mtimes{}  D[b])
      (case  a  of  inl(p)  =>  let  a,c  =  p  in  <inl  a,  c>  |  inr(p)  =>  let  b,d  =  p  in  <inr  b  ,  d>
      =  <inl  x,  b1>)


By


Latex:
TACTIC:(With  \mkleeneopen{}inl  <x,  b1>\mkleeneclose{}  (D  0)\mcdot{}  THEN  Reduce  0  THEN  Auto)




Home Index