Step * of Lemma test4-cform-normalize

[a,B:Top].
  (if is an integer then <B[if is an integer then 1
                              else 2]
                           B[if Ax then otherwise if is pair then otherwise if is lambda then 3
                                                                                          otherwise if is an atom
                                                                                                    then otherwise 4]
                           >
   else B[if is an integer then 1
          else 2] if is an integer then <B[1], B[4]>
                    else B[2])
BY
(NormalizeCFormTest THEN Auto) }


Latex:


Latex:
\mforall{}[a,B:Top].
    (if  a  is  an  integer  then  <B[if  a  is  an  integer  then  1
                                                            else  2]
                                                      ,  B[if  a  =  Ax  then  3  otherwise  if  a  is  a  pair  then  3
                                                                                                                    otherwise  if  a  is  lambda  then  3
                                                                                                                                        otherwise  if  a  is  an  atom  then  3
                                                                                                                                                            otherwise  4]
                                                      >
      else  B[if  a  is  an  integer  then  1
                    else  2]  \msim{}  if  a  is  an  integer  then  <B[1],  B[4]>
                                        else  B[2])


By


Latex:
(NormalizeCFormTest  0  THEN  Auto)




Home Index