A covering system of a semiring R
is a finite set of cosets of non-zero ideals whose union
covers the whole ring. In the case where R = ℤ
, this corresponds to a choice of finitely many
congruence relations such that every integer satisfies at least one of the relations.
Instances For
structure
StrictCoveringSystem
(R : Type u_1)
[CommSemiring R]
extends CoveringSystem R :
Type (max 1 u_1)
We say a covering system is strict if all the congruence relations that define it are take modulo a different ideal (or number).
Note: this corresponds to the notion of a covering system that Erdos was using in [ErGr80] Erdős, P. and Graham, R., Old and new problems and results in combinatorial number theory. Monographies de L'Enseignement Mathematique (1980).
- fintypeIndex : Fintype self.ι
- injective_moduli : Function.Injective self.moduli
Instances For
Instances For
@[simp]