Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.Sigma.mapIso

{β : Type w} →
  {C : Type u} →
    [inst : CategoryTheory.Category.{v, u} C] →
      {f g : β → C} → [inst_1 : CategoryTheory.Limits.HasCoproductsOfShape β C] → ((b : β) → f b ≅ g b) → (∐ f ≅ ∐ g)

Construct an isomorphism between categorical coproducts (indexed by the same type) from a family of isomorphisms between the factors.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Products
Cited by
8 results in Mathlib
Foundations
Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasCoproductsOfShape

Around this declaration

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

Cites10

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.