Mathlib Map

Theorems · Theorem · order theory

Finset.sum_eq_sum_iff_of_le

∀ {ι : Type u_9} {M : Type u_10} [inst : AddCommMonoid M] [inst_1 : PartialOrder M] [IsOrderedCancelAddMonoid M]
  {s : Finset ι} {f g : ι → M}, (∀ i ∈ s, f i ≤ g i) → (∑ i ∈ s, f i = ∑ i ∈ s, g i ↔ ∀ i ∈ s, f i = g i)
Defined in
Mathlib.Algebra.Order.BigOperators.Group.Finset
Cited by
2 results in Mathlib
Foundations
Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoidPartialOrderIsOrderedCancelAddMonoid

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.