mathlib4 icon indicating copy to clipboard operation
mathlib4 copied to clipboard

feat(FieldTheory/Minpoly): `minpoly K x` splits implies `minpoly K (x + algebraMap K L a)` splits

Open jjdishere opened this issue 1 year ago • 5 comments

We show that minpoly K x splits implies minpoly K (x + algebraMap K L a) splits.


  • [x] depends on: #17080
  • [x] depends on: #17092 Open in Gitpod

jjdishere avatar Sep 24 '24 13:09 jjdishere

PR summary c4bc187c17

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ Splits.comp_X_add_C + Splits.comp_X_sub_C + dvd_comp_X_add_C_iff + dvd_comp_X_sub_C_iff + minpoly_add_algebraMap_splits + minpoly_algebraMap_add_splits + minpoly_sub_algebraMap_splits

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.

github-actions[bot] avatar Sep 24 '24 13:09 github-actions[bot]

This PR/issue depends on:

  • ~~leanprover-community/mathlib4#17080~~
  • ~~leanprover-community/mathlib4#17092~~ By Dependent Issues (🤖). Happy coding!

For the natural lemma that is missing in this PR, which is minpoly_algebraMap_sub_splits, please see #17369 .

jjdishere avatar Oct 25 '24 15:10 jjdishere

maintainer merge

jcommelin avatar Oct 26 '24 12:10 jcommelin

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

github-actions[bot] avatar Oct 26 '24 12:10 github-actions[bot]

Pull request successfully merged into master.

Build succeeded:

mathlib-bors[bot] avatar Oct 30 '24 08:10 mathlib-bors[bot]