Nuprl Definition : strict5

strict5(F) ==
  (∀x,y,z,w:Base.  ((F w)↓  (x)↓))
  ∧ (∀u,v,y,z,w:Base.  (F (exception(u; v)) exception(u; v)))
  ∧ (∀u,v,x,y,z,w:Base.  ((F exception(u; v))  (↓(eval in exception(u; v)) ∨ (x)↓)))



Definitions occuring in Statement :  has-value: (a)↓ callbyvalue: callbyvalue all: x:A. B[x] squash: T implies:  Q or: P ∨ Q and: P ∧ Q apply: a base: Base sqequal: t
Definitions occuring in definition :  and: P ∧ Q all: x:A. B[x] base: Base implies:  Q apply: a squash: T or: P ∨ Q sqequal: t callbyvalue: callbyvalue has-value: (a)↓
FDL editor aliases :  strict5

Latex:
strict5(F)  ==
    (\mforall{}x,y,z,w:Base.    ((F  x  y  z  w)\mdownarrow{}  {}\mRightarrow{}  (x)\mdownarrow{}))
    \mwedge{}  (\mforall{}u,v,y,z,w:Base.    (F  (exception(u;  v))  y  z  w  \msim{}  exception(u;  v)))
    \mwedge{}  (\mforall{}u,v,x,y,z,w:Base.
              ((F  x  y  z  w  \msim{}  exception(u;  v))  {}\mRightarrow{}  (\mdownarrow{}(eval  y  =  x  in  y  \msim{}  exception(u;  v))  \mvee{}  (x)\mdownarrow{})))



Date html generated: 2016_05_13-PM-03_23_54
Last ObjectModification: 2015_09_22-PM-05_44_42

Theory : call!by!value_1


Home Index