Nuprl Definition : m-regularize

For any sequence of points s, we "regularize" by testing if there
is failure of 2-regularity. If so, we make the regularized sequence
become constant from that index on. Otherwise, the sequence will be
unchanged, and will be at least 3-regular.

We know that any 2-regular sequence has m-regularize(d;s) s
(see Error :m-regularize-of-regular)
and the regularization of any sequence is Cauchy sequence
(with modulus of Cauchyness λk.(6 k) )
(see Error :m-regularize-mcauchy)⋅

m-regularize(d;s) ==  λn.eval first-m-not-reg(d;s;n 1) in if 0 <then (m 2) else fi 



Definitions occuring in Statement :  first-m-not-reg: first-m-not-reg(d;s;k) callbyvalue: callbyvalue ifthenelse: if then else fi  lt_int: i <j apply: a lambda: λx.A[x] subtract: m add: m natural_number: $n
Definitions occuring in definition :  lambda: λx.A[x] callbyvalue: callbyvalue first-m-not-reg: first-m-not-reg(d;s;k) add: m ifthenelse: if then else fi  lt_int: i <j subtract: m natural_number: $n apply: a
FDL editor aliases :  m-regularize

Latex:
m-regularize(d;s)  ==
    \mlambda{}n.eval  m  =  first-m-not-reg(d;s;n  +  1)  in
          if  0  <z  m  then  s  (m  -  2)  else  s  n  fi 



Date html generated: 2019_10_30-AM-07_02_37
Last ObjectModification: 2019_10_11-PM-01_03_43

Theory : reals


Home Index