Nuprl Definition : strict1

strict1(F) ==
  (∀x:Base. ((F x)↓  (x)↓))
  ∧ (∀u,v:Base.  (F (exception(u; v)) exception(u; v)))
  ∧ (∀x:Base. (is-exception(F x)  (↓(x)↓ ∨ is-exception(x))))



Definitions occuring in Statement :  has-value: (a)↓ is-exception: is-exception(t) 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 sqequal: t all: x:A. B[x] base: Base implies:  Q apply: a squash: T or: P ∨ Q has-value: (a)↓ is-exception: is-exception(t)
FDL editor aliases :  strict1

Latex:
strict1(F)  ==
    (\mforall{}x:Base.  ((F  x)\mdownarrow{}  {}\mRightarrow{}  (x)\mdownarrow{}))
    \mwedge{}  (\mforall{}u,v:Base.    (F  (exception(u;  v))  \msim{}  exception(u;  v)))
    \mwedge{}  (\mforall{}x:Base.  (is-exception(F  x)  {}\mRightarrow{}  (\mdownarrow{}(x)\mdownarrow{}  \mvee{}  is-exception(x))))



Date html generated: 2016_05_13-PM-03_23_38
Last ObjectModification: 2015_09_22-PM-05_44_38

Theory : call!by!value_1


Home Index