Theorems · Theorem · category theory
CategoryTheory.IsFiltered.crown
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [CategoryTheory.IsFilteredOrEmpty C] {ι : Type u_1} [Finite ι]
(j : ι → C) {k₁ k₂ : C} (f : (i : ι) → j i ⟶ k₁) (g : (i : ι) → j i ⟶ k₂),
∃ s α β, ∀ (i : ι), CategoryTheory.CategoryStruct.comp (f i) α = CategoryTheory.CategoryStruct.comp (g i) βGiven a "crown" of morphisms
``
j₁ j₂ j₃ ... jₙ
/ \ /\ / \
| \/ \/ |
| /\ /\ |
| | \/ | |
\ | /\ | /
\ | / \ | /
vvv vvv
k₁ k₂
`
in a filtered category, we can construct an object s and two morphisms from k₁ and k₂ to s`,
making the resulting squares commute.
- Defined in
- Mathlib.CategoryTheory.Filtered.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- Equivproof · cited by 8,337
- Fintypeproof · cited by 7,736
- Finitestatement and proof · cited by 3,029
- CategoryTheory.IsFilteredOrEmptystatement and proof · cited by 55
- Equiv.forall_congr_rightproof · cited by 28
- CategoryTheory.IsFiltered.maxproof · cited by 26
- CategoryTheory.IsFiltered.leftToMaxproof · cited by 26
- CategoryTheory.IsFiltered.rightToMaxproof · cited by 26
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.IsFiltered.crown₃proof · cited by 0
- CategoryTheory.IsFiltered.crown₄proof · cited by 0