fix: three false statements (Egorov domain, 10.4.1/9.3.21 Nat div, Lusin caution)#601
Open
Chessing234 wants to merge 7 commits into
Open
fix: three false statements (Egorov domain, 10.4.1/9.3.21 Nat div, Lusin caution)#601Chessing234 wants to merge 7 commits into
Chessing234 wants to merge 7 commits into
Conversation
With n : ℕ, (1/n:ℝ) is Nat.div (0 for n ≥ 2), so x^(1/n) collapses to the constant 1 and the stated derivative is false. Co-authored-by: Cursor <cursoragent@cursor.com>
The finite-measure refinement should converge on S outside the small exceptional set, not on the complement Sᶜ ∪ E. Co-authored-by: Cursor <cursoragent@cursor.com>
(1/n:ℝ) for n : ℕ is Nat.div, so the sequence is eventually f(0) instead of f(1/n) along positive rationals. Co-authored-by: Cursor <cursoragent@cursor.com>
ContinuousOn (1_ℚ) (ℝ \ ℚ) holds, so the old claim is false; the intended caution is that ambient ContinuousAt can fail on Eᶜ. Co-authored-by: Cursor <cursoragent@cursor.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.
Summary
S ∩ Eᶜ, notSᶜ ∪ E.1/(n:ℝ)so the exponent/argument is real division, notNat.div.ContinuousAtonEᶜ(ContinuousOnholds for1_ℚ).Feature branches merged here:
fix/egorov-finite-measure-domain,fix/nat-div-real-exponents,fix/lusin-caution-continuous-at.Test plan
lake build Analysis.MeasureTheory.Section_1_3_5 Analysis.Section_10_4 Analysis.Section_9_3