Mathlib Map

Theorems · Theorem · general topology

IsClosed.prod

∀ {X : Type u} {Y : Type v} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] {s₁ : Set X} {s₂ : Set Y},
  IsClosed s₁ → IsClosed s₂ → IsClosed (s₁ ×ˢ s₂)
Defined in
Mathlib.Topology.Constructions.SumProd
Cited by
10 results in Mathlib
Foundations
Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceTopologicalSpace

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 by10

Results whose statement or proof uses this declaration.