You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proves all 65 known idoneal numbers are idoneal. IsIdoneal's unbounded
∃ a b c is reduced to a bounded decidable double-search (helper
exists_triple_iff_bounded: for fixed a,b ≤ n the constraint pins
c = (n - a*b)/(a+b)), then fin_cases over the 65 numbers + native_decide.
native_decide is required (plain decide hits maxRecDepth on the bounded
search), so axioms include Lean.ofReduceBool alongside
[propext, Classical.choice, Quot.sound]; no sorryAx.
Drafted with AI assistance and machine-checked by the Lean kernel.
0 commit comments