Theorems · Theorem · sequences and series
rel_iSup_tprod
∀ {M : Type u_1} [inst : CommMonoid M] [inst_1 : TopologicalSpace M] {α : Type u_3} {β : Type u_4} [Countable β]
[inst_3 : CompleteLattice α] (m : α → M),
m ⊥ = 1 →
∀ (R : M → M → Prop),
(∀ (s : ℕ → α), R (m (⨆ i, s i)) (∏' (i : ℕ), m (s i))) → ∀ (s : β → α), R (m (⨆ b, s b)) (∏' (b : β), m (s b))If a function is countably sub-multiplicative then it is sub-multiplicative on countable types
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- Bot.botstatement and proof · cited by 4,720
- iSupstatement and proof · cited by 2,415
- CommMonoidstatement and proof · cited by 2,264
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- CompleteLatticestatement and proof · cited by 1,048
- Countablestatement and proof · cited by 633
- tprodstatement and proof · cited by 230
- Encodableproof · cited by 140
- Encodable.decode₂proof · cited by 26
- nonempty_encodableproof · cited by 13
- Encodable.iSup_decode₂proof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- rel_iSup_prodproof · cited by 0
- rel_sup_mulproof · cited by 0