Theorems · Theorem · commutative algebra
FractionalIdeal.count_mul
∀ {R : Type u_1} [inst : CommRing R] (K : Type u_2) [inst_1 : Field K] [inst_2 : Algebra R K]
[inst_3 : IsFractionRing R K] [inst_4 : IsDedekindDomain R] (v : IsDedekindDomain.HeightOneSpectrum R)
{I I' : FractionalIdeal (nonZeroDivisors R) K},
I ≠ 0 → I' ≠ 0 → FractionalIdeal.count K v (I * I') = FractionalIdeal.count K v I + FractionalIdeal.count K v I'For nonzero I, I', val_v(I*I') = val_v(I) + val_v(I').
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 151 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites40
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- Fieldstatement and proof · cited by 7,404
- Idealproof · cited by 4,748
- Algebra.algebraMapproof · cited by 4,706
- mul_commproof · cited by 2,262
- mul_assocproof · cited by 1,667
- map_mulproof · cited by 1,137
- Ideal.spanproof · cited by 948
- nonZeroDivisorsstatement and proof · cited by 895
- IsFractionRingstatement and proof · cited by 738
Cited by4
Results whose statement or proof uses this declaration.
- FractionalIdeal.count_mul'proof · cited by 2
- FractionalIdeal.count_neg_zpowproof · cited by 2
- FractionalIdeal.count_prodproof · cited by 1
- FractionalIdeal.count_monoproof · cited by 0