Theorems · Theorem · number theory
Ideal.finrank_prime_pow_ramificationIdx
Deprecated since 2026-07-01Mathlib marks this declaration as deprecated.
∀ {R : Type u} [inst : CommRing R] {S : Type v} [inst_1 : CommRing S] [inst_2 : Algebra R S] (p : Ideal R) (P : Ideal S)
[IsDedekindDomain S],
P ≠ ⊥ →
∀ [p.IsMaximal] [P.IsPrime] (he : p.ramificationIdx' P ≠ 0),
Module.finrank (R ⧸ p) (S ⧸ P ^ p.ramificationIdx' P) = p.ramificationIdx' P * Module.finrank (R ⧸ p) (S ⧸ P)If p is a maximal ideal of R, S extends R and P^e lies over p,
then the dimension [S/(P^e) : R/p], as a natural number, is equal to e * [S/P : R/p].
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 160 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- Idealstatement and proof · cited by 4,748
- Bot.botstatement and proof · cited by 4,720
- Cardinalproof · cited by 2,598
- HasQuotient.Quotientstatement and proof · cited by 2,301
- MulZeroClass.mul_zeroproof · cited by 2,091
- FiniteDimensionalproof · cited by 1,854
- Module.finrankstatement and proof · cited by 1,770
- Ideal.IsPrimestatement and proof · cited by 827
- IsDedekindDomainstatement and proof · cited by 668
- Module.rankproof · cited by 496
Cited by1
Results whose statement or proof uses this declaration.
- Ideal.Factors.finrank_pow_ramificationIdxproof · cited by 1