Step * of Lemma ifun-alt

I:Interval. ∀[f:I ⟶ℝ]. (ifun(f;I)) supposing ((∀x,y:{x:ℝx ∈ I} .  ((x y)  ((f x) (f y)))) and icompact(I))
BY
((Fold `r-ap` THEN Intros) THEN RepeatFor ((D THENA Auto))) }

1
1. Interval
2. [f] I ⟶ℝ
3. [%] icompact(I)
4. [%1] : ∀x,y:{x:ℝx ∈ I} .  ((x y)  (f(x) f(y)))
5. {x:ℝx ∈ [left-endpoint(I), right-endpoint(I)]} 
6. {x:ℝx ∈ [left-endpoint(I), right-endpoint(I)]} 
7. y
⊢ (f x) (f y)


Latex:


Latex:
\mforall{}I:Interval
    \mforall{}[f:I  {}\mrightarrow{}\mBbbR{}]
        (ifun(f;I))  supposing  ((\mforall{}x,y:\{x:\mBbbR{}|  x  \mmember{}  I\}  .    ((x  =  y)  {}\mRightarrow{}  ((f  x)  =  (f  y))))  and  icompact(I))


By


Latex:
((Fold  `r-ap`  0  THEN  Intros)  THEN  RepeatFor  3  ((D  0  THENA  Auto)))




Home Index