Step
*
of Lemma
p-mu-decider
∀[A:Type]. ∀P:A ⟶ ℕ ⟶ 𝔹. ((∀x:A. Dec(∃n:ℕ. (↑(P x n)))) 
⇒ (∀x:A. ∃y:ℕ + Top. p-mu(P x;y)))
BY
{ (Auto THEN BLemma `p-mu-exists` THEN Auto) }
Latex:
Latex:
\mforall{}[A:Type].  \mforall{}P:A  {}\mrightarrow{}  \mBbbN{}  {}\mrightarrow{}  \mBbbB{}.  ((\mforall{}x:A.  Dec(\mexists{}n:\mBbbN{}.  (\muparrow{}(P  x  n))))  {}\mRightarrow{}  (\mforall{}x:A.  \mexists{}y:\mBbbN{}  +  Top.  p-mu(P  x;y)))
By
Latex:
(Auto  THEN  BLemma  `p-mu-exists`  THEN  Auto)
Home
Index