Theorems · Definition · category theory
CategoryTheory.MorphismProperty.multiplicativeClosure.below.casesOn
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {W : CategoryTheory.MorphismProperty C}
{motive : ⦃X Y : C⦄ → (x : X ⟶ Y) → W.multiplicativeClosure x → Prop}
{motive_1 :
{X Y : C} →
{x : X ⟶ Y} →
(t : W.multiplicativeClosure x) → CategoryTheory.MorphismProperty.multiplicativeClosure.below t → Prop}
{X Y : C} {x : X ⟶ Y} {t : W.multiplicativeClosure x}
(t_1 : CategoryTheory.MorphismProperty.multiplicativeClosure.below t),
(∀ {x y : C} (f : x ⟶ y) (hf : W f), motive_1 ⋯ ⋯) →
(∀ (x : C), motive_1 ⋯ ⋯) →
(∀ {x y z : C} (f : x ⟶ y) (g : y ⟶ z) (hf : W.multiplicativeClosure f) (hg : W g)
(ih : CategoryTheory.MorphismProperty.multiplicativeClosure.below hf) (hf_ih : motive f hf), motive_1 ⋯ ⋯) →
motive_1 t t_1- Cited by
- 0 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.MorphismProperty.multiplicativeClosurestatement and proof · cited by 18
- CategoryTheory.MorphismProperty.multiplicativeClosure.belowstatement and proof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.