Documentation

Mathlib.RingTheory.UniqueFactorizationDomain.Finite

Finiteness of divisors #

Main results #

noncomputable def UniqueFactorizationMonoid.fintypeSubtypeDvd {M : Type u_2} [CancelCommMonoidWithZero M] [UniqueFactorizationMonoid M] [Fintype Mˣ] (y : M) (hy : y 0) :
Fintype { x : M // x y }

If y is a nonzero element of a unique factorization monoid with finitely many units (e.g. , Ideal (ring_of_integers K)), it has finitely many divisors.

Equations
  • One or more equations did not get rendered due to their size.
Instances For