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

Split Analysis.Calculus.BumpFunctionInner #4755

Closed
urkud opened this issue Jun 6, 2023 · 0 comments
Closed

Split Analysis.Calculus.BumpFunctionInner #4755

urkud opened this issue Jun 6, 2023 · 0 comments

Comments

@urkud
Copy link
Member

urkud commented Jun 6, 2023

There are several sections in this file that can be moved to different
files to reduce imports:

  • Analysis.Calculus.SmoothTransition: definitions and lemmas about
    Real.expInvGlue and Real.smoothTransition.
  • Analysis.Calculus.BumpFunction.Basic: definition of the typeclass
    HasContDiffBump and properties of ContDiffBump.
  • Analysis.Calculus.BumpFunction.Inner: an instance for inner
    product spaces.
  • Analysis.Calculus.BumpFunction.Normed: definition and lemmas about
    BumpFunction.normed; this is the only file that will import
    measure theory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant