Documentation

Mathlib.RingTheory.UniqueFactorizationDomain.Finite

Finiteness of divisors #

Main results #

@[implicit_reducible]
noncomputable def UniqueFactorizationMonoid.fintypeSubtypeDvd {M : Type u_2} [CommMonoidWithZero 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.

Instances For