Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Quiv.isoOfEquiv

{V W : Type u} →
  [inst : Quiver V] →
    [inst_1 : Quiver W] →
      (e : V ≃ W) → ((X Y : V) → (X ⟶ Y) ≃ (e X ⟶ e Y)) → (CategoryTheory.Quiv.of V ≅ CategoryTheory.Quiv.of W)

Compatible equivalences of types and hom-types induce an isomorphism of quivers.

Defined in
Mathlib.CategoryTheory.Category.Quiv
Cited by
0 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext, Quot.sound
Assumes
QuiverQuiver

Around this declaration

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

Cites10

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.