Metric
📁 Source: Mathlib/Combinatorics/SimpleGraph/Metric.lean
Statistics
SimpleGraph
Definitions
Theorems
SimpleGraph.Adj
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
diff_dist_adj 📖 | mathematical | SimpleGraph.Adj | SimpleGraph.dist | — | SimpleGraph.dist_eq_one_iff_adjsymmSimpleGraph.Reachable.dist_triangle_rightreachableSimpleGraph.Reachable.dist_triangle_left |
SimpleGraph.Connected
Theorems
SimpleGraph.Reachable
Theorems
SimpleGraph.Walk
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
edist_le 📖 | mathematical | — | ENatinstLEENatSimpleGraph.edistENat.instNatCastlength | — | SimpleGraph.edist_le |
exists_adj_adj_not_adj_ne 📖 | mathematical | lengthSimpleGraph.dist | SimpleGraph.Adj | — | length_tail_add_onegetVert_tailSimpleGraph.dist_leadj_sndadj_getVert_succ |
isPath_of_length_eq_dist 📖 | mathematical | lengthSimpleGraph.dist | IsPath | — | bypass_eq_self_of_length_leSimpleGraph.dist_lebypass_isPath |
---