Card triple (2,7,8) of units covers Z/15Z
ProvedShaoThreeUnits.cover_row_2_7_8additive-combinatoricsnumber-theory
Let be the unit group of , the eight residues . If the card triple is with subsets of , then any eight-element set equals and the sumset equals all of . This is the card row of Shao Lemma 2.3 (arXiv:1206.6139).
Formalization Note. The Lean statement is ShaoThreeUnits.cover_row_2_7_8.
Preamble
import Mathlib open Finset open scoped Pointwise
Formal statement
namespace ShaoThreeUnits
theorem cover_row_2_7_8 (A B C : Finset (ZMod 15))
(hA : A ⊆ ({1, 2, 4, 7, 8, 11, 13, 14} : Finset (ZMod 15)) ∧ A.card = 2)
(hB : B ⊆ ({1, 2, 4, 7, 8, 11, 13, 14} : Finset (ZMod 15)) ∧ B.card = 7)
(hC : C ⊆ ({1, 2, 4, 7, 8, 11, 13, 14} : Finset (ZMod 15)) ∧ C.card = 8) :
(A + B + C : Finset (ZMod 15)) = univ := by sorry
end ShaoThreeUnitsSource
Shao, Three units of Z/15Z, arXiv:1206.6139, Lemma 2.3, card triple (2,7,8)