Theorems · Definition · commutative algebra
IsDiscreteValuationRing.toEuclideanDomain
(R : Type u_2) → [inst : CommRing R] → [inst_1 : IsDomain R] → [IsDiscreteValuationRing R] → EuclideanDomain R
A noncomputable Euclidean domain structure on a discrete valuation ring, where the GCD algorithm
only takes two steps to terminate. Given GCD(x,y), if x ∣ y then y%x = 0 so we're done in one
step; otherwise y%x = y and then GCD(x,y) = GCD(y,x) which brings us back to the first case.
See EuclideanDomain.to_principal_ideal_domain for EuclideanDomain ⇒ PID.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 98 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- IsDomainstatement and proof · cited by 2,196
- EuclideanDomainstatement · cited by 124
- IsDiscreteValuationRingstatement and proof · cited by 117
- IsDiscreteValuationRing.toWithBotNatproof · cited by 6
- IsDiscreteValuationRing.remainderproof · cited by 0
- IsDiscreteValuationRing.quotientproof · cited by 0
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.