Nuprl Lemma : IVT-strict-decreasing

I:Interval. ∀f:I ⟶ℝ.
  ((∀x,y:{x:ℝx ∈ I} .  ((x < y)  ((f y) < (f x))))
   (∀x,y:{t:ℝt ∈ I} .  ((x y)  ((f x) (f y))))
   (∀a,b:{x:ℝx ∈ I} .
        ((a < b)  (∀x:ℝ((((f b) ≤ x) ∧ (x ≤ (f a)))  (∃c:ℝ(((a ≤ c) ∧ (c ≤ b)) ∧ ((f c) x))))))))


Proof




Definitions occuring in Statement :  rfun: I ⟶ℝ i-member: r ∈ I interval: Interval rleq: x ≤ y rless: x < y req: y real: all: x:A. B[x] exists: x:A. B[x] implies:  Q and: P ∧ Q set: {x:A| B[x]}  apply: a
Definitions unfolded in proof :  all: x:A. B[x] implies:  Q and: P ∧ Q subinterval: I ⊆  member: t ∈ T sq_stable: SqStable(P) squash: T uall: [x:A]. B[x] prop: rfun: I ⟶ℝ uimplies: supposing a uiff: uiff(P;Q) rev_uimplies: rev_uimplies(P;Q) cand: c∧ B guard: {T} req_int_terms: t1 ≡ t2 false: False not: ¬A top: Top exists: x:A. B[x] sq_exists: x:A [B[x]] true: True less_than': less_than'(a;b) less_than: a < b rev_implies:  Q iff: ⇐⇒ Q or: P ∨ Q rneq: x ≠ y

Latex:
\mforall{}I:Interval.  \mforall{}f:I  {}\mrightarrow{}\mBbbR{}.
    ((\mforall{}x,y:\{x:\mBbbR{}|  x  \mmember{}  I\}  .    ((x  <  y)  {}\mRightarrow{}  ((f  y)  <  (f  x))))
    {}\mRightarrow{}  (\mforall{}x,y:\{t:\mBbbR{}|  t  \mmember{}  I\}  .    ((x  =  y)  {}\mRightarrow{}  ((f  x)  =  (f  y))))
    {}\mRightarrow{}  (\mforall{}a,b:\{x:\mBbbR{}|  x  \mmember{}  I\}  .
                ((a  <  b)
                {}\mRightarrow{}  (\mforall{}x:\mBbbR{}.  ((((f  b)  \mleq{}  x)  \mwedge{}  (x  \mleq{}  (f  a)))  {}\mRightarrow{}  (\mexists{}c:\mBbbR{}.  (((a  \mleq{}  c)  \mwedge{}  (c  \mleq{}  b))  \mwedge{}  ((f  c)  =  x))))))))



Date html generated: 2020_05_20-PM-00_28_12
Last ObjectModification: 2020_01_08-AM-10_39_59

Theory : reals


Home Index