Nuprl Lemma : i-member-implies

I:Interval. ∀r:ℝ.
  ((r ∈ I)
   (∃n,M:ℕ+
       ((r ∈ i-approx(I;n))
       ∧ (∀y:{y:ℝy ∈ I} ((|y r| ≤ (r1/r(M)))  (y ∈ i-approx(I;n))))
       ∧ (iproper(I)  iproper(i-approx(I;n))))))


Proof




Definitions occuring in Statement :  i-approx: i-approx(I;n) i-member: r ∈ I iproper: iproper(I) interval: Interval rdiv: (x/y) rleq: x ≤ y rabs: |x| rsub: y int-to-real: r(n) real: nat_plus: + all: x:A. B[x] exists: x:A. B[x] implies:  Q and: P ∧ Q set: {x:A| B[x]}  natural_number: $n
Definitions unfolded in proof :  all: x:A. B[x] implies:  Q uall: [x:A]. B[x] member: t ∈ T nat_plus: + iff: ⇐⇒ Q and: P ∧ Q rev_implies:  Q decidable: Dec(P) or: P ∨ Q uimplies: supposing a not: ¬A satisfiable_int_formula: satisfiable_int_formula(fmla) exists: x:A. B[x] false: False prop: rless: x < y sq_exists: x:A [B[x]] interval: Interval i-approx: i-approx(I;n) i-member: r ∈ I iproper: iproper(I) i-finite: i-finite(I) right-endpoint: right-endpoint(I) left-endpoint: left-endpoint(I) isl: isl(x) rccint: [l, u] assert: b ifthenelse: if then else fi  btrue: tt endpoints: endpoints(I) outl: outl(x) pi1: fst(t) pi2: snd(t) rneq: x ≠ y guard: {T} bfalse: ff true: True less_than': less_than'(a;b) less_than: a < b squash: T sq_stable: SqStable(P) cand: c∧ B top: Top rev_uimplies: rev_uimplies(P;Q) rge: x ≥ y so_apply: x[s] so_lambda: λ2x.t[x] subtype_rel: A ⊆B rdiv: (x/y) uiff: uiff(P;Q) req_int_terms: t1 ≡ t2 real: le: A ≤ B int_nzero: -o nequal: a ≠ b ∈  sq_type: SQType(T)

Latex:
\mforall{}I:Interval.  \mforall{}r:\mBbbR{}.
    ((r  \mmember{}  I)
    {}\mRightarrow{}  (\mexists{}n,M:\mBbbN{}\msupplus{}
              ((r  \mmember{}  i-approx(I;n))
              \mwedge{}  (\mforall{}y:\{y:\mBbbR{}|  y  \mmember{}  I\}  .  ((|y  -  r|  \mleq{}  (r1/r(M)))  {}\mRightarrow{}  (y  \mmember{}  i-approx(I;n))))
              \mwedge{}  (iproper(I)  {}\mRightarrow{}  iproper(i-approx(I;n))))))



Date html generated: 2020_05_20-AM-11_31_43
Last ObjectModification: 2020_01_06-PM-03_24_26

Theory : reals


Home Index