-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(Combinatorics/SimpleGraph/Connectivity): add edge reachability and connectivity numbers #42494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
JadAbouHawili
wants to merge
76
commits into
leanprover-community:master
Choose a base branch
from
JadAbouHawili:graph-theory
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
76 commits
Select commit
Hold shift + click to select a range
4c562de
feat(Combinatorics/SimpleGraph/Connectivity): add edge reachability a…
JadAbouHawili deb56a0
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] facdcae
remove file from scripts
JadAbouHawili 92ce84a
Merge branch 'master' into graph-theory
JadAbouHawili a4a5e41
Ring
JadAbouHawili 56d3f93
fix ci
JadAbouHawili 8aede9b
remove docstring changes
JadAbouHawili 78bffa5
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili 87ac82c
golfed
JadAbouHawili ca41347
Merge branch 'graph-theory' of https://github.com/JadAbouHawili/mathl…
JadAbouHawili 4313ee3
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] 25576b7
simp suggestion
JadAbouHawili 3ba9b38
Merge branch 'graph-theory' of https://github.com/JadAbouHawili/mathl…
JadAbouHawili 7e49347
shorter proof
JadAbouHawili 19af63a
fixed spacing
JadAbouHawili 7015c33
new theorems and doc strings
JadAbouHawili 83f8c36
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] 6d982cd
ordered
JadAbouHawili 55283ee
Merge branch 'graph-theory' of https://github.com/JadAbouHawili/mathl…
JadAbouHawili 02b2272
theorems
JadAbouHawili d256953
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili 29f0b1c
le_isup suggestion implemented
JadAbouHawili aa329cb
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili 636c8d0
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili 508b539
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili 6cdd655
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili a6719de
ne_zero
JadAbouHawili d7ce638
Merge branch 'graph-theory' of https://github.com/JadAbouHawili/mathl…
JadAbouHawili 36fef53
fix ci fail
JadAbouHawili 61f75f2
2 more proofs and helper theorem
JadAbouHawili ddb9601
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] 6cc186d
fix lint style
JadAbouHawili a3f4d80
fix ci
JadAbouHawili 35a7e4e
suitable name
JadAbouHawili cf7d080
fixing spacing
JadAbouHawili 8ac9b7b
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] d4d2e62
cleaner proof of le_degree_left
JadAbouHawili 512e216
Merge branch 'graph-theory' of https://github.com/JadAbouHawili/mathl…
JadAbouHawili 646a452
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili 1066c78
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili a2696f6
spacing
JadAbouHawili bfb37ff
Merge branch 'graph-theory' of https://github.com/JadAbouHawili/mathl…
JadAbouHawili 4ba4c79
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili 375b3cc
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili 52c682f
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili 655b046
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili d9bbd90
finished todo
JadAbouHawili 7bd77e2
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] 621ada7
fixed warnings , should pass ci
JadAbouHawili c595625
Merge branch 'graph-theory' of https://github.com/JadAbouHawili/mathl…
JadAbouHawili 40ebccf
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] 5d6dc30
min imports
JadAbouHawili 2754288
space before semicolon
JadAbouHawili 7ab45bd
Merge branch 'graph-theory' of https://github.com/JadAbouHawili/mathl…
JadAbouHawili a0561a4
start ci
JadAbouHawili 2a02712
Merge branch 'master' into graph-theory
JadAbouHawili 3b6fd35
edgeconnectivity_le_mindegree
JadAbouHawili 9dd49c0
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili af7a0ac
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili 62e56ff
remove notedgereachable
JadAbouHawili 1801937
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili cb2499b
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili 07809f5
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili 04a1172
extracting lemma
JadAbouHawili 1d0f6ac
lemma
JadAbouHawili 9eb8d62
todo solution moved to another PR
JadAbouHawili 526af92
Merge branch 'master' into graph-theory
JadAbouHawili ee19d10
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili 9be639b
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili 0bb5b1f
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili 147abd2
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili 41578bc
simp lemma
JadAbouHawili 7335512
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili 7fb0764
Merge branch 'graph-theory' of https://github.com/JadAbouHawili/mathl…
JadAbouHawili b66439d
Update Mathlib/Combinatorics/SimpleGraph/Connectivity/EdgeConnectivit…
JadAbouHawili aa9e05e
simpler proof
JadAbouHawili File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.