Zulip Chat Archive

Stream: new members

Topic: Where to find a proof about sequential con in mathlib ?


Kyle Yank (Feb 28 2024 at 14:56):

image.png

Kyle Yank (Feb 28 2024 at 14:57):

I want to find the proof of sequential continuity in mathlib. Where should I go?

Kyle Yank (Feb 28 2024 at 14:58):

Since I haven't found it in the book MIL.

Kyle Yank (Feb 28 2024 at 15:16):

I want to learn some basic tactics in analysis so that I can write a proof about this theorem in VScode.

Riccardo Brasca (Feb 28 2024 at 15:57):

The theorem that a function is continuous if and only if it is sequentially continuous (under the appropriate assumptions) is docs#continuous_iff_seqContinuous. Note that the code in your picture is Lean3 code, that is now deprecated.

Patrick Massot (Feb 28 2024 at 16:21):

The Lean 4 version of this code can be found at https://github.com/PatrickMassot/verbose-lean4

Kyle Yank (Feb 29 2024 at 06:49):

Thanks a lot.

Kyle Yank (Feb 29 2024 at 06:49):

Thank you. I'll check it right now.


Last updated: May 02 2025 at 03:31 UTC