Nuprl Definition : isr

isr(x) ==  case of inl(y) => ff inr(z) => tt



Definitions occuring in Statement :  bfalse: ff btrue: tt decide: case of inl(x) => s[x] inr(y) => t[y]
Definitions occuring in definition :  decide: case of inl(x) => s[x] inr(y) => t[y] bfalse: ff btrue: tt
FDL editor aliases :  isr

Latex:
isr(x)  ==    case  x  of  inl(y)  =>  ff  |  inr(z)  =>  tt



Date html generated: 2016_05_13-PM-03_20_13
Last ObjectModification: 2016_01_04-AM-10_27_17

Theory : union


Home Index