Mathlib Map

Theorems · Definition · category theory

TopPair.ofHom

{X Y : TopPair} →
  (f : TopPair.fst ⟶ TopPair.fst) →
    (g : TopPair.snd ⟶ TopPair.snd) →
      autoParam (CategoryTheory.CategoryStruct.comp g TopPair.map = CategoryTheory.CategoryStruct.comp TopPair.map f)
          TopPair.ofHom._auto_1 →
        (X ⟶ Y)

Construct a morphism in TopPair from its components.

Defined in
Mathlib.Topology.Category.TopPair
Cited by
4 results in Mathlib
Foundations
Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by9

Results whose statement or proof uses this declaration.