The Observation Theory EncyclopediaFrom TSKAboutBy kindBy chapterBy Lean fileLedgerProvenance

bi-Lipschitz concept

DefinitionOf a map between two spaces, neither stretching nor shrinking any distance by more than a fixed factor. Equation 0.21. Also Lipschitz.
ExampleA map with factor 2 sends a distance of 1 to something between 0.5 and 2.
BookData Mining as Observation, draft 0.2, commit f3914f0; entry id bi-lipschitz, kind concept.
Statusrefutes or corrects [refuted]. Corrections: 1 item(s), see below.
Defining equation

Book equation 0.21.

Assumptions and scope
  • A map is bi-Lipschitz with factor K when it neither stretches nor shrinks any distance by more than K. The factor is at least one, compositions multiply the factors, and the map preserves a nearest neighbour whenever the runner-up is more than K squared times as far, the rank certificate’s per-pair fact.
  • It does not preserve every ordering, so it is not rank-faithful, and the program’s fixed-scale uniform bi-Lipschitz claim for the commute filter is refuted and carried in the ledger.
Prior artnone recorded
Evidencegeometric-observation/claims/LEDGER.md:94, lean/DataMiningAsObservation/BiLipschitz.lean
Reviewednot yet reviewed; generated 2026-09-10 from records at the commits on the provenance page.
every distance lands between the two lines, a factor each way
Every distance stretched or shrunk by at most a fixed factor.

Equation

Book equation 0.21.

\[\frac1K\,d(x,y)\ \le\ d'\big(f(x),f(y)\big)\ \le\ K\,d(x,y)\qquad\text{for all }x,y.\]

Conditions

Conditions are curated in entries.toml rather than read from a record.

Ledger

First stated

Chapter 0 section 0.10 of Data Mining as Observation, with the refuted uniform bi-Lipschitz claim for the commute filter in Volume 14’s honest negatives, ledger row NEG-1.

Measurements

none

Failures and corrections

Invariance envelope

none declared

Machine checked

lean/DataMiningAsObservation/BiLipschitz.lean, theorems one_le_factor, within_comp, nn_preserved, not_rank_faithful, at observation-data-mining f3914f0; what the check covers is stated in the book’s appendix C.

Used in

Data Mining as Observation chapters 0, 3.

Related

rank-faithful; rank certificate; recognizer; quotient.

See also

Sources-table rows that share a record with the entry without naming it: chapter 3 section 3.2, chapter 3 section 3.3, chapter 9 section 9.1.

Status

Generated 2026-09-10 by encyclopedia/generate.py; book at observation-data-mining f3914f0; the commit of every record is listed in the encyclopedia’s provenance.

← Bernoulli, binomialbit →