Theorems · Theorem · combinatorics
Quiver.Path.weight_comp
∀ {V : Type u_1} [inst : Quiver V] {R : Type u_2} [inst_1 : Monoid R] (w : {i j : V} → (i ⟶ j) → R) {a b c : V}
(p : Quiver.Path a b) (q : Quiver.Path b c),
Quiver.Path.weight (fun {i j} => w) (p.comp q) =
Quiver.Path.weight (fun {i j} => w) p * Quiver.Path.weight (fun {i j} => w) q- Defined in
- Mathlib.Combinatorics.Quiver.Path.Weight
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Quot.sound
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.
- Quiver.Homstatement and proof · cited by 32,603
- Monoidstatement and proof · cited by 3,887
- mul_oneproof · cited by 3,885
- mul_assocproof · cited by 1,667
- Quiverstatement and proof · cited by 405
- Quiver.Pathstatement and proof · cited by 166
- Quiver.Path.compstatement and proof · cited by 45
- Quiver.Path.weightstatement and proof · cited by 8
- Quiver.Path.weight_consproof · cited by 4
- Quiver.Path.weight_nilproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- Quiver.Path.weightOfEPs_compproof · cited by 0