Nuprl Definition : choose

choose(n;i) ==  choose,n,i. if (i =z 0) ∨b(i =z n) then else (choose (n 1) (i 1)) (choose (n 1) i) fi \000Ci



Definitions occuring in Statement :  bor: p ∨bq ifthenelse: if then else fi  eq_int: (i =z j) ycomb: Y apply: a lambda: λx.A[x] subtract: m add: m natural_number: $n
Definitions occuring in definition :  ycomb: Y lambda: λx.A[x] ifthenelse: if then else fi  bor: p ∨bq eq_int: (i =z j) add: m apply: a subtract: m natural_number: $n

Latex:
choose(n;i)  ==
    Y 
    (\mlambda{}choose,n,i.  if  (i  =\msubz{}  0)  \mvee{}\msubb{}(i  =\msubz{}  n)  then  1  else  (choose  (n  -  1)  (i  -  1))  +  (choose  (n  -  1)  i)  fi  \000C) 
    n 
    i



Date html generated: 2016_05_15-PM-00_26_28
Last ObjectModification: 2015_09_23-AM-06_26_07

Theory : rings_1


Home Index