Theorems · Theorem · order theory
Finset.add_sup
∀ {ι : Type u_1} {M : Type u_3} [inst : AddCommMonoid M] [inst_1 : LinearOrder M] [CanonicallyOrderedAdd M]
[inst_3 : Sub M] [AddLeftReflectLE M] [OrderedSub M] {s : Finset ι} [inst_6 : OrderBot M],
s.Nonempty → ∀ (f : ι → M) (a : M), a + s.sup f = s.sup fun i => a + f i- Defined in
- Mathlib.Algebra.Order.Group.Finset
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- LinearOrderstatement and proof · cited by 8,572
- OrderBotstatement and proof · cited by 1,055
- Finset.Nonemptystatement and proof · cited by 1,001
- Finset.supstatement and proof · cited by 530
- OrderedSubstatement and proof · cited by 236
- CanonicallyOrderedAddstatement and proof · cited by 229
- Finset.sup'proof · cited by 174
- AddLeftReflectLEstatement and proof · cited by 119
- Finset.sup'_eq_supproof · cited by 35
- Finset.add_sup''proof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- MvPolynomial.totalDegree_coeff_optionEquivLeft_add_leproof · cited by 1
- Finset.sup_add_supproof · cited by 0