Theorems · Theorem · general topology
PiNat.lipschitz_with_one_iff_forall_dist_image_le_of_mem_cylinder
∀ {E : ℕ → Type u_1} {α : Type u_2} [inst : PseudoMetricSpace α] {f : ((n : ℕ) → E n) → α},
(∀ (x y : (n : ℕ) → E n), dist (f x) (f y) ≤ dist x y) ↔
∀ (x y : (n : ℕ) → E n) (n : ℕ), y ∈ PiNat.cylinder x n → dist (f x) (f y) ≤ (1 / 2) ^ nA function to a pseudo-metric-space is 1-Lipschitz if and only if points in the same cylinder
of length n are sent to points within distance (1/2)^n.
Not expressed using LipschitzWith as we don't have a metric space structure
- Defined in
- Mathlib.Topology.MetricSpace.PiNat
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 111 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoMetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- LE.le.transproof · cited by 3,151
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement and proof · cited by 1,539
- eq_or_neproof · cited by 1,117
- dist_selfproof · cited by 116
- PiNat.cylinderstatement and proof · cited by 26
- PiNat.firstDiffproof · cited by 23
- PiNat.diststatement · cited by 12
- PiNat.dist_eq_of_neproof · cited by 7
- PiNat.mem_cylinder_firstDiffproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.