Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion FormalConjectures/ErdosProblems/397.lean
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ argument gives infinitely many solutions (although Bloom believes that it can).

This was formalized in Lean by Wu using Aristotle.
-/
@[category research solved, AMS 11, formal_proof using lean4 at "https://gist.github.com/llllvvuu/40d68cfa9de9f43eece07ff4fdc3b0ef"]
@[category research solved, AMS 11,
formal_proof using formal_conjectures at "https://github.com/XC0R/formal-conjectures/blob/3c356a50a21bcbf3543f960b0c92d7fb26228cb6/FormalConjectures/ErdosProblems/397.lean#L147"]
theorem erdos_397 :
answer(False) ↔
{(M, N) : Finset ℕ × Finset ℕ | Disjoint M N ∧
Expand Down
Loading