-
Notifications
You must be signed in to change notification settings - Fork 5
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
Topological Entropy: required updates for mathlib
-ization
#55
Comments
Thanks @pitmonticone for the carefully crafted list and @D-Thomine for the detailed walkthrough |
Still working on porting Misc.lean. Done: moving Open: PR#14564 to get characterizations of limsup/liminf in the main Order.LiminfLimsup file. Cannot compile because the file is too large (linter flag). Soon to be opened: adding a few things on Topology.UniformSpace.Basic about products. This should finish the current content of Misc.lean. The branch is D-Thomine/uniformity_prod Paging @pitmonticone |
Hi @D-Thomine, great job! I'll try to refactor in order to "solve" that linter issue later today, but it's highly likely to be acceptable simply adding a style-exception. |
See the relevant Zulip topic https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/Porting.20TopologicalEntropy.20into.20Mathlib |
Solved here |
To-Do List
IsInvariant
andinv_def'
from InvariantSubset.lean (needs to be harmonized/unified with IsInvariant under Flow in mathlib)univ_is_inv
andempty_is_inv'
from InvariantSubset.leanopen Filter
: golf check + put on the file EREals. Afteropen Filter
put on the file EReal.Filter (+ directory for EREal?)Please create a separate issue for each for these if you are working on them, and link (or let us link) the issue number next to the corresponding item.
The text was updated successfully, but these errors were encountered: