mathlib
667f2a62 - feat(analysis/normed_space/basic): add `norm_algebra_map_nnreal` (#16709)

Commit
3 years ago
feat(analysis/normed_space/basic): add `norm_algebra_map_nnreal` (#16709) This adds `simp` lemmas saying that `βˆ₯algebra_map ℝβ‰₯0 π•œ xβˆ₯ = x` and similarly for `βˆ₯⬝βˆ₯β‚Š` whenever `π•œ` is a normed `ℝ`-algebra and satisfies `norm_one_class`. These are needed separately from `norm_algebra_map'` and `nnnorm_algebra_map'` because `π•œ` cannot be a normed `ℝβ‰₯0`-algebra for the simple reason that `ℝβ‰₯0` is not a normed field.
Author
Parents
Loading