Theorems · Theorem · sequences and series
Function.Injective.hasProd_comap_iff
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : CommMonoid α] [inst_1 : TopologicalSpace α]
{L : SummationFilter β} {f : β → α} {a : α} {g : γ → β} (hg : Function.Injective g),
(∀ x ∉ Set.range g, f x = 1) → (HasProd (f ∘ g) a (L.comap { toFun := g, inj' := hg }) ↔ HasProd f a L)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 80 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.
Cites16
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
- Finsetproof · cited by 13,712
- nhdsproof · cited by 5,554
- Set.rangestatement and proof · cited by 4,705
- Filter.Tendstoproof · cited by 3,814
- Finset.prodproof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Finset.prod_congrproof · cited by 646
- SummationFilterstatement and proof · cited by 607
- HasProdstatement · cited by 157
- SummationFilter.filterproof · cited by 110
Cited by2
Results whose statement or proof uses this declaration.
- Function.Injective.hasProd_iffproof · cited by 4
- hasProd_subtype_comap_iff_of_mulSupport_subsetproof · cited by 1