Mathlib Map

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
Assumes
TopologicalSpaceTopologicalSpaceTopologicalSpaceTopologicalSpace

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.

Cited by4

Results whose statement or proof uses this declaration.