Nuprl Definition : bsc-body

bsc-body(F;M;f) ==
  (∃n:ℕ((M f) (F f) ∈ ℕ))
  ∧ (∀n:ℕ(M f) (F f) ∈ ℕ supposing is an integer)
  ∧ (∀n,m:ℕ.  ((n ≤ m)  is an integer  is an integer))



Definitions occuring in Statement :  nat: uimplies: supposing a isint: isint def le: A ≤ B all: x:A. B[x] exists: x:A. B[x] implies:  Q and: P ∧ Q false: False true: True apply: a equal: t ∈ T
Definitions occuring in definition :  exists: x:A. B[x] and: P ∧ Q uimplies: supposing a equal: t ∈ T all: x:A. B[x] nat: le: A ≤ B implies:  Q isint: isint def apply: a true: True false: False
FDL editor aliases :  bsc-body

Latex:
bsc-body(F;M;f)  ==
    (\mexists{}n:\mBbbN{}.  ((M  n  f)  =  (F  f)))
    \mwedge{}  (\mforall{}n:\mBbbN{}.  (M  n  f)  =  (F  f)  supposing  M  n  f  is  an  integer)
    \mwedge{}  (\mforall{}n,m:\mBbbN{}.    ((n  \mleq{}  m)  {}\mRightarrow{}  M  n  f  is  an  integer  {}\mRightarrow{}  M  m  f  is  an  integer))



Date html generated: 2019_06_20-PM-02_50_05
Last ObjectModification: 2019_02_11-AM-11_16_37

Theory : continuity


Home Index