Theorems · Definition · general topology
ContractingWith.efixedPoint
{α : Type u_1} →
[inst : EMetricSpace α] →
{K : NNReal} → (f : α → α) → [CompleteSpace α] → ContractingWith K f → (x : α) → edist x (f x) ≠ ⊤ → αLet x be a point of a complete emetric space. Suppose that f is a contracting map,
and edist x (f x) ≠ ∞. Then efixedPoint is the unique fixed point of f
in Metric.eball x ∞.
- Defined in
- Mathlib.Topology.MetricSpace.Contracting
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 160 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- EMetricSpaceCompleteSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- ENNRealstatement · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- NNRealstatement and proof · cited by 4,310
- CompleteSpacestatement and proof · cited by 2,532
- EDist.ediststatement and proof · cited by 735
- EMetricSpacestatement and proof · cited by 242
- ContractingWithstatement and proof · cited by 39
- ContractingWith.exists_fixedPointproof · cited by 4
Cited by8
Results whose statement or proof uses this declaration.
- ContractingWith.fixedPointproof · cited by 9
- ContractingWith.efixedPoint_isFixedPtstatement · cited by 3
- ContractingWith.edist_efixedPoint_lestatement and proof · cited by 1
- ContractingWith.edist_efixedPoint_lt_topstatement · cited by 1
- ContractingWith.apriori_edist_iterate_efixedPoint_lestatement · cited by 1
- ContractingWith.tendsto_iterate_efixedPointstatement · cited by 1
- ContractingWith.tendsto_iterate_fixedPointproof · cited by 1
- ContractingWith.efixedPoint_eq_of_edist_lt_topstatement and proof · cited by 0