Theorems · Theorem · general topology
TopologicalSpace.Compacts.map_comp
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β]
[inst_2 : TopologicalSpace γ] (f : β → γ) (g : α → β) (hf : Continuous f) (hg : Continuous g)
(K : TopologicalSpace.Compacts α),
TopologicalSpace.Compacts.map (f ∘ g) ⋯ K = TopologicalSpace.Compacts.map f hf (TopologicalSpace.Compacts.map g hg K)- Defined in
- Mathlib.Topology.Sets.Compacts
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Continuousstatement and proof · cited by 2,592
- TopologicalSpace.Compactsstatement and proof · cited by 386
- Continuous.compstatement · cited by 371
- Set.image_compproof · cited by 142
- TopologicalSpace.Compacts.carrierproof · cited by 45
- TopologicalSpace.Compacts.mapstatement · cited by 37
- TopologicalSpace.Compacts.extproof · cited by 9
Cited by1
Results whose statement or proof uses this declaration.
- TopologicalSpace.Compacts.equiv_transproof · cited by 0