Nuprl Definition : regular-upto

regular-upto(k;n;f) ==
  bdd-all(n;i.bdd-all(n;j.|((i 1) (f (j 1))) (j 1) (f (i 1))| ≤(2 k) ((i 1) 1)))



Definitions occuring in Statement :  bdd-all: bdd-all(n;i.P[i]) le_int: i ≤j absval: |i| apply: a multiply: m subtract: m add: m natural_number: $n
Definitions occuring in definition :  natural_number: $n add: m multiply: m apply: a subtract: m absval: |i| le_int: i ≤j bdd-all: bdd-all(n;i.P[i])
FDL editor aliases :  regular-upto

Latex:
regular-upto(k;n;f)  ==
    bdd-all(n;i.bdd-all(n;j.|((i  +  1)  *  (f  (j  +  1)))  -  (j  +  1)  *  (f  (i  +  1))|  \mleq{}z  (2  *  k)
    *  ((i  +  1)  +  j  +  1)))



Date html generated: 2017_10_03-AM-08_42_20
Last ObjectModification: 2017_09_06-PM-04_00_49

Theory : reals


Home Index