Mathlib Map

Theorems · Theorem · combinatorics

Quiver.Total.mk.inj

∀ {V : Type u} {inst : Quiver V} {left right : V} {hom : left ⟶ right} {left_1 right_1 : V} {hom_1 : left_1 ⟶ right_1},
  { left := left, right := right, hom := hom } = { left := left_1, right := right_1, hom := hom_1 } →
    left = left_1 ∧ right = right_1 ∧ hom ≍ hom_1
Defined in
Mathlib.Combinatorics.Quiver.Subquiver
Cited by
1 results in Mathlib
Foundations
Depth 8 from the axioms · uses no axioms

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.