Commit 2022-04-19 17:41 70759ef9
View on Github →feat(analysis): lemmas about nnnorm and nndist (#13498)
Most of these lemmas follow trivially from the norm
versions. This is far from exhaustive.
Additionally:
nnreal.coe_supr
andnnreal.coe_infi
are added- The old
is_primitive_root.nnnorm_eq_one
is renamed tois_primitive_root.norm'_eq_one
as it was not aboutnnnorm
at all. The unprimed name is already taken in reference toalgebra.norm
. parallelogram_law_with_norm_real
is removed since it's syntactically identical toparallelogram_law_with_norm ℝ
and also not used anywhere.