lean_workbook_plus_34482
ProvedFind all positive integers such that is congruent to or modulo .
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem lean_workbook_plus_34482 (n : ℕ) (hn: n > 0) : (n ≡ 2 [ZMOD 4]) ∨ (n ≡ 3 [ZMOD 4]) ↔ (n % 4 = 2 ∨ n % 4 = 3) := by sorry
Source