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 (ParallelOp 4) THEN Reduce THEN RepeatFor (ParallelLast) THEN Auto)
                ))
         )
   }

1
1. : ℝ
2. {b:ℝa ≤ b} 
3. [a, b] ⟶ℝ
4. real-fun(f;a;b)
5. : ℝ
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