Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-04-21 11:02 21bbe900

View on Github →

feat(analysis/normed): more lemmas about the sup norm on pi types and matrices (#13536) For now we name the matrix lemmas as matrix.norm_* and matrix.nnnorm_* to match matrix.norm_le_iff and matrix.nnnorm_le_iff. We should consider renaming these in future to indicate which norm they refer to, but should probably deal with agreeing on a name in a separate PR.

Estimated changes

added theorem matrix.nnnorm_col
added theorem matrix.nnnorm_diagonal
added theorem matrix.nnnorm_map_eq
added theorem matrix.nnnorm_row
added theorem matrix.norm_col
added theorem matrix.norm_diagonal
added theorem matrix.norm_map_eq
added theorem matrix.norm_row
added theorem matrix.norm_transpose