Theorems · Theorem · combinatorics
SimpleGraph.Reachable.dist_triangle_left
∀ {V : Type u_1} {G : SimpleGraph V} {u v : V}, G.Reachable u v → ∀ (w : V), G.dist u w ≤ G.dist u v + G.dist v w- Defined in
- Mathlib.Combinatorics.SimpleGraph.Metric
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- ENatproof · cited by 4,985
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Reachablestatement and proof · cited by 141
- SimpleGraph.diststatement and proof · cited by 40
- ENat.natCast_le_natCastproof · cited by 19
- ENat.natCast_addproof · cited by 17
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.Adj.diff_dist_adjproof · cited by 0