Theorems · Theorem · group theory
CategoryTheory.Subgroupoid.Map.arrows_iff
∀ {C : Type u} [inst : CategoryTheory.Groupoid C] {D : Type u_1} [inst_1 : CategoryTheory.Groupoid D]
(φ : CategoryTheory.Functor C D) (hφ : Function.Injective φ.obj) (S : CategoryTheory.Subgroupoid C) {c d : D}
(f : c ⟶ d),
CategoryTheory.Subgroupoid.Map.Arrows φ hφ S c d f ↔
∃ a b g,
∃ (ha : φ.obj a = c) (hb : φ.obj b = d) (_ : g ∈ S.arrows a b),
f =
CategoryTheory.CategoryStruct.comp (CategoryTheory.eqToHom ⋯)
(CategoryTheory.CategoryStruct.comp (φ.map g) (CategoryTheory.eqToHom hb))- Cited by
- 3 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses propext
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.
- Setstatement · cited by 53,352
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.eqToHomstatement and proof · cited by 860
- CategoryTheory.Groupoidstatement and proof · cited by 182
- CategoryTheory.Subgroupoidstatement and proof · cited by 75
- CategoryTheory.Subgroupoid.arrowsstatement and proof · cited by 53
- CategoryTheory.Subgroupoid.Map.Arrowsstatement and proof · cited by 5
- CategoryTheory.Subgroupoid.Map.Arrows.casesOnproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Subgroupoid.mem_map_iffproof · cited by 1
- CategoryTheory.Subgroupoid.mem_map_objs_iffproof · cited by 1
- CategoryTheory.Subgroupoid.mem_im_iffproof · cited by 1