mathlib4 icon indicating copy to clipboard operation
mathlib4 copied to clipboard

feat(Combinatorics/SimpleGraph): vertices are not reachable iff set of walks between them is empty

Open Rida-Hamadani opened this issue 1 year ago • 2 comments

This lemma came up while extending SimpleGraph.dist to ENat.

Co-authored-by: Kyle Miller [email protected]


Open in Gitpod

Rida-Hamadani avatar Jul 01 '24 06:07 Rida-Hamadani

PR summary 4a359bb1bb

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ not_reachable_iff_isEmpty_walk

You can run this locally as follows
## summary with just the declaration names:
./scripts/no_lost_declarations.sh short <optional_commit>

## more verbose report:
./scripts/no_lost_declarations.sh <optional_commit>

github-actions[bot] avatar Jul 01 '24 06:07 github-actions[bot]

👍

IvanRenison avatar Jul 04 '24 22:07 IvanRenison

bors merge

b-mehta avatar Jul 08 '24 19:07 b-mehta

Pull request successfully merged into master.

Build succeeded:

mathlib-bors[bot] avatar Jul 08 '24 19:07 mathlib-bors[bot]