Skip to content

Commit edebe86

Browse files
chore(Mathlib/Algebra/Polynomial/Splits.lean): automated extraction (#39238)
This PR was automatically created from PR #28013 by @astrainfinita via a [review comment](#28013 (comment)) by @jcommelin. Co-authored-by: astrainfinita <19634778+astrainfinita@users.noreply.github.com>
1 parent a06a909 commit edebe86

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Mathlib/Algebra/Polynomial/Splits.lean

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,11 @@ section
537537
variable {A B : Type*} [CommRing R] [Field A] [Algebra R A]
538538
[CommRing B] [IsDomain B] [Algebra R B] {f : R[X]}
539539

540+
theorem Splits.map_aroots_algebraMap [Algebra A B] [IsScalarTower R A B]
541+
(hf : (f.map (algebraMap R A)).Splits) :
542+
(f.aroots A).map (algebraMap A B) = f.aroots B := by
543+
rw [← aroots_map B A, aroots, aroots, hf.roots_map]
544+
540545
theorem Splits.image_rootSet (hf : (f.map (algebraMap R A)).Splits)
541546
(g : A →ₐ[R] B) : g '' f.rootSet A = f.rootSet B := by
542547
classical

0 commit comments

Comments
 (0)