Skip to content

feat(Combinatorics/GraphLike): SimpleGraph is GraphLike#39054

Open
Jun2M wants to merge 74 commits into
leanprover-community:masterfrom
Jun2M:SimpleGraphGraphLike
Open

feat(Combinatorics/GraphLike): SimpleGraph is GraphLike#39054
Jun2M wants to merge 74 commits into
leanprover-community:masterfrom
Jun2M:SimpleGraphGraphLike

Conversation

@Jun2M
Copy link
Copy Markdown
Collaborator

@Jun2M Jun2M commented May 7, 2026

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

PR summary 9104db6954

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.SimpleGraph.GraphLike (new file) 531

Declarations diff

+ Adj.left_mem
+ Adj.right_mem
+ Adj.symm
+ DartAdj
+ GraphLike
+ NoMultiEdgeGraphLike
+ SymmGraphLike
+ adj_comm
+ adj_source_target
+ adj_tgt_src
+ dartSym2
+ dartSym2_comp_inv
+ dartSym2_eq_iff
+ dartSym2_eq_mk'_iff
+ dartSym2_eq_mk'_iff'
+ dartSym2_inv
+ dartSym2_mk
+ dartSymm
+ dartSymm_dartSymm
+ dartSymm_involutive
+ dartSymm_mk
+ dart_eq_of_src_tgt_eq
+ darts_ext
+ instance : Std.Symm (Adj G)
+ instance : noMultiEdgeSymmGraphLike V (V × V) (Sym2 V) (SimpleGraph V)
+ instance [DecidableRel (Adj G)] : DecidablePred (· ∈ D(G))
+ inv_mem_darts
+ mem_darts_iff_adj
+ noMultiEdgeSymmGraphLike
+ 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.

@github-actions github-actions Bot added the t-combinatorics Combinatorics label May 7, 2026
@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
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