Theorems · Theorem · general topology
IsDenseEmbedding.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₂ : γ → δ},
IsDenseEmbedding e₁ → IsDenseEmbedding e₂ → IsDenseEmbedding fun p => (e₁ p.1, e₂ p.2)The product of two dense embeddings is a dense embedding.
- Defined in
- Mathlib.Topology.DenseEmbedding
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 80 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
- IsDenseInducingproof · cited by 56
- IsDenseEmbeddingstatement and proof · cited by 24
- Function.Injective.prodMapproof · cited by 9
- IsDenseEmbedding.isDenseInducingproof · cited by 6
- IsDenseEmbedding.injectiveproof · cited by 6
- IsDenseInducing.prodMapproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.