Commit 2024-10-19 13:51 92412db7
View on Github →feat(FiberedCategory/Fiber): define the fibers of a functor (#13603)
We define the fibers of a functor p : 𝒳 ⥤ 𝒮
over objects S : 𝒮
, and develop some basic API. Relatively little API is developed as in an upcoming PR we introduce a class HasFibers
which should be preferred.