Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-02-21 15:30 9ed71796

View on Github →

refactor(*): move normed field lemmas into root namespace (#12163) This takes the normed field lemmas given in analysis.normed_space.basic and moves them from the normed_field namespace into the root namespace. This PR moves these lemmas and definitions: norm_mul, nnnorm_mul, norm_hom, nnnorm_hom, norm_pow, nnnorm_pow, norm_prod, nnnorm_prod, norm_div, nnnorm_div, norm_inv, nnnorm_inv, norm_zpow, nnnorm_zpow.

Estimated changes

added theorem nnnorm_div
added def nnnorm_hom
added theorem nnnorm_inv
added theorem nnnorm_mul
added theorem nnnorm_pow
added theorem nnnorm_prod
added theorem nnnorm_zpow
added theorem norm_div
added def norm_hom
added theorem norm_inv
added theorem norm_mul
added theorem norm_pow
added theorem norm_prod
added theorem norm_zpow
deleted theorem normed_field.nnnorm_div
deleted theorem normed_field.nnnorm_inv
deleted theorem normed_field.nnnorm_mul
deleted theorem normed_field.nnnorm_pow
deleted theorem normed_field.nnnorm_prod
deleted theorem normed_field.nnnorm_zpow
deleted theorem normed_field.norm_div
deleted theorem normed_field.norm_inv
deleted theorem normed_field.norm_mul
deleted theorem normed_field.norm_pow
deleted theorem normed_field.norm_prod
deleted theorem normed_field.norm_zpow