Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2019-11-20 17:12 f34bb6b9

View on Github →

refactor(topology/metric_space/lipschitz): review API of lipschitz_with (#1700)

  • refactor(topology/metric_space/lipschitz): review API of lipschitz_with
  • Take K : ℝ≥0 instead of using a conjuction;
  • Rename each *_of_lipschitz to lipschitz_with.*;
  • Define convenience constructors (e.g., of_le_add);
  • Move facts about contracting maps to a separate file&namespace;
  • Adjust other files to API changes.
  • Make the first argument of lipschitz_with.weaken implicit Co-Authored-By: sgouezel sebastien.gouezel@univ-rennes1.fr
  • Fix compile
  • Fix 'unused args' bug reported by #lint

Estimated changes