Nuprl Lemma : find-approx-fp_wf
∀n:ℕ. ∀f:{f:B(n) ⟶ B(n)| 
          (∀e:{e:ℝ| r0 < e} . ∃del:{del:ℝ| r0 < del} . ∀x,y:B(n).  ((d(x;y) < del) 
⇒ (d(f x;f y) < e)))
          ∧ (¬(∀x:B(n). f x ≠ x))} . ∀e:{e:ℝ| r0 < e} .
  (find-approx-fp(n;f;e) ∈ ∃p:B(n). (↓d(f p;p) < e))
Proof
Definitions occuring in Statement : 
find-approx-fp: find-approx-fp(n;f;e)
, 
real-unit-ball: B(n)
, 
real-vec-sep: a ≠ b
, 
real-vec-dist: d(x;y)
, 
rless: x < y
, 
int-to-real: r(n)
, 
real: ℝ
, 
nat: ℕ
, 
all: ∀x:A. B[x]
, 
exists: ∃x:A. B[x]
, 
not: ¬A
, 
squash: ↓T
, 
implies: P 
⇒ Q
, 
and: P ∧ Q
, 
member: t ∈ T
, 
set: {x:A| B[x]} 
, 
apply: f a
, 
function: x:A ⟶ B[x]
, 
natural_number: $n
Definitions unfolded in proof : 
all: ∀x:A. B[x]
, 
member: t ∈ T
, 
find-approx-fp: find-approx-fp(n;f;e)
, 
approx-fixpoint-unit-ball-1-ext, 
subtype_rel: A ⊆r B
, 
uall: ∀[x:A]. B[x]
, 
and: P ∧ Q
, 
prop: ℙ
, 
exists: ∃x:A. B[x]
, 
implies: P 
⇒ Q
, 
real-unit-ball: B(n)
, 
not: ¬A
, 
false: False
Lemmas referenced : 
approx-fixpoint-unit-ball-1-ext, 
subtype_rel_self, 
nat_wf, 
real-unit-ball_wf, 
real_wf, 
rless_wf, 
int-to-real_wf, 
real-vec-dist_wf, 
not_wf, 
real-vec-sep_wf, 
squash_wf, 
istype-void, 
istype-nat
Rules used in proof : 
sqequalSubstitution, 
sqequalTransitivity, 
computationStep, 
sqequalReflexivity, 
lambdaFormation_alt, 
cut, 
sqequalRule, 
applyEquality, 
thin, 
instantiate, 
extract_by_obid, 
hypothesis, 
introduction, 
sqequalHypSubstitution, 
isectElimination, 
functionEquality, 
setEquality, 
hypothesisEquality, 
productEquality, 
natural_numberEquality, 
setElimination, 
rename, 
because_Cache, 
lambdaEquality_alt, 
inhabitedIsType, 
equalityTransitivity, 
equalitySymmetry, 
setIsType, 
universeIsType, 
functionIsType, 
productIsType
Latex:
\mforall{}n:\mBbbN{}.  \mforall{}f:\{f:B(n)  {}\mrightarrow{}  B(n)| 
                    (\mforall{}e:\{e:\mBbbR{}|  r0  <  e\} 
                          \mexists{}del:\{del:\mBbbR{}|  r0  <  del\}  .  \mforall{}x,y:B(n).    ((d(x;y)  <  del)  {}\mRightarrow{}  (d(f  x;f  y)  <  e)))
                    \mwedge{}  (\mneg{}(\mforall{}x:B(n).  f  x  \mneq{}  x))\}  .  \mforall{}e:\{e:\mBbbR{}|  r0  <  e\}  .
    (find-approx-fp(n;f;e)  \mmember{}  \mexists{}p:B(n).  (\mdownarrow{}d(f  p;p)  <  e))
Date html generated:
2019_10_30-AM-11_29_22
Last ObjectModification:
2019_07_30-PM-00_52_36
Theory : real!vectors
Home
Index