Step
*
of Lemma
decidable__implies
∀[P:ℙ]. ∀[Q:⋂p:P. ℙ].  (Dec(P) 
⇒ (P 
⇒ Dec(Q)) 
⇒ Dec(P 
⇒ Q))
BY
{ (Unfold `decidable` 0 THEN Auto THEN RepeatFor 2 ((SplitOrHyps THEN Auto))) }
Latex:
Latex:
\mforall{}[P:\mBbbP{}].  \mforall{}[Q:\mcap{}p:P.  \mBbbP{}].    (Dec(P)  {}\mRightarrow{}  (P  {}\mRightarrow{}  Dec(Q))  {}\mRightarrow{}  Dec(P  {}\mRightarrow{}  Q))
By
Latex:
(Unfold  `decidable`  0  THEN  Auto  THEN  RepeatFor  2  ((SplitOrHyps  THEN  Auto)))
Home
Index