Theorems · Theorem · number theory
Ideal.rank_pow_quot_aux
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)
[hfp : NeZero (p.ramificationIdx' P)] [IsDedekindDomain S] [p.IsMaximal] [P.IsPrime],
P ≠ ⊥ →
∀ {i : ℕ},
i < p.ramificationIdx' P →
Module.rank (R ⧸ p) ↥(Ideal.map (Ideal.Quotient.mk (P ^ p.ramificationIdx' P)) (P ^ i)) =
Module.rank (R ⧸ p) (S ⧸ P) +
Module.rank (R ⧸ p) ↥(Ideal.map (Ideal.Quotient.mk (P ^ p.ramificationIdx' P)) (P ^ (i + 1)))Since the inclusion (P^(i + 1) / P^e) ⊂ (P^i / P^e) has a kernel isomorphic to P / S,
[P^i / P^e : R / p] = [P^(i+1) / P^e : R / p] + [P / S : R / p]
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 157 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- RingHomstatement · cited by 10,189
- Idealstatement and proof · cited by 4,748
- Bot.botstatement and proof · cited by 4,720
- Cardinalstatement and proof · cited by 2,598
- HasQuotient.Quotientstatement and proof · cited by 2,301
- LinearEquiv.symmproof · cited by 1,461
- LinearMap.rangeproof · cited by 893
- Ideal.IsPrimestatement and proof · cited by 827
- Ideal.mapstatement and proof · cited by 692
- IsDedekindDomainstatement and proof · cited by 668
Cited by1
Results whose statement or proof uses this declaration.
- Ideal.rank_pow_quotproof · cited by 1