Commit 2022-04-25 06:23 91b80842
View on Github →chore(analysis/normed_space/finite_dimension): extract some lemmas from existentials (#13600) A few proofs in this file prove an existential where a stronger statement in terms of the witness exists. This:
- Removes basis.sup_norm_le_normand replaces it with the more general statementpi.sum_norm_apply_le_norm
- Renames basis.op_norm_letobasis.exists_op_norm_le
- Creates a new basis.op_norm_lestated without the existential
- Adds the nnnormversion of somenormlemmas. In some cases it's easier to prove these first, and derive thenormversions from them.