Theorems · Theorem · general topology
IsDenseInducing.prodMap
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {δ : Type u_4} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β]
[inst_2 : TopologicalSpace γ] [inst_3 : TopologicalSpace δ] {e₁ : α → β} {e₂ : γ → δ},
IsDenseInducing e₁ → IsDenseInducing e₂ → IsDenseInducing (Prod.map e₁ e₂)The product of two dense inducings is a dense inducing
- Defined in
- Mathlib.Topology.DenseEmbedding
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- Topology.IsInducingproof · cited by 266
- IsDenseInducingstatement and proof · cited by 56
- IsDenseInducing.denseproof · cited by 20
- IsDenseInducing.isInducingproof · cited by 9
- Topology.IsInducing.prodMapproof · cited by 7
- DenseRange.prodMapproof · cited by 5
Cited by4
Results whose statement or proof uses this declaration.
- UniformSpace.Completion.coe_mulproof · cited by 6
- IsDenseInducing.extend_Z_bilinstatement and proof · cited by 1
- UniformSpace.Completion.inner_coeproof · cited by 1
- IsDenseEmbedding.prodMapproof · cited by 0