Mathlib Map

Theorems · Theorem · sequences and series

hasSum_le

∀ {ι : Type u_1} {α : Type u_3} {L : SummationFilter ι} [inst : AddCommMonoid α] [inst_1 : Preorder α]
  [IsOrderedAddMonoid α] [inst_3 : TopologicalSpace α] [OrderClosedTopology α] {f g : ι → α} {a₁ a₂ : α},
  (∀ (i : ι), f i ≤ g i) → HasSum f a₁ L → HasSum g a₂ L → ∀ [L.NeBot], a₁ ≤ a₂
Defined in
Mathlib.Topology.Algebra.InfiniteSum.Order
Cited by
11 results in Mathlib
Foundations
Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoidPreorderIsOrderedAddMonoidTopologicalSpaceOrderClosedTopologySummationFilter.NeBot

Around this declaration

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

Cites11

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

Cited by11

Results whose statement or proof uses this declaration.