Erdős problem 470
Benkoski and Erdős [BeEr74](https://mathscinet.ams.org/mathscinet/relay-station?mr=347726) proved that the set of weird numbers has positive density.
Sources
FormalConjectures/ErdosProblems/
470.lean
Retained formal statement
If there are no odd weird numbers then every weird number has abundancy index < 4.
(∀ (n : ℕ), n.Weird → ¬Odd n) → ∀ (n : ℕ), n.Weird → Erdos470.AbundancyIndex n < 4SolvedStatement only, no proof