Step * of Lemma decidable__and

[P,Q:ℙ].  (Dec(P)  (P  Dec(Q))  Dec(P ∧ Q))
BY
((Unfold `decidable` 0) THEN Auto THEN RepeatFor ((SplitOrHyps THEN Auto))) }


Latex:


Latex:
\mforall{}[P,Q:\mBbbP{}].    (Dec(P)  {}\mRightarrow{}  (P  {}\mRightarrow{}  Dec(Q))  {}\mRightarrow{}  Dec(P  \mwedge{}  Q))


By


Latex:
((Unfold  `decidable`  0)  THEN  Auto  THEN  RepeatFor  2  ((SplitOrHyps  THEN  Auto)))




Home Index