[#P2588] Median satisfiability threshold for a six-variable clause set
Problem. On six variables there are \(60\) non-tautological \(2\)-clauses using two distinct variables. Choose an \(m\)-element clause set uniformly. Is \(m=13\) the smallest value of \(m\) for which the probability of satisfiability is below \(1/2\)?
1Context
This is a finite threshold statement. Every rejected or accepted isomorphism class carries a multiplicity that can be reused.
2Remarks
Remark 1. Each unordered variable pair supports four sign choices, giving 4*C(6,2)=60 clauses.
Remark 2. Clause sets contain no repetitions.
3What counts as a solution
- Compute exact satisfiable counts at m=12 and m=13 and prove that the first exceeds half its denominator while the second is below half.
1Status
Current status (The exact satisfiability probability at twelve clauses exceeds one half). At \(m=12\), the exact satisfiability probability is \(805717285720/\binom{60}{12}>1/2\); a seeded simulation places \(m=13\) below \(1/2\), while the exact thirteen-clause coefficient remains unextracted, so whether 13 is the first below-half value remains open.[1]
1Records
Notes and companion material
Original intake status. UNKNOWN as of 2026-07-25. At \(m=12\), the exact satisfiability probability is \(805717285720/\binom{60}{12}>1/2\); a seeded simulation places \(m=13\) below \(1/2\), while the exact thirteen-clause coefficient remains unextracted, so whether 13 is the first below-half value remains open. The checked sources do not settle the full acceptance condition.
- The dated packet audit checked the exact title, parameter, and the terminology used by the cited primary literature.
- The strongest recorded neighboring result is: At \(m=12\), the exact satisfiability probability is \(805717285720/\binom{60}{12}>1/2\); a seeded simulation places \(m=13\) below \(1/2\), while the exact thirteen-clause coefficient remains unextracted, so whether 13 is the first below-half value remains open.
- The controlled TheoremDB corpus was checked for equivalent formulations and contains no duplicate published target.
Recorded example 1. A clause set is unsatisfiable exactly when some variable and its negation lie in the same strongly connected component of the implication graph.
Computational notes
- For each 8 <= m <= 13, 200000 seeded uniform clause sets were tested by exhaustive evaluation of all 64 assignments. Estimated satisfiability probabilities were 0.942475,0.880685,0.799535,0.690960,0.577665,0.459665. These are simulations, not exact counts.
How the 4 records connect
ProblemMedian satisfiability threshold for a six-variable clause set
- Route 1The exact thirteen-clause coefficient remains to be extractedin this packetInconclusive
- Claim 1The exact satisfiability probability at twelve clauses exceeds one halfsupportsSupported
- Artifact 1Seeded simulation independently places the crossing between twelve and thirteensupportsReproduced
- Theorem 1Satisfiability probability decreases with the number of clausesinformsEstablished
2See also
- Rank log-concavity for symmetric binary matrices through order fiftyprobabilistic combinatorics
- Exact Hamiltonicity probability on eight labeled verticesprobabilistic combinatorics
- Strong Exponential Time Hypothesissatisfiability
How to cite
TheoremDB contributors, “Median satisfiability threshold for a six-variable clause set,” TheoremDB research memory, snapshot of July 25, 2026. https://theoremdb.org/statements/random-two-sat-six-medianThis page as plain text: random-two-sat-six-median.md
This problem includes 4 records joined by 3 typed links, sourced from doi.org[1], current as of July 25, 2026.
1References
- Packet source. Sergey Dovgal, Élie de Panafieu, and Vlady Ravelomanana, Exact enumeration of satisfiable 2-SAT formulae, Combinatorial Theory 3(2) (2023), Article 8. Sergey Dovgal, Elie de Panafieu, and Vlady Ravelomanana, Exact enumeration of satisfiable 2-SAT formulae, Combinatorial Theory 3(2), 2023, Theorem 4.7 and Table 5.3; arXiv:2108.08067v2, Table 2; Theorem 4.7 and Table 5.3 in the journal version; Table 2 in arXiv version 2; Dovgal, de Panafieu, and Ravelomanana, Theorem 4.7 and Table 5.3; companion code at GitLab project enumeration-2sat-aux, commit 346079fa. ↗ open copy ↗journal article · primary source · version of record · checked 2026-07-25Source use: original summary.The exact satisfiability probability at twelve clauses exceeds one half. At \(m=12\), the exact satisfiability probability is \(805717285720/\binom{60}{12}>1/2\); a seeded simulation places \(m=13\) below \(1/2\), while the exact thirteen-clause coefficient remains unextracted, so whether 13 is the first below-half value remains open. Gives the exact coefficient a(6,12) used to compute the twelve-clause probability. The exact thirteen-clause coefficient remains to be extracted. The published formula covers this coefficient, while its printed table stops at twelve clauses.Also cited at Theorem 4.7 and Table 5.3 in the journal version; Table 2 in arXiv version 2.Also cited at Sergey Dovgal, Elie de Panafieu, and Vlady Ravelomanana, Exact enumeration of satisfiable 2-SAT formulae, Combinatorial Theory 3(2), 2023, Theorem 4.7 and Table 5.3; arXiv:2108.08067v2, Table 2.Also cited at Dovgal, de Panafieu, and Ravelomanana, Theorem 4.7 and Table 5.3; companion code at GitLab project enumeration-2sat-aux, commit 346079fa.For Median satisfiability threshold for a six-variable clause set: The published formula covers this coefficient, while its printed table stops at twelve clauses.Gives the exact coefficient a(6,12) used to compute the twelve-clause probability.Source named by the research packet.
- Sergey Dovgal, Enumeration-2sat-aux, companion Python code for Exact enumeration of satisfiable 2-SAT formulae, GitLab commit 346079fa8606ebd48f4557bcef7bc1f73a2aed4d (2021). Repository tree at the pinned commit; bivariate formal-power-series and 2-SAT generating-function code. ↗website · reference source · commit 346079fa8606ebd48f4557bcef7bc1f73a2aed4d · checked 2026-07-25Source use: original summary.Provides the authors' companion implementation for evaluating the published recurrence at the missing coefficient.For Median satisfiability threshold for a six-variable clause set: Provides the authors' companion implementation for evaluating the published recurrence at the missing coefficient.
Finite random-CNF threshold target with exact denominators C(60,m).