Theorems · Theorem · combinatorics
Quiver.Path.weightOfEPs_nonneg
∀ {V : Type u_1} [inst : Quiver V] {R : Type u_2} [inst_1 : Semiring R] [inst_2 : LinearOrder R] [IsStrictOrderedRing R]
{w : V → V → R}, (∀ (i j : V), 0 ≤ w i j) → ∀ {i j : V} (p : Quiver.Path i j), 0 ≤ Quiver.Path.weightOfEPs w pIf all edge weights (given by a function on vertices) are non-negative, so is the path weight.
- Defined in
- Mathlib.Combinatorics.Quiver.Path.Weight
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homproof · cited by 32,603
- Semiringstatement and proof · cited by 13,802
- LinearOrderstatement and proof · cited by 8,572
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Quiverstatement and proof · cited by 405
- Quiver.Pathstatement and proof · cited by 166
- Quiver.Path.weightOfEPsstatement · cited by 5
- Quiver.Path.weight_nonnegproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.