Step
*
of Lemma
infn-rleq
No Annotations
∀[I:{I:Interval| icompact(I)} ]
  ∀n:ℕ. ∀f:{f:I^n ⟶ ℝ| ∀a,b:I^n.  (req-vec(n;a;b) 
⇒ ((f a) = (f b)))} . ∀x:I^n.  ((infn(n;I) f) ≤ (f x))
BY
{ (InductionOnNat THEN Reduce 0 THEN Auto) }
1
1. I : {I:Interval| icompact(I)} 
2. n : ℤ
3. f : {f:I^0 ⟶ ℝ| ∀a,b:I^0.  (req-vec(0;a;b) 
⇒ ((f a) = (f b)))} 
4. x : I^0
⊢ (infn(0;I) f) ≤ (f x)
2
1. I : {I:Interval| icompact(I)} 
2. n : ℤ
3. 0 < n
4. ∀f:{f:I^n - 1 ⟶ ℝ| ∀a,b:I^n - 1.  (req-vec(n - 1;a;b) 
⇒ ((f a) = (f b)))} . ∀x:I^n - 1.  ((infn(n - 1;I) f) ≤ (f x)\000C)
5. f : {f:I^n ⟶ ℝ| ∀a,b:I^n.  (req-vec(n;a;b) 
⇒ ((f a) = (f b)))} 
6. x : I^n
⊢ (infn(n;I) f) ≤ (f x)
Latex:
Latex:
No  Annotations
\mforall{}[I:\{I:Interval|  icompact(I)\}  ]
    \mforall{}n:\mBbbN{}.  \mforall{}f:\{f:I\^{}n  {}\mrightarrow{}  \mBbbR{}|  \mforall{}a,b:I\^{}n.    (req-vec(n;a;b)  {}\mRightarrow{}  ((f  a)  =  (f  b)))\}  .  \mforall{}x:I\^{}n.
        ((infn(n;I)  f)  \mleq{}  (f  x))
By
Latex:
(InductionOnNat  THEN  Reduce  0  THEN  Auto)
Home
Index