Theorems · Theorem · sequences and series
HasProd.hasProd_of_prod_eq
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : CommMonoid α] [inst_1 : TopologicalSpace α] {f : β → α} {a : α}
{g : γ → α},
(∀ (u : Finset γ), ∃ v, ∀ (v' : Finset β), v ⊆ v' → ∃ u', u ⊆ u' ∧ ∏ x ∈ u', g x = ∏ b ∈ v', f b) →
HasProd g a → HasProd f a- Cited by
- 3 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoidTopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Finsetstatement and proof · cited by 13,712
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- le_transproof · cited by 985
- HasProdstatement and proof · cited by 157
- Filter.map_atTop_finsetProd_le_of_prod_eqproof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- HasProd.nat_mul_negproof · cited by 2
- HasProd.nat_mul_neg_add_oneproof · cited by 2
- hasProd_iff_hasProdproof · cited by 0