feat(Combinatorics): designs exist - #521
Open
alreadydone wants to merge 8 commits into
Open
Conversation
alreadydone
force-pushed
the
DesignsExist
branch
from
August 13, 2026 18:17
0138bc3 to
005ca77
Compare
`Design` takes `blocks : Set (Set X)`, so designs here are simple. When
`r = q` a block of size `q` containing an `r`-set `s` must equal `s`, so
`{b ∈ blocks | s ⊆ b}.encard ≤ 1` and no design with `lam ≥ 2` exists,
while `DivisibilityCondition n q q lam` holds vacuously because every
factor is `(q - i).choose (q - i) = 1`. That makes `keevash` and
`keevash_resolvable` false at `q = r`, e.g. `q = r = 1`, `lam = 2`.
Both sources state the theorem for `q ≥ r ≥ 1` but also define a design
as a set of blocks, so they have the same corner case; it is read out
informally. Use the strict inequality, matching `keevash_sah_sawhney`
below. `keevash_large_set` is unaffected: at `q = r` its extra hypothesis
reads `lam ∣ (n - r).choose 0 = 1`.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011hxUxCg6joVz4hMa3m5Zh5
Collaborator
|
Pushed |
Main now requires `group`, `status`, `visible`, `statement_revision` and `tags` in every problem manifest (EvalTools/Markers.lean, added in 07848f4). Without them `validate-manifest` fails with "missing required key: group". Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011hxUxCg6joVz4hMa3m5Zh5
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.
No description provided.