theorem
proved
term proof
box_phase_hit_gives_repr
show as:
view Lean formalization →
formal statement (Lean)
67theorem box_phase_hit_gives_repr {n c : ℕ}
68 (h : HitsBalancedPhase n c) :
69 ErdosStrausRCL.HasRationalErdosStrausRepr (n : ℚ) :=
proof body
Term-mode proof.
70 balanced_pair_phase_support_gives_repr (box_phase_hit_gives_balanced_pair h)
71
72end ErdosStrausBoxPhase
73end NumberTheory
74end IndisputableMonolith