Nuprl Definition : power-type

(T^k) ==  fix((λpower-type,k. if (k =z 0) then Unit else T × (power-type (k 1)) fi )) k



Definitions occuring in Statement :  ifthenelse: if then else fi  eq_int: (i =z j) unit: Unit apply: a fix: fix(F) lambda: λx.A[x] product: x:A × B[x] 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) unit: Unit product: x:A × B[x] apply: a subtract: m natural_number: $n
FDL editor aliases :  power-type

Latex:
(T\^{}k)  ==    fix((\mlambda{}power-type,k.  if  (k  =\msubz{}  0)  then  Unit  else  T  \mtimes{}  (power-type  (k  -  1))  fi  ))  k



Date html generated: 2016_05_15-PM-06_05_36
Last ObjectModification: 2015_09_23-AM-08_01_15

Theory : general


Home Index