Step * 1 1 1 of Lemma compact-union


1. [T] Type
2. [S] Type
3. (T S) ⟶ 𝔹
4. ∀x:T. (inl x) tt
5. ∀x:S. (inr tt
⊢ (∃x:T S. ff) ∨ (∀x:T S. tt)
BY
(OrRight THEN Auto THEN -1 THEN Auto) }


Latex:


Latex:

1.  [T]  :  Type
2.  [S]  :  Type
3.  p  :  (T  +  S)  {}\mrightarrow{}  \mBbbB{}
4.  \mforall{}x:T.  p  (inl  x)  =  tt
5.  \mforall{}x:S.  p  (inr  x  )  =  tt
\mvdash{}  (\mexists{}x:T  +  S.  p  x  =  ff)  \mvee{}  (\mforall{}x:T  +  S.  p  x  =  tt)


By


Latex:
(OrRight  THEN  Auto  THEN  D  -1  THEN  Auto)




Home Index