Mathlib Map

Theorems · Theorem · number theory

ClassGroup.exists_min

∀ {R : Type u_1} {S : Type u_2} [inst : EuclideanDomain R] [inst_1 : CommRing S] [IsDomain S] [inst_3 : Algebra R S]
  (abv : AbsoluteValue R ℤ) (I : ↥(nonZeroDivisors (Ideal S))),
  ∃ b ∈ ↑I, b ≠ 0 ∧ ∀ c ∈ ↑I, abv ((Algebra.norm R) c) < abv ((Algebra.norm R) b) → c = 0

A nonzero ideal has an element of minimal norm.

Defined in
Mathlib.NumberTheory.ClassNumber.Finite
Cited by
1 results in Mathlib
Foundations
Depth 127 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
EuclideanDomainCommRingIsDomainAlgebra

Around this declaration

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

Cites15

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

Cited by1

Results whose statement or proof uses this declaration.