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:  Q and: P ∧ Q member: t ∈ T apply: a base: Base equal: t ∈ T
Definitions occuring in definition :  and: P ∧ Q equal: t ∈ T all: x:A. B[x] base: Base implies:  Q has-value: (a)↓ apply: 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