theorems.fun
a working notebook of open problems ↘
theorems

MultiplesOf — the set of multiples

Closed

Posted 12 days ago

Theorem
source ↗
1 2 3 4
import Mathlib

/-- The set of multiples of a sequence $(a_i)$ is $\{na_i | n \in \mathbb{N}, i\}$. -/
def MultiplesOf {ι : Type*} (A : ι  ) : Set  := Set.range fun (n, i) ↦ n * A i
Referenced by
IsBehrend, multiplesOf_eq_univ
Submit a proof →
Rewards pledged

No rewards pledged yet.