Theorems · Theorem · general topology
Filter.map_atTop_finsetSum_le_of_sum_eq
∀ {α : Type u_1} {β : Type u_2} {M : Type u_3} [inst : AddCommMonoid M] {f : α → M} {g : β → M},
(∀ (u : Finset β), ∃ v, ∀ (v' : Finset α), v ⊆ v' → ∃ u', u ⊆ u' ∧ ∑ x ∈ u', g x = ∑ b ∈ v', f b) →
Filter.map (fun s => ∑ b ∈ s, f b) Filter.atTop ≤ Filter.map (fun s => ∑ x ∈ s, g x) Filter.atTopLet f and g be two maps to the same commutative additive monoid. This lemma
gives a sufficient condition for comparison of the filter atTop.map (fun s ↦ ∑ b ∈ s, f b) with
atTop.map (fun s ↦ ∑ b ∈ s, g b). This is useful to compare the set of limit points of
∑ b ∈ s, f b as s → atTop with the similar set for g.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoid
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
- Filterstatement · cited by 8,121
- Set.imageproof · cited by 5,609
- Finset.sumstatement and proof · cited by 5,195
- Filter.atTopstatement · cited by 2,405
- Set.Iciproof · cited by 1,070
- Filter.mapstatement · cited by 819
- Set.image_subset_iffproof · cited by 203
- Filter.HasBasis.mapproof · cited by 51
- Filter.atTop_basisproof · cited by 42
- Filter.HasBasis.le_basis_iffproof · cited by 28
Cited by3
Results whose statement or proof uses this declaration.
- HasSum.hasSum_of_sum_eqproof · cited by 3
- Function.Injective.map_atTop_finsetSum_eqproof · cited by 1
- Filter.map_atTop_finset_sum_le_of_sum_eqproof · cited by 0