Nuprl Definition : combinations_aux_rem

combinations_aux_rem(b;n;m;k) ==
  fix((λcombinations_aux_rem,b,n,m. if (n =z 0)
                                   then b
                                   else eval b2 rem in
                                        eval n2 in
                                        eval m2 in
                                          combinations_aux_rem b2 n2 m2
                                   fi )) 
  
  
  m



Definitions occuring in Statement :  callbyvalue: callbyvalue ifthenelse: if then else fi  eq_int: (i =z j) apply: a fix: fix(F) lambda: λx.A[x] remainder: rem m multiply: m subtract: m natural_number: $n
Definitions occuring in definition :  fix: fix(F) lambda: λx.A[x] ifthenelse: if then else fi  eq_int: (i =z j) remainder: rem m multiply: m callbyvalue: callbyvalue subtract: m natural_number: $n apply: a
FDL editor aliases :  combinations_aux_rem

Latex:
combinations\_aux\_rem(b;n;m;k)  ==
    fix((\mlambda{}combinations\_aux$_{rem}$,b,n,m.  if  (n  =\msubz{}  0)
                                                                    then  b
                                                                    else  eval  b2  =  b  *  m  rem  k  in
                                                                              eval  n2  =  n  -  1  in
                                                                              eval  m2  =  m  -  1  in
                                                                                  combinations\_aux$_{rem}$  b2  n2  m2
                                                                    fi  )) 
    b 
    n 
    m



Date html generated: 2016_05_15-PM-06_00_12
Last ObjectModification: 2015_09_23-AM-08_00_38

Theory : general


Home Index