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 subseqSums {M : Type u_1} [AddCommMonoid M] (A : M) :
    Set M

    The set of subset sums of a sequence ℕ → M.

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

      The set of subset sums of a sequence ℕ → M, where repetition is allowed.

      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
          def IsAddCompleteNatSeq {M : Type u_1} [AddCommMonoid M] [Preorder M] (A : M) :

          A sequence A is complete if every sufficiently large element of M is a sum of distinct terms of A.

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

            A sequence A is complete if every sufficiently large element of M is a sum of (not necessarily distinct) terms of A.

            Equations
            Instances For