Nuprl Definition : retract
retract(T;f) ==  (∀x:T. ((f x) = x ∈ T)) ∧ (∀x:Base. ((f x)↓ 
⇒ (x ∈ T)))
Definitions occuring in Statement : 
has-value: (a)↓
, 
all: ∀x:A. B[x]
, 
implies: P 
⇒ Q
, 
and: P ∧ Q
, 
member: t ∈ T
, 
apply: f a
, 
base: Base
, 
equal: s = t ∈ T
Definitions occuring in definition : 
and: P ∧ Q
, 
equal: s = t ∈ T
, 
all: ∀x:A. B[x]
, 
base: Base
, 
implies: P 
⇒ Q
, 
has-value: (a)↓
, 
apply: f a
, 
member: t ∈ T
FDL editor aliases : 
retract
Latex:
retract(T;f)  ==    (\mforall{}x:T.  ((f  x)  =  x))  \mwedge{}  (\mforall{}x:Base.  ((f  x)\mdownarrow{}  {}\mRightarrow{}  (x  \mmember{}  T)))
Date html generated:
2016_05_14-PM-03_31_32
Last ObjectModification:
2015_09_22-PM-06_00_42
Theory : decidable!equality
Home
Index