Step * 2 of Lemma fixedpoint-property-iff


1. Type
2. metric(X)
3. mcompact(X;d)
4. ∀f:FUN(X ⟶ X). (∀x:X. x))
⊢ FP(X)
BY
(UnfoldTopAb THEN ParallelLast) }

1
1. Type
2. metric(X)
3. mcompact(X;d)
4. ∀f:FUN(X ⟶ X). (∀x:X. x))
5. FUN(X ⟶ X)
6. ¬(∀x:X. x)
⊢ ∀n:ℕ+. ∃x:X. (mdist(d;f x;x) ≤ (r1/r(n)))


Latex:


Latex:

1.  X  :  Type
2.  d  :  metric(X)
3.  mcompact(X;d)
4.  \mforall{}f:FUN(X  {}\mrightarrow{}  X).  (\mneg{}(\mforall{}x:X.  f  x  \#  x))
\mvdash{}  FP(X)


By


Latex:
(UnfoldTopAb  0  THEN  ParallelLast)




Home Index