Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - chore(analysis/normed_space/basic): introduce norm_smul_le #18650

Closed
wants to merge 4 commits into from

Commits on Mar 25, 2023

  1. chore(analysis/normed_space/basic): introduce norm_smul_le

    Currently `norm_smul_le x y` is just a special case of `(norm_smul x y).le`; but if in future we generalize `normed_space` to work over normed rings, it will continue to hold where `norm_smul` no longer does.
    This adjusts downstream proofs to use the weaker lemma too when the stronger one isn't needed.
    
    This adds the corresponding `nnnorm` and `dist` and `nndist` lemmas too.
    eric-wieser committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    0e3337a View commit details
    Browse the repository at this point in the history
  2. one more

    eric-wieser committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    b359f52 View commit details
    Browse the repository at this point in the history
  3. golf

    eric-wieser committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    2f49b45 View commit details
    Browse the repository at this point in the history
  4. fix

    eric-wieser committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    190b44c View commit details
    Browse the repository at this point in the history