Mathlib Map

Theorems · Theorem · commutative algebra

associated_norm_prod_smith

∀ {R : Type u_1} {S : Type u_2} {ι : Type u_3} [inst : CommRing R] [inst_1 : IsDomain R]
  [inst_2 : IsPrincipalIdealRing R] [inst_3 : CommRing S] [inst_4 : IsDomain S] [inst_5 : Algebra R S]
  [inst_6 : Fintype ι] (b : Module.Basis ι R S) {f : S} (hf : f ≠ 0),
  Associated ((Algebra.norm R) f) (∏ i, Ideal.smithCoeffs b (Ideal.span {f}) ⋯ i)

For a nonzero element f in an algebra S over a principal ideal domain R that is finite and free as an R-module, the norm of f relative to R is associated to the product of the Smith coefficients of the ideal generated by f.

Defined in
Mathlib.LinearAlgebra.FreeModule.Norm
Cited by
1 results in Mathlib
Foundations
Depth 131 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDomainIsPrincipalIdealRingCommRingIsDomainAlgebraFintype

Around this declaration

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

Cites58

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

  • DFunLike.coestatement and proof · cited by 62,936
  • Setstatement · cited by 53,352
  • Moduleproof · cited by 20,661
  • RingHom.idproof · cited by 18,349
  • CommRingstatement and proof · cited by 17,173
  • AddCommMonoidproof · cited by 12,281
  • Algebrastatement and proof · cited by 11,388
  • Equivproof · cited by 8,337
  • Fintypestatement and proof · cited by 7,736
  • Idealstatement · cited by 4,748
  • Bot.botstatement and proof · cited by 4,720
  • mul_oneproof · cited by 3,885

Cited by1

Results whose statement or proof uses this declaration.