Theorems · Theorem · combinatorics
Quiver.Path.weight.eq_def
∀ {V : Type u_1} [inst : Quiver V] {R : Type u_2} [inst_1 : Monoid R] (w : {i j : V} → (i ⟶ j) → R) (x x_1 : V)
(x_2 : Quiver.Path x x_1),
Quiver.Path.weight w x_2 =
match x, x_1, x_2 with
| a, .(a), Quiver.Path.nil => 1
| a, x, p.cons e => Quiver.Path.weight (fun {i j} => w) p * w e- Defined in
- Mathlib.Combinatorics.Quiver.Path.Weight
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- Monoidstatement and proof · cited by 3,887
- Quiverstatement and proof · cited by 405
- Quiver.Pathstatement and proof · cited by 166
- Quiver.Path.weightstatement · cited by 8
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.