Open
Conversation
Remark 9.3.11 asked whether the AdherentPt hypothesis could be removed from Proposition 9.3.9 and subsequent theorems. Formalization confirms it can. This removes AdherentPt from 17 theorem statements (keeping it only in Convergesto.uniq where it is genuinely needed). Other statement fixes: - Example 9.3.2 constants: 5 → 5.1, 0.41 → 0.42 (needed for strict <) - sq, linear, quadratic: fix argument order (limit before point) - const, id, sq, linear, quadratic: implicit → explicit args - const body: fun x ↦ c → fun _ ↦ c Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…At.comp typo Follow-up to the AdherentPt removal: once `AdherentPt.of_mem h` is no longer called in the bodies of `ContinuousWithinAt.add/.sub/.max/.min/ .mul'/.div'`, the `(h : x₀ ∈ X)` hypothesis is unused. Drop it. Same cleanup for `Filter.Tendsto.comp_of_continuous` and for `ContinuousWithinAt.tfae` (also makes `x₀` explicit there, since there is no longer a hypothesis to infer it from). Drop the stale "It is possible that the hypothesis x₀ ∈ X is unnecessary" comment. `ContinuousWithinAt.comp` had `(hx₀: x ∈ X)` where `x` was an auto-bound implicit (not `x₀`), so the hypothesis was a latent typo. Remove it and make `x₀` explicit. Update cascaded call sites in 9.5, 9.6, 9.7, 9.9, 10.4, 11.9. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
follow-up to #484, showing as a stacked commit on top of the previous one (will rebase once the other one lands).