Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: IsCoprime.wronskian_eq_zero_iff #18483

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

seewoo5
Copy link
Collaborator

@seewoo5 seewoo5 commented Oct 31, 2024


Add IsCoprime.wronskian_eq_zero_iff: For two polynomials $a, b \in k[x]$ over a field, $W(a, b) = 0$ if and only if $a' = b' = 0$. This is a part of PR #15706.

Open in Gitpod

Copy link

PR summary 3ffea3b555

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.RingTheory.Polynomial.Wronskian 980 981 +1 (+0.10%)
Import changes for all files
Files Import difference
Mathlib.RingTheory.Polynomial.Wronskian 1

Declarations diff

+ IsCoprime.wronskian_eq_zero_iff
+ dvd_derivative_iff

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 github-actions bot added the t-algebra Algebra (groups, rings, fields, etc) label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-algebra Algebra (groups, rings, fields, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant