Step
*
1
of Lemma
can-apply-p-filter
1. [T] : Type
2. [P] : T ⟶ ℙ
3. f : ∀x:T. Dec(P[x])@i
4. x : T@i
⊢ ↑isl(case f x of inl(p) => inl x | inr(p) => inr p ) 
⇐⇒ P[x]
BY
{ ((GenConcl ⌜(f x) = z ∈ Dec(P[x])⌝⋅ THENA Auto) THEN D -2 THEN Reduce 0 THEN Auto) }
Latex:
Latex:
1.  [T]  :  Type
2.  [P]  :  T  {}\mrightarrow{}  \mBbbP{}
3.  f  :  \mforall{}x:T.  Dec(P[x])@i
4.  x  :  T@i
\mvdash{}  \muparrow{}isl(case  f  x  of  inl(p)  =>  inl  x  |  inr(p)  =>  inr  p  )  \mLeftarrow{}{}\mRightarrow{}  P[x]
By
Latex:
((GenConcl  \mkleeneopen{}(f  x)  =  z\mkleeneclose{}\mcdot{}  THENA  Auto)  THEN  D  -2  THEN  Reduce  0  THEN  Auto)
Home
Index