Commit 0640ee1
feat(OEIS/80170): mark conjecture as solved (#4253)
Closes #4252
This PR marks `OeisA80170.gcdCondition_iff_primePowerCondition` (a
member of
FC100OpenSet1) as `research solved`, with a `formal_proof` attribute
linking to
a complete Lean 4 proof:
https://github.com/guodk/formal-conjectures/blob/0720658844d76a50d48e4baa152eef14d4462907/FormalConjectures/OEIS/80170.lean#L1823
**About the proof**
- ~1800 lines, no `sorry`; the proved statement is verbatim the one in
this repo.
- Builds inside this repository (Lean v4.27.0, `lake build` green,
linters clean).
- Axiom audit: depends only on `propext`, `Classical.choice`,
`Quot.sound`.
- Mathematical route: Newton forward-difference interpolation, the Lucas
and
Kummer theorems, a digit-box stabilizer theorem, a zero-run lemma, and a
primary criterion for the binomial GCD `D(k)`.
**Changes**
- `FormalConjectures/OEIS/80170.lean`: `research open` → `research
solved`,
added `formal_proof` attribute (proof body stays `sorry` per the 25–50
line
policy in CONTRIBUTING.md).
- `FormalConjectures/Subsets/FC100OpenSet1.lean`: category counts 96/4 →
95/5.
**Provenance / AI disclosure:** the proof was found by the informal and
formal
theorem-proving agents developed by the Key Laboratory of Mathematics
Mechanization (KLMM), Chinese Academy of Sciences — the informal agent
produced
the mathematical proof and the formal agent carried out the Lean 4
formalization. The result is fully verified by the Lean compiler.
---------
Co-authored-by: Moritz Firsching <firsching@google.com>1 parent c4b3807 commit 0640ee1
2 files changed
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
61 | 69 | | |
62 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
63 | 73 | | |
64 | 74 | | |
65 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | | - | |
| 224 | + | |
| 225 | + | |
226 | 226 | | |
0 commit comments