Theorems · Theorem · sequences and series
hasSum_le_inj
∀ {ι : Type u_1} {κ : Type u_2} {α : Type u_3} [inst : AddCommMonoid α] [inst_1 : Preorder α] [IsOrderedAddMonoid α]
[inst_3 : TopologicalSpace α] [OrderClosedTopology α] {f : ι → α} {a₁ a₂ : α} {g : κ → α} (e : ι → κ),
Function.Injective e → (∀ c ∉ Set.range e, 0 ≤ g c) → (∀ (i : ι), f i ≤ g (e i)) → HasSum f a₁ → HasSum g a₂ → a₁ ≤ a₂- Cited by
- 1 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- AddCommMonoidstatement and proof · cited by 12,281
- Preorderstatement and proof · cited by 7,952
- Set.rangestatement and proof · cited by 4,705
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- HasSumstatement and proof · cited by 518
- OrderClosedTopologystatement and proof · cited by 445
- emproof · cited by 115
- Function.Injective.extend_applyproof · cited by 57
- Function.extend_apply'proof · cited by 30
Cited by1
Results whose statement or proof uses this declaration.
- Summable.tsum_le_tsum_of_injproof · cited by 5