Step * 1 1 1 1 1 1 of Lemma rexp-functional-equation


1. : ℝ ⟶ ℝ
2. ∀x,y:ℝ.  ((x y)  ((f x) (f y)))
3. ∀x,y:ℝ.  (f(x y) (f(x) f(y)))
4. f(r0) r1
5. : ℝ
6. f((x/r(2)) (x/r(2))) (f((x/r(2))) f((x/r(2))))
⊢ r0 < f(x)
BY
(Assert ((x/r(2)) (x/r(2))) BY
         (nRMul ⌜r(2)⌝ 0⋅ THEN Auto)) }

1
1. : ℝ ⟶ ℝ
2. ∀x,y:ℝ.  ((x y)  ((f x) (f y)))
3. ∀x,y:ℝ.  (f(x y) (f(x) f(y)))
4. f(r0) r1
5. : ℝ
6. f((x/r(2)) (x/r(2))) (f((x/r(2))) f((x/r(2))))
7. ((x/r(2)) (x/r(2))) x
⊢ r0 < f(x)


Latex:


Latex:

1.  f  :  \mBbbR{}  {}\mrightarrow{}  \mBbbR{}
2.  \mforall{}x,y:\mBbbR{}.    ((x  =  y)  {}\mRightarrow{}  ((f  x)  =  (f  y)))
3.  \mforall{}x,y:\mBbbR{}.    (f(x  +  y)  =  (f(x)  *  f(y)))
4.  f(r0)  =  r1
5.  x  :  \mBbbR{}
6.  f((x/r(2))  +  (x/r(2)))  =  (f((x/r(2)))  *  f((x/r(2))))
\mvdash{}  r0  <  f(x)


By


Latex:
(Assert  ((x/r(2))  +  (x/r(2)))  =  x  BY
              (nRMul  \mkleeneopen{}r(2)\mkleeneclose{}  0\mcdot{}  THEN  Auto))




Home Index