Skip to content

Commit eb9099c

Browse files
committed
doc(AlgebraicIndependent): Fix transcendental basis doc (#37795)
Remove outdated TODO and add doc to the relation of cardinality of transcendental basis and transcendental degree.
1 parent 1d43fdd commit eb9099c

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

Mathlib/RingTheory/AlgebraicIndependent/RankAndCardinality.lean

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ This file concerns the cardinality of a transcendence basis.
2121
2222
* [Stacks: Transcendence](https://stacks.math.columbia.edu/tag/030D)
2323
24-
## TODO
25-
Define the transcendence degree and show it is independent of the choice of a
26-
transcendence basis.
27-
2824
## Tags
2925
transcendence basis, transcendence degree, transcendence
3026

Mathlib/RingTheory/AlgebraicIndependent/TranscendenceBasis.lean

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,15 @@ This file defines the transcendence basis as a maximal algebraically independent
1818
## Main results
1919
2020
* `exists_isTranscendenceBasis`: a ring extension has a transcendence basis
21+
* `IsTranscendenceBasis.lift_cardinalMk_eq_trdeg`: any transcendence basis of a domain has
22+
cardinality equal to transcendental degree.
2123
* `IsTranscendenceBasis.lift_cardinalMk_eq`: any two transcendence bases of a domain have the
2224
same cardinality.
2325
2426
## References
2527
2628
* [Stacks: Transcendence](https://stacks.math.columbia.edu/tag/030D)
2729
28-
## TODO
29-
Define the transcendence degree and show it is independent of the choice of a
30-
transcendence basis.
31-
3230
## Tags
3331
transcendence basis, transcendence degree, transcendence
3432
@@ -416,6 +414,7 @@ namespace IsTranscendenceBasis
416414

417415
variable [Nontrivial R] [NoZeroDivisors A]
418416

417+
/-- Any transcendence basis of a domain has cardinality equal to transcendental degree. -/
419418
theorem lift_cardinalMk_eq_trdeg (hx : IsTranscendenceBasis R x) :
420419
lift.{w} #ι = lift.{u} (trdeg R A) := by
421420
have := (faithfulSMul_iff_algebraMap_injective R A).mpr hx.1.algebraMap_injective

0 commit comments

Comments
 (0)