Mathlib Map

Theorems · Definition · commutative algebra

FractionalIdeal.count

{R : Type u_1} →
  [inst : CommRing R] →
    (K : Type u_2) →
      [inst_1 : Field K] →
        [inst_2 : Algebra R K] →
          [IsFractionRing R K] →
            [IsDedekindDomain R] → IsDedekindDomain.HeightOneSpectrum R → FractionalIdeal (nonZeroDivisors R) K → ℤ

If I is a nonzero fractional ideal, a ∈ R, and J is an ideal of R such that I = a⁻¹J, then we define val_v(I) as (val_v(J) - val_v(a)). If I = 0, we set val_v(I) = 0.

Defined in
Mathlib.RingTheory.DedekindDomain.Factorization
Cited by
25 results in Mathlib
Foundations
Depth 148 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingFieldAlgebraIsFractionRingIsDedekindDomain

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

FractionalIdeal.count_well_defined · cited by 5FractionalIdeal.count_wel…FractionalIdeal.count_zero · cited by 5FractionalIdeal.count_zeroFractionalIdeal.count_mul · cited by 4FractionalIdeal.count_mulFractionalIdeal.count_one · cited by 4FractionalIdeal.count_oneFractionalIdeal.count_self · cited by 3FractionalIdeal.count_selfFractionalIdeal.count_zpow · cited by 3FractionalIdeal.count_zpowFractionalIdeal.count_maximal_coprime · cited by 2FractionalIdeal.count_max…FractionalIdeal.count_mul' · cited by 2FractionalIdeal.count_mul'FractionalIdeal.count_ne_zero · cited by 2FractionalIdeal.count_ne_…FractionalIdeal.count_neg_zpow · cited by 2FractionalIdeal.count_neg…FractionalIdeal.count_pow · cited by 2FractionalIdeal.count_powFractionalIdeal.count.congr_simp · cited by 2count.congr_simpFractionalIdeal.count_coe · cited by 1FractionalIdeal.count_coeFractionalIdeal.count_coe_nonneg · cited by 1FractionalIdeal.count_coe…FractionalIdeal.count_finsuppProd · cited by 1FractionalIdeal.count_fin…CommRing · cited by 17173CommRingAlgebra · cited by 11388AlgebraField · cited by 7404FieldIdeal · cited by 4748IdealIdeal.span · cited by 948Ideal.spannonZeroDivisors · cited by 895nonZeroDivisorsIsFractionRing · cited by 738IsFractionRingIsDedekindDomain · cited by 668IsDedekindDomainFractionalIdeal · cited by 423FractionalIdealIsDedekindDomain.HeightOneSpectrum · cited by 338IsDedekindDomain.HeightOn…IsDedekindDomain.HeightOneSpectrum.asIdeal · cited by 156HeightOneSpectrum.asIdealAssociates.mk · cited by 137Associates.mkAssociates.factors · cited by 97Associates.factorsAssociates.count · cited by 79Associates.countFractionalIdeal.countCITED BYCITES

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by25

Results whose statement or proof uses this declaration.