Nuprl Definition : encryption-key-atoms

encryption-key-atoms(k) ==  case of inl(x) => [] inr(x) => case of inl(a) => [a] inr(a) => [a]



Definitions occuring in Statement :  cons: [a b] nil: [] decide: case of inl(x) => s[x] inr(y) => t[y]
FDL editor aliases :  encryption-key-atoms

Latex:
encryption-key-atoms(k)  ==
    case  k  of  inl(x)  =>  []  |  inr(x)  =>  case  x  of  inl(a)  =>  [a]  |  inr(a)  =>  [a]



Date html generated: 2016_05_17-AM-11_40_37
Last ObjectModification: 2012_08_30-PM-02_30_15

Theory : event-logic-applications


Home Index