theorem
proved
term proof
mod4_three_prime
show as:
view Lean formalization →
formal statement (Lean)
1598theorem mod4_three_prime : Prime 3 ∧ 3 % 4 = 3 := by native_decide
proof body
Term-mode proof.
1599
1600/-- 7 ≡ 3 (mod 4). -/