[Merged by Bors] - feat(FieldTheory/Relrank): Relative rank of subfields and intermediate fields#14987
[Merged by Bors] - feat(FieldTheory/Relrank): Relative rank of subfields and intermediate fields#14987
Conversation
PR summary ccbd6fe1e5Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
Is it certain that we want this to be cardinal-valued rather than nat-valued? Personally, I feel like the convenience of nat-valued would outweigh the benefit of distinguishing countable vs uncountable degree extensions (my impression is that for infinite degree extensions, you usually care more about transcendence degree than the usual degree as a cardinal). |
Personally I'd like to make |
|
I think I agree with @tb65536 that Nat-valued is much more useful. I also agree with @acmepjz that this creates a bit of an inconsistency naming-wise. But maybe we should fix that be renaming |
alreadydone
left a comment
There was a problem hiding this comment.
Just a few minor questions
|
Thanks! |
|
🚀 Pull request has been placed on the maintainer queue by alreadydone. |
…e fields (#14987) We define `Subfield.relrank A B` and `IntermediateField.relrank A B`, which is `[B : A ⊓ B]`, in particular, when `A ≤ B` it is `[B : A]`, the degree of the field extension `B / A`. This is similar to `Subgroup.relindex`.
|
Pull request successfully merged into master. Build succeeded: |
…e fields (#14987) We define `Subfield.relrank A B` and `IntermediateField.relrank A B`, which is `[B : A ⊓ B]`, in particular, when `A ≤ B` it is `[B : A]`, the degree of the field extension `B / A`. This is similar to `Subgroup.relindex`.
We define
Subfield.relrank A BandIntermediateField.relrank A B, which is[B : A ⊓ B], in particular, whenA ≤ Bit is[B : A], the degree of the field extensionB / A. This is similar toSubgroup.relindex.Subfield.extendScalars#15148comap_mapfor sub(semi)ring, subalgebra, subfield and intermediate fields #15193extendScalars#15238discussion: https://leanprover.zulipchat.com/#narrow/stream/144837-PR-reviews/topic/.2314987.20Relative.20rank.20of.20intermediate.20fields/near/453033687