Skip to content

[Merged by Bors] - refactor(FieldTheory/KrullTopology): clean up KrullTopology.lean#22971

Closed
mbkybky wants to merge 34 commits intomasterfrom
mbkybky/clean_KrullTopology
Closed

[Merged by Bors] - refactor(FieldTheory/KrullTopology): clean up KrullTopology.lean#22971
mbkybky wants to merge 34 commits intomasterfrom
mbkybky/clean_KrullTopology

Conversation

@mbkybky
Copy link
Copy Markdown
Collaborator

@mbkybky mbkybky commented Mar 16, 2025

Clean up KrullTopology.lean by moving some lemmas to their appropriate locations in earlier files.

Also move some lemmas from IntermediateField/Adjoin/Defs.lean to IntermediateField/Basic.lean since they are used in the proofs of new theorems in IntermediateField/Algebraic.lean.


Open in Gitpod

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 16, 2025

PR summary d93beded55

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ _root_.im_finiteDimensional
+ finiteDimensional_map
+ fixedField_antitone
+ fixedField_bot
+ fixedField_le
+ fixedField_top
+ fixingSubgroup.antimono
+ fixingSubgroup_antitone
+ fixingSubgroup_bot
+ fixingSubgroup_le
+ fixingSubgroup_top
+ map_id
+ mem_bot_iff_fixed
+ mem_fixingSubgroup_iff
+ mem_range_algebraMap_iff_fixed
- IntermediateField.fixingSubgroup.antimono
- IntermediateField.fixingSubgroup_bot
- IntermediateField.fixingSubgroup_top
- IntermediateField.map_id
- IntermediateField.mem_fixingSubgroup_iff
- im_finiteDimensional

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).

@github-actions github-actions bot added the t-algebra Algebra (groups, rings, fields, etc) label Mar 16, 2025
@mbkybky mbkybky added the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Mar 16, 2025
@github-actions github-actions bot removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Mar 16, 2025
@tb65536
Copy link
Copy Markdown
Contributor

tb65536 commented Mar 16, 2025

Note that this PR overlaps with #22759

@yhtq
Copy link
Copy Markdown
Collaborator

yhtq commented Mar 16, 2025

I would suggest moving your upstream to my branch. Auto-merge can solve most of the conflicts I think.

mbkybky and others added 2 commits March 19, 2025 10:12
Co-authored-by: Thomas Browning <tb65536@users.noreply.github.com>
@mbkybky mbkybky requested a review from tb65536 April 30, 2025 02:18
Co-authored-by: Thomas Browning <tb65536@users.noreply.github.com>
@mbkybky mbkybky requested a review from tb65536 May 1, 2025 06:31
@github-actions
Copy link
Copy Markdown

github-actions bot commented May 1, 2025

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

@github-actions github-actions bot added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label May 1, 2025
@riccardobrasca
Copy link
Copy Markdown
Member

Thanks!

bors d+

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented May 2, 2025

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

@ghost ghost added delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). and removed maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. labels May 2, 2025
@mbkybky
Copy link
Copy Markdown
Collaborator Author

mbkybky commented May 2, 2025

bors r+

mathlib-bors bot pushed a commit that referenced this pull request May 2, 2025
…22971)

Clean up `KrullTopology.lean` by moving some lemmas to their appropriate locations in earlier files.

Also move some lemmas from `IntermediateField/Adjoin/Defs.lean` to `IntermediateField/Basic.lean` since they are used in the proofs of new theorems in `IntermediateField/Algebraic.lean`.
 


Co-authored-by: Yongle Hu <140475041+mbkybky@users.noreply.github.com>
Co-authored-by: Yongle Hu <2065545849@qq.com>
Co-authored-by: yhtq <1414672068@qq.com>
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented May 2, 2025

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title refactor(FieldTheory/KrullTopology): clean up KrullTopology.lean [Merged by Bors] - refactor(FieldTheory/KrullTopology): clean up KrullTopology.lean May 2, 2025
@mathlib-bors mathlib-bors bot closed this May 2, 2025
@mathlib-bors mathlib-bors bot deleted the mbkybky/clean_KrullTopology branch May 2, 2025 03:15
pfaffelh pushed a commit that referenced this pull request May 2, 2025
…22971)

Clean up `KrullTopology.lean` by moving some lemmas to their appropriate locations in earlier files.

Also move some lemmas from `IntermediateField/Adjoin/Defs.lean` to `IntermediateField/Basic.lean` since they are used in the proofs of new theorems in `IntermediateField/Algebraic.lean`.
 


Co-authored-by: Yongle Hu <140475041+mbkybky@users.noreply.github.com>
Co-authored-by: Yongle Hu <2065545849@qq.com>
Co-authored-by: yhtq <1414672068@qq.com>
riccardobrasca pushed a commit that referenced this pull request May 7, 2025
…22971)

Clean up `KrullTopology.lean` by moving some lemmas to their appropriate locations in earlier files.

Also move some lemmas from `IntermediateField/Adjoin/Defs.lean` to `IntermediateField/Basic.lean` since they are used in the proofs of new theorems in `IntermediateField/Algebraic.lean`.
 


Co-authored-by: Yongle Hu <140475041+mbkybky@users.noreply.github.com>
Co-authored-by: Yongle Hu <2065545849@qq.com>
Co-authored-by: yhtq <1414672068@qq.com>
tannerduve pushed a commit that referenced this pull request May 13, 2025
…22971)

Clean up `KrullTopology.lean` by moving some lemmas to their appropriate locations in earlier files.

Also move some lemmas from `IntermediateField/Adjoin/Defs.lean` to `IntermediateField/Basic.lean` since they are used in the proofs of new theorems in `IntermediateField/Algebraic.lean`.
 


Co-authored-by: Yongle Hu <140475041+mbkybky@users.noreply.github.com>
Co-authored-by: Yongle Hu <2065545849@qq.com>
Co-authored-by: yhtq <1414672068@qq.com>
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). t-algebra Algebra (groups, rings, fields, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants