Step
*
1
of Lemma
rminimum-select
1. n : ℤ
2. m : ℤ
3. n ≤ m
⊢ ∀x:{n..m + 1-} ⟶ ℝ. ∀e:ℝ.  ((r0 < e) 
⇒ (∃i:{n..m + 1-}. (x[i] < (rminimum(n;m;i.x[i]) + e))))
BY
{ (Unfold `rminimum` 0
   THEN (GenConcl ⌜(m - n) = d ∈ ℕ⌝⋅ THENA Auto')
   THEN (Subst ⌜m ~ n + d⌝ 0⋅ THENL [Auto'; (ThinVar `m' THEN (NatInd (-1)) THEN Reduce 0)])) }
1
1. n : ℤ
⊢ ∀x:{n..(n + 0) + 1-} ⟶ ℝ. ∀e:ℝ.  ((r0 < e) 
⇒ (∃i:{n..(n + 0) + 1-}. (x[i] < (x[n] + e))))
2
.....upcase..... 
1. n : ℤ
2. d : ℤ
3. [%1] : 0 < d
4. ∀x:{n..(n + (d - 1)) + 1-} ⟶ ℝ. ∀e:ℝ.
     ((r0 < e) 
⇒ (∃i:{n..(n + (d - 1)) + 1-}. (x[i] < (primrec(d - 1;x[n];λi,s. rmin(s;x[n + i + 1])) + e))))
⊢ ∀x:{n..(n + d) + 1-} ⟶ ℝ. ∀e:ℝ.
    ((r0 < e) 
⇒ (∃i:{n..(n + d) + 1-}. (x[i] < (primrec(d;x[n];λi,s. rmin(s;x[n + i + 1])) + e))))
Latex:
Latex:
1.  n  :  \mBbbZ{}
2.  m  :  \mBbbZ{}
3.  n  \mleq{}  m
\mvdash{}  \mforall{}x:\{n..m  +  1\msupminus{}\}  {}\mrightarrow{}  \mBbbR{}.  \mforall{}e:\mBbbR{}.    ((r0  <  e)  {}\mRightarrow{}  (\mexists{}i:\{n..m  +  1\msupminus{}\}.  (x[i]  <  (rminimum(n;m;i.x[i])  +  e))))
By
Latex:
(Unfold  `rminimum`  0
  THEN  (GenConcl  \mkleeneopen{}(m  -  n)  =  d\mkleeneclose{}\mcdot{}  THENA  Auto')
  THEN  (Subst  \mkleeneopen{}m  \msim{}  n  +  d\mkleeneclose{}  0\mcdot{}  THENL  [Auto';  (ThinVar  `m'  THEN  (NatInd  (-1))  THEN  Reduce  0)]))
Home
Index