theorem
proved
term proof
twin_prime_three_five
show as:
view Lean formalization →
formal statement (Lean)
1168theorem twin_prime_three_five : Prime 3 ∧ Prime 5 ∧ 5 = 3 + 2 := by native_decide
proof body
Term-mode proof.
1169
1170/-- 5 and 7 are twin primes. -/