Theorems · Theorem · order theory
ArchimedeanClass.mk_sum
∀ {M : Type u_1} [inst : AddCommGroup M] [inst_1 : LinearOrder M] [inst_2 : IsOrderedAddMonoid M] {ι : Type u_2}
[inst_3 : LinearOrder ι] {s : Finset ι} (hnonempty : s.Nonempty) {a : ι → M},
StrictMonoOn (ArchimedeanClass.mk ∘ a) ↑s →
ArchimedeanClass.mk (∑ i ∈ s, a i) = ArchimedeanClass.mk (a (s.min' hnonempty))The sum over a set of an elements in distinct classes is in the lowest class.
- Defined in
- Mathlib.Algebra.Order.Archimedean.Class
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites40
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
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- SetLike.coestatement and proof · cited by 8,199
- Finset.sumstatement and proof · cited by 5,195
- LT.lt.leproof · cited by 2,189
- le_antisymmproof · cited by 2,068
- le_reflproof · cited by 2,061
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- add_commproof · cited by 1,535
- Finset.Nonemptystatement and proof · cited by 1,001
- lt_of_lt_of_leproof · cited by 438
Cited by2
Results whose statement or proof uses this declaration.
- HahnEmbedding.ArchimedeanStrata.iSupIndep_stratumproof · cited by 1
- HahnEmbedding.Seed.baseEmbedding_posproof · cited by 1