Nuprl Lemma : real-fun-uniformly-less

a:ℝ. ∀b:{b:ℝa ≤ b} . ∀f:[a, b] ⟶ℝ.
  (real-fun(f;a;b)
   (∀c:ℝ((∀x:{x:ℝx ∈ [a, b]} ((f x) < c))  (∃c':{c':ℝc' < c} . ∀x:{x:ℝx ∈ [a, b]} ((f x) ≤ c')))))


Proof




Definitions occuring in Statement :  real-fun: real-fun(f;a;b) rfun: I ⟶ℝ rccint: [l, u] i-member: r ∈ I rleq: x ≤ y rless: x < y real: all: x:A. B[x] exists: x:A. B[x] implies:  Q set: {x:A| B[x]}  apply: a
Definitions unfolded in proof :  all: x:A. B[x] implies:  Q member: t ∈ T rfun: I ⟶ℝ uall: [x:A]. B[x] real-fun: real-fun(f;a;b) top: Top prop: and: P ∧ Q iff: ⇐⇒ Q rev_implies:  Q uimplies: supposing a guard: {T} uiff: uiff(P;Q) rev_uimplies: rev_uimplies(P;Q) req_int_terms: t1 ≡ t2 false: False not: ¬A exists: x:A. B[x] sq_stable: SqStable(P) squash: T rge: x ≥ y

Latex:
\mforall{}a:\mBbbR{}.  \mforall{}b:\{b:\mBbbR{}|  a  \mleq{}  b\}  .  \mforall{}f:[a,  b]  {}\mrightarrow{}\mBbbR{}.
    (real-fun(f;a;b)
    {}\mRightarrow{}  (\mforall{}c:\mBbbR{}
                ((\mforall{}x:\{x:\mBbbR{}|  x  \mmember{}  [a,  b]\}  .  ((f  x)  <  c))
                {}\mRightarrow{}  (\mexists{}c':\{c':\mBbbR{}|  c'  <  c\}  .  \mforall{}x:\{x:\mBbbR{}|  x  \mmember{}  [a,  b]\}  .  ((f  x)  \mleq{}  c')))))



Date html generated: 2020_05_20-PM-00_23_40
Last ObjectModification: 2019_12_05-PM-04_32_08

Theory : reals


Home Index