Theorems · Definition · category theory
CategoryTheory.IsCofiltered.cofilteredClosure.recOn
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.IsCofilteredOrEmpty C] {α : Type w}
{f : α → C} {motive : (a : C) → CategoryTheory.IsCofiltered.cofilteredClosure f a → Prop} {a : C}
(t : CategoryTheory.IsCofiltered.cofilteredClosure f a),
(∀ (x : α), motive (f x) ⋯) →
(∀ {j j' : C} (a : CategoryTheory.IsCofiltered.cofilteredClosure f j)
(a_1 : CategoryTheory.IsCofiltered.cofilteredClosure f j'),
motive j a → motive j' a_1 → motive (CategoryTheory.IsCofiltered.min j j') ⋯) →
(∀ {j j' : C} (a : CategoryTheory.IsCofiltered.cofilteredClosure f j)
(a_1 : CategoryTheory.IsCofiltered.cofilteredClosure f j') (f_1 f' : j ⟶ j'),
motive j a → motive j' a_1 → motive (CategoryTheory.IsCofiltered.eq f_1 f') ⋯) →
motive a t- Defined in
- Mathlib.CategoryTheory.Filtered.Small
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses Classical.choice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.IsCofilteredOrEmptystatement and proof · cited by 55
- CategoryTheory.IsCofiltered.minstatement and proof · cited by 8
- CategoryTheory.IsCofiltered.eqstatement and proof · cited by 8
- CategoryTheory.IsCofiltered.cofilteredClosurestatement and proof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.