Step * of Lemma can-apply-p-filter

[T:Type]. ∀[P:T ⟶ ℙ].  ∀f:∀x:T. Dec(P[x]). ∀x:T.  (↑can-apply(p-filter(f);x) ⇐⇒ P[x])
BY
((UnivCD THENA Auto) THEN RepUR ``can-apply p-filter`` 0) }

1
1. [T] Type
2. [P] T ⟶ ℙ
3. : ∀x:T. Dec(P[x])@i
4. T@i
⊢ ↑isl(case of inl(p) => inl inr(p) => inr ⇐⇒ P[x]


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[P:T  {}\mrightarrow{}  \mBbbP{}].    \mforall{}f:\mforall{}x:T.  Dec(P[x]).  \mforall{}x:T.    (\muparrow{}can-apply(p-filter(f);x)  \mLeftarrow{}{}\mRightarrow{}  P[x])


By


Latex:
((UnivCD  THENA  Auto)  THEN  RepUR  ``can-apply  p-filter``  0)




Home Index