Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-12-18 09:12 c4f673cb

View on Github →

chore(analysis/normed_space/basic): continuous_at.norm etc (#5411) Add variants of the lemma that the norm is continuous. Also rewrite a few proofs, and rename three lemmas:

  • lim_norm -> tendsto_norm_sub_self
  • lim_norm_zero -> tendsto_norm_zero
  • lim_norm_zero' -> tendsto_norm_zero'

Estimated changes

added theorem continuous.nnnorm
modified theorem continuous.norm
added theorem continuous_at.nnnorm
added theorem continuous_at.norm
added theorem continuous_on.nnnorm
added theorem continuous_on.norm
modified theorem filter.tendsto.nnnorm
modified theorem filter.tendsto.norm
deleted theorem lim_norm
deleted theorem lim_norm_zero
added theorem tendsto_norm
added theorem tendsto_norm_sub_self
added theorem tendsto_norm_zero