Theorems · Theorem · order theory
Finset.apply_union_le_sum
∀ {ι : Type u_1} {α : Type u_2} {β : Type u_3} [inst : AddCommMonoid β] [inst_1 : Preorder β] [AddLeftMono β]
{f : Set α → β},
f ∅ = 0 →
(∀ {s t : Set α}, f (s ∪ t) ≤ f s + f t) → ∀ {s : ι → Set α} (t : Finset ι), f (⋃ i ∈ t, s i) ≤ ∑ i ∈ t, f (s i)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Preorderstatement and proof · cited by 7,952
- Finset.sumstatement · cited by 5,195
- Set.iUnionstatement · cited by 2,483
- AddLeftMonostatement and proof · cited by 687
- Finset.sup_set_eq_biUnionproof · cited by 15
- Finset.apply_sup_le_sumproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Finset.set_encard_biUnion_leproof · cited by 2
- Finset.set_ncard_biUnion_leproof · cited by 2