Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Erdos–Straus Modular Witnesses

Abstract

Five modular families have explicit positive Erdos–Straus witnesses.

Theorem 1.1 (Five congruence families admit explicit reciprocal decompositions).

Proof. Machine-checked in Lean as D5/S3/Arith/Congruence/ErdosStrausModularWitnesses.erdos_straus_modular_witnesses (✓ std3). ∎

Source. Repository-derived.

Commentary.

Write a positive even integer as 2q and a positive multiple of three as 3q. Their displayed denominator triples are positive and solve four over n as a sum of three unit fractions.

For arbitrary k, the constructions also solve the classes 3k+2, 4k+3, and 8k+5. Positivity is part of the witness predicate, so none of the rational divisions uses a zero denominator.

The three final clauses verify the concrete triples (1,2,2), (2,5,10), and (2,28,28) for n equal to 2, 5, and 7.

References

  • Truth anchor: D5/S3/Arith/Congruence/ErdosStrausModularWitnesses.erdos_straus_modular_witnesses