Commit ddf9296
authored
Updated Dickson's conjecture references and wording (#3655)
## Summary
Refresh the references and wording in the existing Dickson's conjecture
formalization.
## Context
Issue #3627 asks for a formalization of Dickson's conjecture, but the
conjecture is already present in the repository as
`Dickson.dickson_conjecture` in
`FormalConjectures/Wikipedia/Dickson.lean`.
This PR does not add a new theorem. Instead, it makes a small cleanup to
the existing file by:
- adding source links that match the issue references
- fixing a docstring wording typo
## Existing implementation
The conjecture is already formalized here:
- `FormalConjectures/Wikipedia/Dickson.lean`
- theorem: `Dickson.dickson_conjecture`
The existing theorem predates the issue:
- core theorem lines trace back to commit `bf6aef2` from 2025-06-23
- issue #3627 was opened on 2026-03-24
## Changed file
- `FormalConjectures/Wikipedia/Dickson.lean`
## What changed
- added PrimePages, OEIS Wiki, MathWorld, and Dickson book references
- corrected the docstring text from `a finite set of in linear integer
forms` to `a finite set of linear integer forms`
## Review notes
This PR is intentionally small. Its main value is to make the existing
implementation easier to match against issue #3627, which appears to
already be solved by the current repository state.
Closes #36271 parent ba88589 commit ddf9296
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
32 | | - | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
0 commit comments