[Merged by Bors] - feat(Counterexamples): disproof of the Aharoni–Korman conjecture#20082
Conversation
|
messageFile.md |
|
Is this ready for review? I guess not, as there is a section marked "to_move", and it's way over the usual length limit for a single PR; but it's appearing in the review queue. If my guess is correct, could you please mark it as WIP? |
These lemmas were present for `Function.Injective` and `Function.Surjective`, but not for their partial versions. Useful from the disproof of the Aharoni–Korman conjecture, #20082.
… IsPWO for WellFoundedLT types (#20752) A useful lemma from the disproof of the Aharoni–Korman conjecture, #20082. While these are easy to inline, they are hard to discover for an end user, since `WellFoundedLT` is never mentioned in this file. As such, this change improves discoverability, especially with `exact?`.
…ardinality lemmas (#20753) These lemmas are useful for dot notation, and help the interface between Set predicates and Finset cardinality. In this PR we: - Add two new lemmas for non-dependent functions, spelled with Set predicates - Use them to golf the dependent versions and improve readability Useful from the disproof of the Aharoni–Korman conjecture, #20082.
Add a series of lemmas for chains in a preorder. Each of these are true in a linear order, but remain true under the weaker assumption that both elements are in a chain. Used in the disproof of the Aharoni–Korman conjecture, #20082.
PR summary 94861e850cImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
Add a series of lemmas for chains in a preorder. Each of these are true in a linear order, but remain true under the weaker assumption that both elements are in a chain. Used in the disproof of the Aharoni–Korman conjecture, #20082.
c766de0 to
12eaf0a
Compare
|
|
Co-authored-by: Riccardo Brasca <riccardo.brasca@gmail.com>
|
@b-mehta can you add the reference to bors d+ |
|
✌️ b-mehta can now approve this pull request. To approve and merge a pull request, simply reply with |
|
@b-mehta I think you forgot this :) (and we want it in mathlib!). Thanks! |
|
I did forget, thank you for the reminder! |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
Thank you all for the helpful reviews! bors merge |
) Disprove the Aharoni–Korman conjecture by constructing and verifying Hollom's counterexample. Additionally show this counterexample is countable and scattered. Zulip thread: https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/Aharoni.E2.80.93Korman.20conjecture.20formally.20disproved Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
|
Build failed (retrying...): |
) Disprove the Aharoni–Korman conjecture by constructing and verifying Hollom's counterexample. Additionally show this counterexample is countable and scattered. Zulip thread: https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/Aharoni.E2.80.93Korman.20conjecture.20formally.20disproved Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
|
Build failed: |
Co-authored-by: damiano <adomani@gmail.com>
|
bors merge |
) Disprove the Aharoni–Korman conjecture by constructing and verifying Hollom's counterexample. Additionally show this counterexample is countable and scattered. Zulip thread: https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/Aharoni.E2.80.93Korman.20conjecture.20formally.20disproved Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: Jeremy Tan Jie Rui <reddeloostw@gmail.com>
|
Pull request successfully merged into master. Build succeeded: |
) Disprove the Aharoni–Korman conjecture by constructing and verifying Hollom's counterexample. Additionally show this counterexample is countable and scattered. Zulip thread: https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/Aharoni.E2.80.93Korman.20conjecture.20formally.20disproved Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: Jeremy Tan Jie Rui <reddeloostw@gmail.com>
…nprover-community#20082) Disprove the Aharoni–Korman conjecture by constructing and verifying Hollom's counterexample. Additionally show this counterexample is countable and scattered. Zulip thread: https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/Aharoni.E2.80.93Korman.20conjecture.20formally.20disproved Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: Jeremy Tan Jie Rui <reddeloostw@gmail.com>
Disprove the Aharoni–Korman conjecture by constructing and verifying Hollom's counterexample. Additionally show this counterexample is countable and scattered.
Zulip thread: https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/Aharoni.E2.80.93Korman.20conjecture.20formally.20disproved
InjOnandSurjOnversions of finset cardinality lemmas #20753