Big operators on a finset in ordered groups #
This file contains the results concerning the interaction of multiset big operators with ordered groups/monoids.
Let {x | p x}
be an additive subsemigroup of an additive commutative monoid M
. Let
f : M → N
be a map subadditive on {x | p x}
, i.e., p x → p y → f (x + y) ≤ f x + f y
. Let
g i
, i ∈ s
, be a nonempty finite family of elements of M
such that ∀ i ∈ s, p (g i)
. Then
f (∑ i ∈ s, g i) ≤ ∑ i ∈ s, f (g i)
.
Let {x | p x}
be a subsemigroup of a commutative monoid M
. Let f : M → N
be a map
submultiplicative on {x | p x}
, i.e., p x → p y → f (x * y) ≤ f x * f y
. Let g i
, i ∈ s
, be
a nonempty finite family of elements of M
such that ∀ i ∈ s, p (g i)
. Then
f (∏ x ∈ s, g x) ≤ ∏ x ∈ s, f (g x)
.
If f : M → N
is a subadditive function, f (x + y) ≤ f x + f y
and g i
, i ∈ s
, is a
nonempty finite family of elements of M
, then f (∑ i ∈ s, g i) ≤ ∑ i ∈ s, f (g i)
.
If f : M → N
is a submultiplicative function, f (x * y) ≤ f x * f y
and g i
, i ∈ s
, is a
nonempty finite family of elements of M
, then f (∏ i ∈ s, g i) ≤ ∏ i ∈ s, f (g i)
.
Let {x | p x}
be a subsemigroup of a commutative additive monoid M
. Let f : M → N
be a map
such that f 0 = 0
and f
is subadditive on {x | p x}
, i.e. p x → p y → f (x + y) ≤ f x + f y
.
Let g i
, i ∈ s
, be a finite family of elements of M
such that ∀ i ∈ s, p (g i)
. Then
f (∑ x ∈ s, g x) ≤ ∑ x ∈ s, f (g x)
.
Let {x | p x}
be a subsemigroup of a commutative monoid M
. Let f : M → N
be a map
such that f 1 = 1
and f
is submultiplicative on {x | p x}
, i.e.,
p x → p y → f (x * y) ≤ f x * f y
. Let g i
, i ∈ s
, be a finite family of elements of M
such
that ∀ i ∈ s, p (g i)
. Then f (∏ i ∈ s, g i) ≤ ∏ i ∈ s, f (g i)
.
If f : M → N
is a subadditive function, f (x + y) ≤ f x + f y
, f 0 = 0
, and g i
,
i ∈ s
, is a finite family of elements of M
, then f (∑ i ∈ s, g i) ≤ ∑ i ∈ s, f (g i)
.
If f : M → N
is a submultiplicative function, f (x * y) ≤ f x * f y
, f 1 = 1
, and g i
,
i ∈ s
, is a finite family of elements of M
, then f (∏ i ∈ s, g i) ≤ ∏ i ∈ s, f (g i)
.
In an ordered additive commutative monoid, if each summand f i
of one finite sum is less than
or equal to the corresponding summand g i
of another finite sum, then
∑ i ∈ s, f i ≤ ∑ i ∈ s, g i
.
In an ordered commutative monoid, if each factor f i
of one finite product is less than or
equal to the corresponding factor g i
of another finite product, then
∏ i ∈ s, f i ≤ ∏ i ∈ s, g i
.
If every element belongs to at most n
Finsets, then the sum of their sizes is at most n
times how many they are.
If every element belongs to at most n
Finsets, then the sum of their sizes is at most n
times how many they are.
If every element belongs to at least n
Finsets, then the sum of their sizes is at least n
times how many they are.
If every element belongs to at least n
Finsets, then the sum of their sizes is at least n
times how many they are.
If every element belongs to exactly n
Finsets, then the sum of their sizes is n
times how
many they are.
If every element belongs to exactly n
Finsets, then the sum of their sizes is n
times how
many they are.
In a canonically-ordered additive monoid, a sum bounds each of its terms.
See also Finset.single_le_sum
.
In a canonically-ordered monoid, a product bounds each of its terms.
See also Finset.single_le_prod'
.
In an ordered additive commutative monoid, if each summand f i
of one nontrivial finite sum is
strictly less than the corresponding summand g i
of another nontrivial finite sum, then
s.sum f < s.sum g
.
In an ordered commutative monoid, if each factor f i
of one nontrivial finite product is
strictly less than the corresponding factor g i
of another nontrivial finite product, then
s.prod f < s.prod g
.