Nuprl Definition : strict4
strict4(F) ==
  (∀x,y,z,w:Base.  ((F x y z w)↓ 
⇒ (x)↓))
  ∧ (∀u,v,y,z,w:Base.  (F (exception(u; v)) y z w ~ exception(u; v)))
  ∧ (∀x,y,z,w:Base.  (is-exception(F x y z w) 
⇒ (↓is-exception(x) ∨ (x)↓)))
Definitions occuring in Statement : 
has-value: (a)↓
, 
is-exception: is-exception(t)
, 
all: ∀x:A. B[x]
, 
squash: ↓T
, 
implies: P 
⇒ Q
, 
or: P ∨ Q
, 
and: P ∧ Q
, 
apply: f a
, 
base: Base
, 
sqequal: s ~ t
Definitions occuring in definition : 
and: P ∧ Q
, 
sqequal: s ~ t
, 
all: ∀x:A. B[x]
, 
base: Base
, 
implies: P 
⇒ Q
, 
apply: f a
, 
squash: ↓T
, 
or: P ∨ Q
, 
is-exception: is-exception(t)
, 
has-value: (a)↓
FDL editor aliases : 
strict4
Latex:
strict4(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{}x,y,z,w:Base.    (is-exception(F  x  y  z  w)  {}\mRightarrow{}  (\mdownarrow{}is-exception(x)  \mvee{}  (x)\mdownarrow{})))
Date html generated:
2016_05_13-PM-03_23_45
Last ObjectModification:
2015_09_22-PM-05_44_41
Theory : call!by!value_1
Home
Index