Nuprl Definition : cantor_cauchy

cantor_cauchy(a;b;k) ==
  eval eval y' (b 4) in
           eval y' y' (-(a 4)) in
             y' ÷ in
  if (0) < (x)
     then if (x 4) ÷ 2=0 then else (2 log(2;((x 4) ÷ 2) k))
     else if ((-x) 4) ÷ 2=0 then else (2 log(2;(((-x) 4) ÷ 2) k))



Definitions occuring in Statement :  log: log(b;n) callbyvalue: callbyvalue less: if (a) < (b)  then c  else d int_eq: if a=b then else d apply: a divide: n ÷ m multiply: m add: m minus: -n natural_number: $n
Definitions occuring in definition :  callbyvalue: callbyvalue apply: a less: if (a) < (b)  then c  else d int_eq: if a=b then else d log: log(b;n) multiply: m divide: n ÷ m add: m minus: -n natural_number: $n
FDL editor aliases :  cantor_cauchy

Latex:
cantor\_cauchy(a;b;k)  ==
    eval  x  =  eval  y'  =  0  +  (b  4)  in
                      eval  y'  =  y'  +  (-(a  4))  in
                          y'  \mdiv{}  4  in
    if  (0)  <  (x)
          then  if  (x  +  4)  \mdiv{}  2=0  then  1  else  (2  *  log(2;((x  +  4)  \mdiv{}  2)  *  k))
          else  if  ((-x)  +  4)  \mdiv{}  2=0  then  1  else  (2  *  log(2;(((-x)  +  4)  \mdiv{}  2)  *  k))



Date html generated: 2019_10_30-AM-07_38_33
Last ObjectModification: 2019_02_12-AM-11_10_28

Theory : reals


Home Index