theorem
proved
term proof
twin_prime_onehundredninetyone_onehundredninetythree
show as:
view Lean formalization →
formal statement (Lean)
2592theorem twin_prime_onehundredninetyone_onehundredninetythree : Prime 191 ∧ Prime 193 ∧ 193 = 191 + 2 := by native_decide
proof body
Term-mode proof.
2593
2594/-- (197, 199) is a twin prime pair. -/