-
Notifications
You must be signed in to change notification settings - Fork 356
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
[Merged by Bors] - chore(RingTheory): split AlgebraicIndependent.lean
#19606
Conversation
PR summary 23a2d80080
|
File | Base Count | Head Count | Change |
---|---|---|---|
Mathlib.RingTheory.AlgebraicIndependent | 1445 | 0 | -1445 (-100.00%) |
Mathlib.FieldTheory.SeparableDegree | 1477 | 1471 | -6 (-0.41%) |
Mathlib.FieldTheory.IsAlgClosed.Classification | 1460 | 1456 | -4 (-0.27%) |
Import changes for all files
Files | Import difference |
---|---|
Mathlib.RingTheory.AlgebraicIndependent |
-1445 |
10 filesMathlib.FieldTheory.IsPerfectClosure Mathlib.FieldTheory.SeparableClosure Mathlib.RingTheory.Unramified.Field Mathlib.FieldTheory.SeparableDegree Mathlib.FieldTheory.Galois.GaloisClosure Mathlib.RingTheory.Etale.Field Mathlib.FieldTheory.Galois.Profinite Mathlib.FieldTheory.CardinalEmb Mathlib.FieldTheory.JacobsonNoether Mathlib.FieldTheory.PurelyInseparable |
-6 |
Mathlib.FieldTheory.IsAlgClosed.Classification Mathlib.ModelTheory.Algebra.Field.IsAlgClosed |
-4 |
Mathlib.FieldTheory.AxGrothendieck |
-3 |
Mathlib.RingTheory.AlgebraicIndependent.Defs (new file) |
953 |
Mathlib.RingTheory.AlgebraicIndependent.Basic (new file) |
1130 |
Mathlib.RingTheory.AlgebraicIndependent.Transcendental (new file) |
1187 |
Mathlib.RingTheory.AlgebraicIndependent.Adjoin (new file) |
1431 |
Mathlib.RingTheory.AlgebraicIndependent.TranscendenceBasis (new file) |
1438 |
Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality (new file) |
1450 |
Declarations diff
+ AlgebraicIndependent.repr_ker
+ mono
- AlgebraicIndependent.mono
- repr_ker
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.
Increase in tech debt: (relative, absolute) = (5.00, 0.02)
Current number | Change | Type |
---|---|---|
223 | 5 | bare open (scoped) Classical |
Current commit 23a2d80080
Reference commit 675c28ea28
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 therelative
value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
Good work! I think I'll come back after #19370 is merged, as currently the diffs are too big. |
This PR/issue depends on:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the effort!
Mathlib/RingTheory/AlgebraicIndependent/RankAndCardinality.lean
Outdated
Show resolved
Hide resolved
Mathlib/RingTheory/AlgebraicIndependent/RankAndCardinality.lean
Outdated
Show resolved
Hide resolved
Mathlib/RingTheory/AlgebraicIndependent/TranscendenceBasis.lean
Outdated
Show resolved
Hide resolved
As a follow-up to splitting `RingTheory/Algebraic.lean`, also split `AlgebraicIndependent.lean`. This PR creates the following new files: * `AlgebraicIndependent/Defs.lean`: definition of `AlgebraicIndependent` and `IsTranscendenceBasis` * `AlgebraicIndependent/Basic.lean`: basic results on `AlgebraicIndependent` * `AlgebraicIndependent/TranscendenceBasis.lean`: basic results on `TranscendenceBasis` * `AlgebraicIndependent/Adjoin.lean`: relating `AlgebraicIndependent` and `IntermediateField.adjoin` * `AlgebraicIndependent/Transcendental.lean`: relating `AlgebraicIndependent`, `Transcendental` and `Algebraic` * `AlgebraicIndependent/RankAndCardinality.lean`: about the rank/cardinality of `TranscendenceBasis`es
5d55382
to
e1183fc
Compare
Co-authored-by: Junyan Xu <junyanxu.math@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 🎉
maintainer merge
🚀 Pull request has been placed on the maintainer queue by alreadydone. |
Thanks! bors merge |
As a follow-up to splitting `RingTheory/Algebraic.lean`, also split `AlgebraicIndependent.lean`. This PR creates the following new files: * `AlgebraicIndependent/Defs.lean`: definition of `AlgebraicIndependent` and `IsTranscendenceBasis` * `AlgebraicIndependent/Basic.lean`: basic results on `AlgebraicIndependent` * `AlgebraicIndependent/TranscendenceBasis.lean`: basic results on `TranscendenceBasis` * `AlgebraicIndependent/Adjoin.lean`: relating `AlgebraicIndependent` and `IntermediateField.adjoin` * `AlgebraicIndependent/Transcendental.lean`: relating `AlgebraicIndependent`, `Transcendental` and `Algebraic` * `AlgebraicIndependent/RankAndCardinality.lean`: about the rank/cardinality of `TranscendenceBasis`es Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com>
Pull request successfully merged into master. Build succeeded: |
AlgebraicIndependent.lean
AlgebraicIndependent.lean
As a follow-up to splitting
RingTheory/Algebraic.lean
, also splitAlgebraicIndependent.lean
.This PR creates the following new files:
AlgebraicIndependent/Defs.lean
: definition ofAlgebraicIndependent
andIsTranscendenceBasis
AlgebraicIndependent/Basic.lean
: basic results onAlgebraicIndependent
AlgebraicIndependent/TranscendenceBasis.lean
: basic results onTranscendenceBasis
AlgebraicIndependent/Adjoin.lean
: relatingAlgebraicIndependent
andIntermediateField.adjoin
AlgebraicIndependent/Transcendental.lean
: relatingAlgebraicIndependent
,Transcendental
andAlgebraic
AlgebraicIndependent/RankAndCardinality.lean
: about the rank/cardinality ofTranscendenceBasis
esAlgebraic.lean
#19370