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 : ℝ≥0instead of using a conjuction;
- Rename each *_of_lipschitztolipschitz_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.weakenimplicit Co-Authored-By: sgouezel sebastien.gouezel@univ-rennes1.fr
- Fix compile
- Fix 'unused args' bug reported by #lint