Step * of Lemma ifthenelse-prop

b:𝔹. ∀p,q:ℙ'.  (if then else fi  ⇐⇒ ((↑b) ∧ p) ∨ ((¬↑b) ∧ q))
BY
((D THENA Auto) THEN AutoBoolCase ⌜b⌝⋅ THEN Auto THEN -1 THEN Auto) }


Latex:


Latex:
\mforall{}b:\mBbbB{}.  \mforall{}p,q:\mBbbP{}'.    (if  b  then  p  else  q  fi    \mLeftarrow{}{}\mRightarrow{}  ((\muparrow{}b)  \mwedge{}  p)  \mvee{}  ((\mneg{}\muparrow{}b)  \mwedge{}  q))


By


Latex:
((D  0  THENA  Auto)  THEN  AutoBoolCase  \mkleeneopen{}b\mkleeneclose{}\mcdot{}  THEN  Auto  THEN  D  -1  THEN  Auto)




Home Index