theorem
proved
term proof
twin_prime_twohundredthirtynine_twohundredfortyone
show as:
view Lean formalization →
formal statement (Lean)
2601theorem twin_prime_twohundredthirtynine_twohundredfortyone : Prime 239 ∧ Prime 241 ∧ 241 = 239 + 2 := by native_decide
proof body
Term-mode proof.
2602
2603/-- (269, 271) is a twin prime pair. -/