Erdős problem 275
If a finite system of congruences (the are not necessarily distinct) covers consecutive integers then it covers all integers.
No current result
No reviewed Result is current in Vela Mathematics Program. Retained source material is shown below.
Retained declaration
FormalConjectures/ErdosProblems/275.lean∀ (r : ℕ) (a : Fin r → ℤ) (n : Fin r → ℕ), (∃ k, ∀ x ∈ Set.Ico k (k + 2 ^ r), ∃ i, x ≡ a i [ZMOD ↑(n i)]) → ∀ (x : ℤ), ∃ i, x ≡ a i [ZMOD ↑(n i)]Proof manifests naming this Problem
- Jayyhk Erdős Lean
jayyhk:erdos:275 - PLBY Lean proofs
ErdosProblems.Erdos275
Reported activity
Work these sources record against this Problem. Source-reported attribution, not reviewed here.
Formalization
- Machine