Theorems · Theorem · sequences and series
rel_sup_add
∀ {M : Type u_1} [inst : AddCommMonoid M] [inst_1 : TopologicalSpace M] {α : Type u_3} [inst_2 : CompleteLattice α]
(m : α → M),
m ⊥ = 0 →
∀ (R : M → M → Prop),
(∀ (s : ℕ → α), R (m (⨆ i, s i)) (∑' (i : ℕ), m (s i))) → ∀ (s₁ s₂ : α), R (m (s₁ ⊔ s₂)) (m s₁ + m s₂)If a function is countably sub-additive then it is binary sub-additive
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- TopologicalSpacestatement and proof · cited by 24,529
- AddCommMonoidstatement and proof · cited by 12,281
- Bot.botstatement and proof · cited by 4,720
- iSupstatement and proof · cited by 2,415
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- tsumstatement and proof · cited by 1,148
- CompleteLatticestatement and proof · cited by 1,048
- tsum_fintypeproof · cited by 38
- iSup_bool_eqproof · cited by 12
- Fintype.sum_boolproof · cited by 5
- rel_iSup_tsumproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.