Theorems · Theorem · number theory
Nat.gcd_greatest
∀ {a b d : ℕ}, d ∣ a → d ∣ b → (∀ (e : ℕ), e ∣ a → e ∣ b → e ∣ d) → d = a.gcd b- Defined in
- Mathlib.Data.Nat.GCD.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- dvd_antisymmproof · cited by 23
Cited by1
Results whose statement or proof uses this declaration.
- Nat.factorization_gcdproof · cited by 2