Skip to content

feat(Combinatorics/GraphLike): Digraph is GraphLike#39050

Open
Jun2M wants to merge 61 commits into
leanprover-community:masterfrom
Jun2M:DigraphGraphLike
Open

feat(Combinatorics/GraphLike): Digraph is GraphLike#39050
Jun2M wants to merge 61 commits into
leanprover-community:masterfrom
Jun2M:DigraphGraphLike

Conversation

@Jun2M
Copy link
Copy Markdown
Collaborator

@Jun2M Jun2M commented May 7, 2026

@github-actions github-actions Bot added the t-combinatorics Combinatorics label May 7, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

PR summary cc11377b60

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Combinatorics.GraphLike.Basic (new file) 489
Mathlib.Combinatorics.Digraph.GraphLike (new file) 527

Declarations diff

+ Adj.left_mem
+ Adj.right_mem
+ DartAdj
+ GraphLike
+ NoMultiEdgeGraphLike
+ adj_source_target
+ dart_eq_of_src_tgt_eq
+ darts_ext
+ instance : NoMultiEdgeGraphLike V (V × V) (V × V) (Digraph V)
+ instance [DecidableRel (Adj G)] : DecidablePred (· ∈ darts G)
+ mem_darts_iff_adj
+ src_tgt_inj
+ toProd
+ toProd_eq

You can run this locally as follows
## from your `mathlib4` directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci

## summary with just the declaration names:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh <optional_commit>

## more verbose report:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh long <optional_commit>

The doc-module for scripts/pr_summary/declarations_diff.sh in the mathlib-ci repository contains some details about this script.


No changes to strong technical debt.
No changes to weak technical debt.

@mathlib-dependent-issues mathlib-dependent-issues Bot added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label May 7, 2026
@mathlib-dependent-issues
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) t-combinatorics Combinatorics

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants