Theorems · Definition · category theory
CategoryTheory.IsCardinalFiltered.exists_cardinal_directed.Diagram.casesOn
{J : Type w} →
[inst : CategoryTheory.SmallCategory J] →
{κ : Cardinal.{w}} →
{motive : CategoryTheory.IsCardinalFiltered.exists_cardinal_directed.Diagram J κ → Sort u} →
(t : CategoryTheory.IsCardinalFiltered.exists_cardinal_directed.Diagram J κ) →
((W : CategoryTheory.MorphismProperty J) →
(P : CategoryTheory.ObjectProperty J) →
(src : ∀ {i j : J} {f : i ⟶ j}, W f → P i) →
(tgt : ∀ {i j : J} {f : i ⟶ j}, W f → P j) →
(hW : W.HasCardinalLT κ) →
(hP : P.HasCardinalLT κ) →
motive { W := W, P := P, src := src, tgt := tgt, hW := hW, hP := hP }) →
motive t- Cited by
- 0 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.SmallCategory
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homstatement and proof · cited by 32,603
- Cardinalstatement and proof · cited by 2,598
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.ObjectPropertystatement and proof · cited by 798
- CategoryTheory.SmallCategorystatement and proof · cited by 480
- CategoryTheory.IsCardinalFiltered.exists_cardinal_directed.Diagramstatement and proof · cited by 37
- CategoryTheory.MorphismProperty.HasCardinalLTstatement and proof · cited by 8
- CategoryTheory.ObjectProperty.HasCardinalLTstatement and proof · cited by 8
Cited by2
Results whose statement or proof uses this declaration.