Documentation

Mathlib.RingTheory.UniqueFactorizationDomain.ClassGroup

The class group of a Unique Factorization Domain is trivial #

This file proves that the ideal class group of a Normalized GCD Domain is trivial. The main application is to Unique Factorization Domains, which are known to be Normalized GCD Domains.

Main result #

References #

instance NormalizedGCDMonoid.subsingleton_classGroup {R : Type u_1} [CommRing R] [IsDomain R] [Nonempty (NormalizedGCDMonoid R)] :
Subsingleton (ClassGroup R)

The ideal class group of a domain with normalizable gcd is trivial. This includes unique factorization domains.