Theorems · Theorem · general topology
ContractingWith.edist_inequality
∀ {α : Type u_1} [inst : EMetricSpace α] {K : NNReal} {f : α → α},
ContractingWith K f → ∀ {x y : α}, edist x y ≠ ⊤ → edist x y ≤ (edist x (f x) + edist y (f y)) / (1 - ↑K)- Defined in
- Mathlib.Topology.MetricSpace.Contracting
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 151 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- EMetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- NNRealstatement and proof · cited by 4,310
- one_mulproof · cited by 2,841
- mul_commproof · cited by 2,262
- le_rflproof · cited by 1,558
- ENNReal.ofNNRealstatement and proof · cited by 1,279
- EDist.ediststatement and proof · cited by 735
- add_le_addproof · cited by 666
- EMetricSpacestatement and proof · cited by 242
- add_right_commproof · cited by 85
- PseudoEMetricSpace.edist_commproof · cited by 52
Cited by1
Results whose statement or proof uses this declaration.
- ContractingWith.edist_le_of_fixedPointproof · cited by 1