chore: migrate non-mathlib part of 100.yaml and 1000.yaml - #44114
Draft
joneugster wants to merge 1 commit into
Draft
joneugster wants to merge 1 commit into
joneugster wants to merge 1 commit into
Conversation
joneugster
commented
Sep 23, 2026
| title : The Four Color Problem | ||
| 33: | ||
| title : Fermat’s Last Theorem | ||
| statement: FermatLastTheorem |
Contributor
Author
There was a problem hiding this comment.
oops, might leave that one in
joneugster
commented
Sep 23, 2026
Comment on lines
-420
to
-427
| decls : | ||
| - Finset.inclusion_exclusion_sum_biUnion | ||
| - Finset.inclusion_exclusion_card_biUnion | ||
| - Finset.inclusion_exclusion_sum_inf_compl | ||
| - Finset.inclusion_exclusion_card_inf_compl | ||
| links : | ||
| github : https://github.com/NeilStrickland/lean_lib/blob/f88d162da2f990b87c4d34f5f46bbca2bbc5948e/src/combinatorics/matching.lean#L304 | ||
| authors: Neil Strickland (outside mathlib), Yaël Dillies (in mathlib) |
joneugster
commented
Sep 23, 2026
Comment on lines
-53
to
-54
| statement: FermatLastTheorem | ||
| comment: "Formalisation of the proof is on-going in https://imperialcollegelondon.github.io/FLT/." |
PR summary f550f7ffd1Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
This branch has not been deployed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Removes all entries from
100.yamland1000.yamlwhich do not have mathlib declarations. These entries are moved to yaml files on the website. The website merges its yaml files containing external links with the yaml files from mathlib.