mathlib documentation

category_theory.​limits.​shapes.​finite_limits

category_theory.​limits.​shapes.​finite_limits

@[class]
  • decidable_eq_obj : decidable_eq J . "apply_instance"
  • fintype_obj : fintype J . "apply_instance"
  • decidable_eq_hom : (Π (j j' : J), decidable_eq (j j')) . "apply_instance"
  • fintype_hom : (Π (j j' : J), fintype (j j')) . "apply_instance"

A category with a fintype of objects, and a fintype for each morphism space.

Instances
@[class]

has_finite_wide_pullbacks represents a choice of wide pullback for every finite collection of morphisms

Equations
@[class]

has_finite_wide_pushouts represents a choice of wide pushout for every finite collection of morphisms

Equations