theorem
proved
term proof
twin_prime_onehundredninetyseven_onehundredninetynine
show as:
view Lean formalization →
formal statement (Lean)
2595theorem twin_prime_onehundredninetyseven_onehundredninetynine : Prime 197 ∧ Prime 199 ∧ 199 = 197 + 2 := by native_decide
proof body
Term-mode proof.
2596
2597/-- (227, 229) is a twin prime pair. -/