File tree Expand file tree Collapse file tree
Mathlib/RingTheory/AlgebraicIndependent Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2925transcendence basis, transcendence degree, transcendence
3026
Original file line number Diff line number Diff 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
3331transcendence basis, transcendence degree, transcendence
3432
@@ -416,6 +414,7 @@ namespace IsTranscendenceBasis
416414
417415variable [Nontrivial R] [NoZeroDivisors A]
418416
417+ /-- Any transcendence basis of a domain has cardinality equal to transcendental degree. -/
419418theorem 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
You can’t perform that action at this time.
0 commit comments