Nuprl Lemma : nearby-partition-sum-no-mc
∀I:Interval
  (icompact(I)
  
⇒ iproper(I)
  
⇒ (∀f:{f:I ⟶ℝ| ifun(f;I)} . ∀p:partition(I). ∀x:partition-choice(full-partition(I;p)). ∀alpha:{a:ℝ| r0 < a} .
        ∃e:{e:ℝ| r0 < e} 
         ∀q:partition(I). ∀y:partition-choice(full-partition(I;q)).
           (nearby-partitions(e;p;q)
           
⇒ (∀i:ℕ||p|| + 1. (|x[i] - y[i]| ≤ e))
           
⇒ (|S(f;full-partition(I;q)) - S(f;full-partition(I;p))| ≤ alpha))))
Proof
Definitions occuring in Statement : 
ifun: ifun(f;I)
, 
partition-sum: S(f;p)
, 
partition-choice-ap: x[i]
, 
partition-choice: partition-choice(p)
, 
full-partition: full-partition(I;p)
, 
nearby-partitions: nearby-partitions(e;p;q)
, 
partition: partition(I)
, 
icompact: icompact(I)
, 
rfun: I ⟶ℝ
, 
iproper: iproper(I)
, 
interval: Interval
, 
rleq: x ≤ y
, 
rless: x < y
, 
rabs: |x|
, 
rsub: x - y
, 
int-to-real: r(n)
, 
real: ℝ
, 
length: ||as||
, 
int_seg: {i..j-}
, 
all: ∀x:A. B[x]
, 
exists: ∃x:A. B[x]
, 
implies: P 
⇒ Q
, 
set: {x:A| B[x]} 
, 
add: n + m
, 
natural_number: $n
Definitions unfolded in proof : 
all: ∀x:A. B[x]
, 
member: t ∈ T
, 
implies: P 
⇒ Q
, 
uall: ∀[x:A]. B[x]
, 
uimplies: b supposing a
, 
prop: ℙ
Lemmas referenced : 
ifun-continuous, 
nearby-partition-sum-ext, 
rfun_wf, 
ifun_wf, 
iproper_wf, 
icompact_wf, 
interval_wf
Rules used in proof : 
cut, 
introduction, 
extract_by_obid, 
sqequalSubstitution, 
sqequalTransitivity, 
computationStep, 
sqequalReflexivity, 
lambdaFormation_alt, 
hypothesis, 
sqequalHypSubstitution, 
dependent_functionElimination, 
thin, 
hypothesisEquality, 
independent_functionElimination, 
rename, 
setElimination, 
setIsType, 
universeIsType, 
isectElimination, 
independent_isectElimination
Latex:
\mforall{}I:Interval
    (icompact(I)
    {}\mRightarrow{}  iproper(I)
    {}\mRightarrow{}  (\mforall{}f:\{f:I  {}\mrightarrow{}\mBbbR{}|  ifun(f;I)\}  .  \mforall{}p:partition(I).  \mforall{}x:partition-choice(full-partition(I;p)).
            \mforall{}alpha:\{a:\mBbbR{}|  r0  <  a\}  .
                \mexists{}e:\{e:\mBbbR{}|  r0  <  e\} 
                  \mforall{}q:partition(I).  \mforall{}y:partition-choice(full-partition(I;q)).
                      (nearby-partitions(e;p;q)
                      {}\mRightarrow{}  (\mforall{}i:\mBbbN{}||p||  +  1.  (|x[i]  -  y[i]|  \mleq{}  e))
                      {}\mRightarrow{}  (|S(f;full-partition(I;q))  -  S(f;full-partition(I;p))|  \mleq{}  alpha))))
Date html generated:
2019_10_30-AM-11_37_15
Last ObjectModification:
2019_10_10-AM-10_19_59
Theory : reals_2
Home
Index