Nuprl Definition : discrete-type

discrete-type(T) ==  ∀f:ℝ ⟶ T. ((∀x,y:ℝ.  ((x y)  ((f x) (f y) ∈ T)))  (∀x,y:ℝ.  ((f x) (f y) ∈ T)))



Definitions occuring in Statement :  req: y real: all: x:A. B[x] implies:  Q apply: a function: x:A ⟶ B[x] equal: t ∈ T
Definitions occuring in definition :  function: x:A ⟶ B[x] implies:  Q req: y all: x:A. B[x] real: equal: t ∈ T apply: a
FDL editor aliases :  discrete-type

Latex:
discrete-type(T)  ==
    \mforall{}f:\mBbbR{}  {}\mrightarrow{}  T.  ((\mforall{}x,y:\mBbbR{}.    ((x  =  y)  {}\mRightarrow{}  ((f  x)  =  (f  y))))  {}\mRightarrow{}  (\mforall{}x,y:\mBbbR{}.    ((f  x)  =  (f  y))))



Date html generated: 2018_05_22-PM-02_13_01
Last ObjectModification: 2017_10_27-PM-01_11_17

Theory : reals


Home Index