Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion FormalConjectures/ErdosProblems/274.lean
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ structure Group.ExactCovering (G : Type*) [Group G] (ι : Type*) [Fintype ι] wh
covers : ⋃ i, reps i • (parts i : Set G) = Set.univ

/--
If `G` is a group then can there exist an exact covering of `G` by more than one cosets of
Does there exist a group `G` with an exact covering by more than one cosets of
different sizes? (i.e. each element is contained in exactly one of the cosets.)
-/
Expand Down
Loading