Nuprl Definition : poly-int-val

p@l==r if null(l) then else let a,as in Σ(p[i]@as a^||p|| i < ||p||) fi 

p@l ==
  fix((λpoly-int-val,l,p. if null(l)
                         then p
                         else let a,as 
                              in Σ((poly-int-val as p[i]) a^||p|| i < ||p||)
                         fi )) 
  
  p



Definitions occuring in Statement :  exp: i^n sum: Σ(f[x] x < k) select: L[n] length: ||as|| null: null(as) ifthenelse: if then else fi  apply: a fix: fix(F) lambda: λx.A[x] spread: spread def multiply: m subtract: m natural_number: $n
Definitions occuring in definition :  natural_number: $n length: ||as|| subtract: m exp: i^n select: L[n] apply: a multiply: m sum: Σ(f[x] x < k) spread: spread def null: null(as) ifthenelse: if then else fi  lambda: λx.A[x] fix: fix(F)
FDL editor aliases :  poly-int-val poly-int-val
Latex:
p@l==r  if  null(l)  then  p  else  let  a,as  =  l  in  \mSigma{}(p[i]@as  *  a\^{}||p||  -  1  -  i  |  i  <  ||p||)  fi 


Latex:
p@l  ==
    fix((\mlambda{}poly-int-val,l,p.  if  null(l)
                                                  then  p
                                                  else  let  a,as  =  l 
                                                            in  \mSigma{}((poly-int-val  as  p[i])  *  a\^{}||p||  -  1  -  i  |  i  <  ||p||)
                                                  fi  )) 
    l 
    p



Date html generated: 2017_04_17-AM-09_04_15
Last ObjectModification: 2017_04_12-PM-03_59_09

Theory : list_1


Home Index