Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Cat.FreeRefl.induction

{V : Type u_1} →
  [inst : CategoryTheory.ReflQuiver V] →
    {motive : CategoryTheory.Cat.FreeRefl V → Sort u_2} →
      ((v : V) → motive (CategoryTheory.Cat.FreeRefl.mk v)) → (x : CategoryTheory.Cat.FreeRefl V) → motive x

Induction principle for the objects of the free category on a reflexive quiver.

Defined in
Mathlib.CategoryTheory.Category.ReflQuiv
Cited by
1 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.ReflQuiver

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.