Step
*
of Lemma
real-fun-uniformly-greater
No Annotations
∀a:ℝ. ∀b:{b:ℝ| a ≤ b} . ∀f:[a, b] ⟶ℝ.
  (real-fun(f;a;b)
  
⇒ (∀c:ℝ. ((∀x:{x:ℝ| x ∈ [a, b]} . (c < (f x))) 
⇒ (∃c':{c':ℝ| c < c'} . ∀x:{x:ℝ| x ∈ [a, b]} . (c' ≤ (f x))))))
BY
{ (Auto
   THEN (InstLemma `real-fun-uniformly-positive` [⌜a⌝;⌜b⌝;⌜λx.((f x) - c)⌝]⋅
         THENA (Reduce 0
                THEN Auto
                THEN ((nRAdd ⌜c⌝ 0⋅ THEN Auto)
                ORELSE (RepeatFor 2 (ParallelOp 4) THEN Reduce 0 THEN RepeatFor 2 (ParallelLast) THEN Auto)
                ))
         )
   ) }
1
1. a : ℝ
2. b : {b:ℝ| a ≤ b} 
3. f : [a, b] ⟶ℝ
4. real-fun(f;a;b)
5. c : ℝ
6. ∀x:{x:ℝ| x ∈ [a, b]} . (c < (f x))
7. ∃c@0:{c:ℝ| r0 < c} . ∀x:{x:ℝ| x ∈ [a, b]} . (c@0 < ((λx.((f x) - c)) x))
⊢ ∃c':{c':ℝ| c < c'} . ∀x:{x:ℝ| x ∈ [a, b]} . (c' ≤ (f x))
Latex:
Latex:
No  Annotations
\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]\}  .  (c  <  (f  x)))
                {}\mRightarrow{}  (\mexists{}c':\{c':\mBbbR{}|  c  <  c'\}  .  \mforall{}x:\{x:\mBbbR{}|  x  \mmember{}  [a,  b]\}  .  (c'  \mleq{}  (f  x))))))
By
Latex:
(Auto
  THEN  (InstLemma  `real-fun-uniformly-positive`  [\mkleeneopen{}a\mkleeneclose{};\mkleeneopen{}b\mkleeneclose{};\mkleeneopen{}\mlambda{}x.((f  x)  -  c)\mkleeneclose{}]\mcdot{}
              THENA  (Reduce  0
                            THEN  Auto
                            THEN  ((nRAdd  \mkleeneopen{}c\mkleeneclose{}  0\mcdot{}  THEN  Auto)
                            ORELSE  (RepeatFor  2  (ParallelOp  4)
                                            THEN  Reduce  0
                                            THEN  RepeatFor  2  (ParallelLast)
                                            THEN  Auto)
                            ))
              )
  )
Home
Index