mathlib4 icon indicating copy to clipboard operation
mathlib4 copied to clipboard

feat(Combinatorics/SimpleGraph): Provide iff statements for distance equal and greater than 2

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

I need these lemmas to prove that Moore graphs of girth 5 are strongly regular.


  • [ ] depends on: #11945

Open in Gitpod

Rida-Hamadani avatar Apr 20 '24 02:04 Rida-Hamadani

This PR/issue depends on:

  • ~~leanprover-community/mathlib4#11945~~ By Dependent Issues (🤖). Happy coding!

PR summary f8cbb59b38

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ Reachable.of_dist_ne_zero + dist_eq_one_iff_adj + dist_eq_two_iff + dist_ne_zero_iff_ne_and_reachable + exists_walk_of_dist_ne_zero + two_lt_dist_iff

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

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

The doc-module for script/declarations_diff.sh contains some details about this script.

github-actions[bot] avatar Sep 03 '24 01:09 github-actions[bot]