Disprove literal moving-sofa uniqueness statement - #264
Draft
DomTheDeveloper wants to merge 10 commits into
Draft
Conversation
|
👋 This is an automated welcome message. 🤖 A few friendly reminders while the review gets started:
Thanks again for helping improve Formal Conjectures. |
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.
Result
The literal declaration
is false. Lebesgue volume is unchanged by inserting or deleting a singleton, so no exact set can be characterized among all sets solely by its volume.
The branch proves the stronger generic theorem:
volume_does_not_characterize_exact_set (c : ℝ≥0∞) (g : Set ℝ²) : ¬ (∀ s : Set ℝ², c = volume s ↔ s = g)and specializes it to
sofaConstantandgerversSofa.Verification
Focused audit run
30206088582passed:sorry,admit,native_decide, custom axiom, unsafe declaration, or compiler-trust escape in the new source;propext,Classical.choice, andQuot.sound;Existing catalog limitation
The exact wrapper inherits
sorryAxfrom the pre-existing definition ofgerversSofa, because that object is built using the catalog theoremABφθSpec.existsUnique, whose body is stillsorry. The counterexample proof itself is hole-free and the generic theorem is axiom-clean, but the exact wrapper cannot pass a no-sorryAxtransitive audit until that underlying definition is completed or refactored.Qualification
This does not refute a corrected geometric uniqueness theorem. Such a theorem must restrict
sto valid moving sofas and likely use equality modulo null sets or impose regularity assumptions.