Theorems · Theorem · general topology
ContractingWith.apriori_edist_iterate_efixedPoint_le
∀ {α : Type u_1} [inst : EMetricSpace α] {K : NNReal} {f : α → α} [inst_1 : CompleteSpace α] (hf : ContractingWith K f)
{x : α} (hx : edist x (f x) ≠ ⊤) (n : ℕ),
edist (f^[n] x) (ContractingWith.efixedPoint f hf x hx) ≤ edist x (f x) * ↑K ^ n / (1 - ↑K)- Defined in
- Mathlib.Topology.MetricSpace.Contracting
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 161 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.
Cites11
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
- ENNReal.ofNNRealstatement · cited by 1,279
- Nat.iteratestatement · cited by 740
- EDist.ediststatement and proof · cited by 735
- EMetricSpacestatement and proof · cited by 242
- ContractingWithstatement and proof · cited by 39
- ContractingWith.efixedPointstatement · cited by 7
- ContractingWith.exists_fixedPointproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- ContractingWith.edist_efixedPoint_leproof · cited by 1