Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2019-11-24 10:11 2d54a70a

View on Github →

feat(analysis/normed_space): prove more lemmas, rename some old lemmas (#1733) Renamed lemmas:

  • norm_trianglenorm_add_le
  • norm_triangle_subnorm_sub_le
  • norm_triangle_sumnorm_sum_le
  • norm_reverse_triangle'norm_sub_norm_le
  • norm_reverse_triangle: deleted; was a duplicate of abs_norm_sub_norm_le
  • nnorm_trianglennorm_add_le New lemmas:
  • dist_add_left, dist_add_right, dist_neg_neg, dist_sub_left, dist_sub_right, dist_smul, dist_add_add_le, dist_sub_sub_le: operate with distances without rewriting them as norms.
  • norm_add_le_of_le, dist_add_add_le_of_le, dist_sub_sub_le_of_le, norm_sum_le_of_le : chain a triangle-like inequality with an appropriate estimates on the right hand side. Also simplify a few proofs and fix a typo in a comment.

Estimated changes

added theorem dist_add_add_le
added theorem dist_add_add_le_of_le
added theorem dist_add_left
added theorem dist_add_right
added theorem dist_le_norm_add_norm
added theorem dist_neg_neg
added theorem dist_smul
added theorem dist_sub_left
added theorem dist_sub_right
added theorem dist_sub_sub_le
added theorem dist_sub_sub_le_of_le
added theorem nnnorm_add_le
deleted theorem nnnorm_triangle
added theorem norm_add_le
added theorem norm_add_le_of_le
deleted theorem norm_reverse_triangle'
deleted theorem norm_reverse_triangle
added theorem norm_sub_le
added theorem norm_sub_le_of_le
added theorem norm_sub_norm_le
added theorem norm_sum_le
added theorem norm_sum_le_of_le
deleted theorem norm_triangle
deleted theorem norm_triangle_sub
deleted theorem norm_triangle_sum
modified theorem norm_zero