theorem
proved
term proof
twin_prime_onehundredone_onehundredthree
show as:
view Lean formalization →
formal statement (Lean)
2577theorem twin_prime_onehundredone_onehundredthree : Prime 101 ∧ Prime 103 ∧ 103 = 101 + 2 := by native_decide
proof body
Term-mode proof.
2578
2579/-- (107, 109) is a twin prime pair. -/