Documentation

FormalConjectures.ForMathlib.NumberTheory.AdditivelyComplete

def subsetSums {M : Type u_1} [AddCommMonoid M] (A : Set M) :
Set M

The set of subset sums of a set A ⊆ M.

Equations
Instances For
    def IsAddComplete {M : Type u_1} [AddCommMonoid M] [Preorder M] (A : Set M) :

    A set A ⊆ M is complete if every sufficiently large element of M is a subset sum of A.

    Equations
    Instances For