Mathlib Map

Theorems · Definition · category theory

CategoryTheory.section_

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] → {X Y : C} → (f : X ⟶ Y) → [hf : CategoryTheory.IsSplitEpi f] → Y ⟶ X

The chosen section of a split epimorphism. (Note that section is a reserved keyword, so we append an underscore.)

Defined in
Mathlib.CategoryTheory.EpiMono
Cited by
21 results in Mathlib
Foundations
Depth 4 from the axioms · uses Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.IsSplitEpi

Around this declaration

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

CategoryTheory.IsSplitEpi.id · cited by 12IsSplitEpi.idCategoryTheory.Limits.binaryBiconeOfIsSplitEpiOfKernel · cited by 5Limits.binaryBiconeOfIsSp…SSet.Subcomplex.mem_degenerate_iff · cited by 5Subcomplex.mem_degenerate…CategoryTheory.isIso_of_mono_of_isSplitEpi · cited by 4CategoryTheory.isIso_of_m…CategoryTheory.Limits.coconeOfIsSplitEpi · cited by 3Limits.coconeOfIsSplitEpiCategoryTheory.Sieve.generate_of_contains_isSplitEpi · cited by 3Sieve.generate_of_contain…SSet.S.existsUnique_n · cited by 2S.existsUnique_nCategoryTheory.Pretriangulated.exists_iso_binaryBiproduct_of_distTriang · cited by 1Pretriangulated.exists_is…CategoryTheory.section_.congr_simp · cited by 1section_.congr_simpSSet.S.subcomplex_eq_of_epi · cited by 1S.subcomplex_eq_of_epiCategoryTheory.Abelian.has_injective_coseparator · cited by 1Abelian.has_injective_cos…SSet.Subcomplex.ofSimplex_map_of_epi · cited by 1Subcomplex.ofSimplex_map_…DerivedCategory.from_singleFunctor_obj_eq_zero_of_projective · cited by 1DerivedCategory.from_sing…CategoryTheory.Limits.binaryBiconeOfIsSplitEpiOfKernel_fst · cited by 0Limits.binaryBiconeOfIsSp…CategoryTheory.Limits.binaryBiconeOfIsSplitEpiOfKernel_inr · cited by 0Limits.binaryBiconeOfIsSp…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomNonempty.some · cited by 340Nonempty.someCategoryTheory.IsSplitEpi · cited by 46CategoryTheory.IsSplitEpiCategoryTheory.SplitEpi.section_ · cited by 22SplitEpi.section_CategoryTheory.IsSplitEpi.exists_splitEpi · cited by 4IsSplitEpi.exists_splitEpiCategoryTheory.section_CITED BYCITES

Cites6

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

Cited by26

Results whose statement or proof uses this declaration.