Skip to content

[Merged by Bors] - feat(SetTheory/Cardinal): helpers for Konig's theorem on bipartite graphs#32552

Closed
ksenono wants to merge 20 commits intoleanprover-community:masterfrom
ksenono:konig-cardinality-helpers
Closed

[Merged by Bors] - feat(SetTheory/Cardinal): helpers for Konig's theorem on bipartite graphs#32552
ksenono wants to merge 20 commits intoleanprover-community:masterfrom
ksenono:konig-cardinality-helpers

Conversation

@ksenono
Copy link
Copy Markdown
Contributor

@ksenono ksenono commented Dec 7, 2025

Implement helper lemmas for Konig's theorem on bipartite graphs


Open in Gitpod

@github-actions github-actions bot added new-contributor This PR was made by a contributor with at most 5 merged PRs. Welcome to the community! t-set-theory Set theory labels Dec 7, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 7, 2025

PR summary 11b0237d9d

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ add_lt_add
+ add_lt_add_iff_of_left_lt_aleph0
+ add_lt_add_iff_of_right_lt_aleph0
+ card_lt_card_of_left_finite
+ card_lt_card_of_right_finite
+ mul_natCast_inj
+ mul_natCast_le_mul_natCast
+ mul_natCast_lt_mul_natCast
+ mul_natCast_strictMono
+ natCast_mul_inj
+ natCast_mul_le_natCast_mul
+ natCast_mul_lt_natCast_mul
+ natCast_mul_strictMono

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.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

Copy link
Copy Markdown
Collaborator

@vihdzp vihdzp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise this LGTM. Please do tag me when you PR König's theorem itself!

Co-authored-by: staroperator <143908816+staroperator@users.noreply.github.com>
@b-mehta
Copy link
Copy Markdown
Contributor

b-mehta commented Dec 12, 2025

@SnirBroshi
Copy link
Copy Markdown
Collaborator

SnirBroshi commented Dec 12, 2025

Perhaps you mean a different one, though?

They're referring to the graph theory one #32531 Wikipedia

Interestingly, the set theory one was proved by a different König than the graph theory theorem and lemma- by his father.

@jcommelin jcommelin added the awaiting-author A reviewer has asked the author a question or requested changes. label Jan 30, 2026
@ksenono
Copy link
Copy Markdown
Contributor Author

ksenono commented Feb 3, 2026

-awaiting-author

@github-actions github-actions bot removed the awaiting-author A reviewer has asked the author a question or requested changes. label Feb 3, 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 Feb 4, 2026
Copy link
Copy Markdown
Contributor

@j-loreaux j-loreaux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors d+

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Feb 10, 2026

✌️ ksenono can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@mathlib-triage mathlib-triage bot added the delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). label Feb 10, 2026
@vihdzp
Copy link
Copy Markdown
Collaborator

vihdzp commented Feb 11, 2026

I think we should probably change the PR title as well, given that we have König's theorem already.

Co-authored-by: Jireh Loreaux <loreaujy@gmail.com>
@ksenono ksenono changed the title feat(SetTheory/Cardinal): helpers for Konig's theorem feat(SetTheory/Cardinal): helpers for Konig's theorem on bipartite graphs Feb 11, 2026
@ksenono
Copy link
Copy Markdown
Contributor Author

ksenono commented Feb 11, 2026

bors r+

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Feb 11, 2026

👎 Rejected by label

@SnirBroshi
Copy link
Copy Markdown
Collaborator

SnirBroshi commented Feb 11, 2026

@ksenono I think the solution is to remove the "depends on" from the PR description, then wait a minute for the bot to remove the label "blocked-by-other-PR", then try again

@YaelDillies YaelDillies removed the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Feb 12, 2026
@YaelDillies
Copy link
Copy Markdown
Contributor

maintainer merge

@github-actions
Copy link
Copy Markdown

🚀 Pull request has been placed on the maintainer queue by YaelDillies.

@mathlib-triage mathlib-triage bot added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label Feb 12, 2026
Copy link
Copy Markdown
Contributor

@b-mehta b-mehta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

bors merge

mathlib-bors bot pushed a commit that referenced this pull request Feb 13, 2026
…aphs (#32552)

Implement helper lemmas for Konig's theorem on bipartite graphs

Co-authored-by: danils@mit.edu <danils@mit.edu>
@mathlib-triage mathlib-triage bot added ready-to-merge This PR has been sent to bors. and removed maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. labels Feb 13, 2026
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Feb 13, 2026

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(SetTheory/Cardinal): helpers for Konig's theorem on bipartite graphs [Merged by Bors] - feat(SetTheory/Cardinal): helpers for Konig's theorem on bipartite graphs Feb 13, 2026
@mathlib-bors mathlib-bors bot closed this Feb 13, 2026
kim-em pushed a commit to kim-em/mathlib4 that referenced this pull request Feb 14, 2026
…aphs (leanprover-community#32552)

Implement helper lemmas for Konig's theorem on bipartite graphs

Co-authored-by: danils@mit.edu <danils@mit.edu>
rao107 pushed a commit to rao107/mathlib4 that referenced this pull request Feb 18, 2026
…aphs (leanprover-community#32552)

Implement helper lemmas for Konig's theorem on bipartite graphs

Co-authored-by: danils@mit.edu <danils@mit.edu>
Maldooor pushed a commit to Maldooor/mathlib4 that referenced this pull request Feb 25, 2026
…aphs (leanprover-community#32552)

Implement helper lemmas for Konig's theorem on bipartite graphs

Co-authored-by: danils@mit.edu <danils@mit.edu>
pfaffelh pushed a commit to pfaffelh/mathlib4 that referenced this pull request Mar 2, 2026
…aphs (leanprover-community#32552)

Implement helper lemmas for Konig's theorem on bipartite graphs

Co-authored-by: danils@mit.edu <danils@mit.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). new-contributor This PR was made by a contributor with at most 5 merged PRs. Welcome to the community! ready-to-merge This PR has been sent to bors. t-set-theory Set theory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants