-
Notifications
You must be signed in to change notification settings - Fork 373
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
feat(Analysis/Asymptotics): exponential growth of a sequence #21178
base: master
Are you sure you want to change the base?
Conversation
PR summary f4b03b36dfImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
This file defines the exponential growth of a sequence
u
of ENNReals as the liminf/limsup oflog (u n) / n
.The immediate goal is to refactor files about Topological entropy (
Dynamics.TopologicalEntropy.CoverEntropy
, for instance): rewrite some definitions usingexpGrowth
s and replace most or all the analysis by applications of basic properties ofexpGrowth
.At a later point, other notions may also be defined using this file: other notions of topological entropy, metric entropy, topological/metric pressure, Lyapunov exponents, large deviations...