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

Minor issue in sec.10.2.1 #265

Open
ctchou opened this issue Dec 1, 2024 · 0 comments
Open

Minor issue in sec.10.2.1 #265

ctchou opened this issue Dec 1, 2024 · 0 comments

Comments

@ctchou
Copy link

ctchou commented Dec 1, 2024

In the following example, the curly braces around x seem redundant. The example works just fine without them.

example {X Y : Type*} [MetricSpace X] [MetricSpace Y] (f : X → Y) (a : X) :
ContinuousAt f a ↔ ∀ ε > 0, ∃ δ > 0, ∀ {x}, dist x a < δ → dist (f x) (f a) < ε :=
Metric.continuousAt_iff

@ctchou ctchou changed the title Minor issues in sec.10.2.1 Minor issue in sec.10.2.1 Dec 1, 2024
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

No branches or pull requests

1 participant