Erdős problem 274
Let be a group, and let be a finite system of left cosets of subgroups of .
Sources
FormalConjectures/ErdosProblems/
274.lean
Retained formal statement
If G is a finite abelian group then there cannot exist an exact covering of G by more than one cosets of different sizes? (i.e. each element is contained in exactly one of the cosets.)
∀ {G : Type u_1} [inst : Fintype G] [inst_1 : CommGroup G], 1 < Fintype.card G → ∀ {ι : Type u_2} [inst : Fintype ι] (P : Erdos274.Group.ExactCovering G ι), 1 < Fintype.card ι → ∃ i j, i ≠ j ∧ Cardinal.mk ↥(P.parts i) = Cardinal.mk ↥(P.parts j)