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

Add definition of divergent orbits invariant set #9

Merged
merged 2 commits into from
Feb 29, 2024
Merged

Conversation

mseri
Copy link
Owner

@mseri mseri commented Feb 29, 2024

I added both the one from @marcolenci's note and the one from Katok-Hasselblatt

I added both the one from @marcolenci's note and the one from Katok-Hasselblatt

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
@mseri mseri merged commit 5ebdd5e into main Feb 29, 2024
1 check passed
@mseri mseri deleted the div-inv-set branch February 29, 2024 11:37
/- define `A := { x | sup_n ∑_{i=0}^{n} f(T^i x) = ∞}`. -/
define `A := { x | lim_n ∑_{i=0}^{n} f(T^i x) = ∞}`.
-/
def A := { x : α | Filter.Tendsto (fun n ↦ ∑ i in Finset.range n, f (T^[i] x)) Filter.atTop Filter.atTop }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct mathematically? Doesn't this require some degree of convergence towards infinity? It seems to me that,

def A := { x : α | ∀ C : ℝ, ∃ n, ∑ i in Finset.range n, f (T^[i] x) > C }

includes some extra points since f is not bounded and can be negative and positive.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is not f that we ultimately want to use, I will need to update the definition to after we define the modified observable (the one that gives a monotonically increasing sequence)

@oliver-butterley
Copy link
Collaborator

oliver-butterley commented Mar 7, 2024 via email

@mseri
Copy link
Owner Author

mseri commented Mar 7, 2024 via email

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 this pull request may close these issues.

2 participants