Commit 2022-05-24 19:56 cdaa6d2b
View on Github ârefactor(analysis/normed_space/pi_Lp): golf some instances (#14339)
- drop
pi_Lp.emetric_aux; - use
Tâto get(e)metric_spacefrompseudo_(e)metric_space; - restate
pi_Lp.(anti)lipschitz_with_equivwith correctpseudo_emetric_spaceinstances; while they're defeq, it's better not to leak auxiliary instances unless necessary.