Step * 1 1 1 2 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. ∀x:ℝ(r0 < f(x))
6. : ℝ
7. : ℝ
8. y
⊢ ((λx.rlog(f(x))) x) ((λx.rlog(f(x))) y)
BY
(Reduce THEN RWO "-1" THEN Auto) }


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.  \mforall{}x:\mBbbR{}.  (r0  <  f(x))
6.  x  :  \mBbbR{}
7.  y  :  \mBbbR{}
8.  x  =  y
\mvdash{}  ((\mlambda{}x.rlog(f(x)))  x)  =  ((\mlambda{}x.rlog(f(x)))  y)


By


Latex:
(Reduce  0  THEN  RWO  "-1"  0  THEN  Auto)




Home Index