Step * 4 of Lemma decidable__equal_union


1. [A] Type
2. [B] Type
3. ∀x,y:A.  Dec(x y ∈ A)
4. ∀u,v:B.  Dec(u v ∈ B)
5. y1 B
6. y2 B
⊢ Dec((inr y1 (inr y2 ) ∈ (A B))
BY
((InstHyp [⌜y1⌝; ⌜y2⌝4)⋅ THEN Auto THEN ParallelLast THEN ParallelLast THEN ParallelLast) }

1
1. Type
2. Type
3. ∀x,y:A.  Dec(x y ∈ A)
4. ∀u,v:B.  Dec(u v ∈ B)
5. y1 B
6. y2 B
7. (inr y1 (inr y2 ) ∈ (A B)
⊢ y1 y2 ∈ B


Latex:


Latex:

1.  [A]  :  Type
2.  [B]  :  Type
3.  \mforall{}x,y:A.    Dec(x  =  y)
4.  \mforall{}u,v:B.    Dec(u  =  v)
5.  y1  :  B
6.  y2  :  B
\mvdash{}  Dec((inr  y1  )  =  (inr  y2  ))


By


Latex:
((InstHyp  [\mkleeneopen{}y1\mkleeneclose{};  \mkleeneopen{}y2\mkleeneclose{}]  4)\mcdot{}  THEN  Auto  THEN  ParallelLast  THEN  ParallelLast  THEN  ParallelLast)




Home Index