-
Notifications
You must be signed in to change notification settings - Fork 49
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
COMBINATORIAL: Refute 1076 -> 47, 99, 151, 203, 255, 411, 614, 817, 1223, 1426, 1629, 1832, 2035, 2238, 2441, 2644, 2847, 3050, 3253, 3456, 3659, 3862, 4065, 4380 #506
Comments
claim |
disclaim |
I failed. Here are some of my unsuccessful attempts:
Discussions about the first attempted method: |
claim So far I managed to do this:
|
I cannot find:
Do you have a branch I could checkout? |
It's a copy of the ones in Mathlib that I changed so that functions are computable because it uses DecidableEq instead of classical (which I think is not actually necessary, but I didn't really like having noncomputable everywhere). Another perhaps better alternative could be to equip HashMaps with a group structure. I mode more progress, maybe today or tomorrow I'll finish it. EDIT: I changed to code to use DFinsupp, which is a far better solution |
By the way, if this task is completed, it is likely that the same code can be modified to obtain 39 further anti-implications (80 net anti-implications after duality). Here is the graph of all the conjectural anti-implications stemming from 1076. 3 is the easiest to refute, but the others should be doable also (ones should focus on the conclusions at the top of the Hasse diagram for maximum efficiency). EDIT: See https://leanprover.zulipchat.com/user_uploads/3121/BhQY4EgOsd2sQ7uWCWJwDR5d/Equation1076.pdf for more details. |
disclaim I have formalized everything except the case 1 check and constructing the final function based on extensions, but don't have time to finish. I posted my current progress in #577 |
See https://leanprover.zulipchat.com/user_uploads/3121/HjHtBqq50xdgzG5RP6zmLBgh/Equation1076-corrected.pdf for a proof. The tasks are to
Eqns1000_1999.lean
toEquations.lean
(leaving a commented out version in the former file);ManuallyProved
folder;ManuallyProved.lean
.equational_theories.lean
file so that it is compiled by CI; and\lean
and\leanok
tags to the blueprint version of the proof.The text was updated successfully, but these errors were encountered: