lean_workbook_plus_71428
ProvedA certain positive integer is congruent to , congruent to , and congruent to . Show that the number is congruent to .
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem lean_workbook_plus_71428 (n : ℕ) (h₁ : n ≡ 4 [ZMOD 9]) (h₂ : n ≡ 1 [ZMOD 5]) (h₃ : n ≡ 5 [ZMOD 8]) : n ≡ 1 [ZMOD 3] := by sorry
Source