Loogle!
Result
Found 241 declarations mentioning Associated. Of these, only the first 200 are shown.
- Associated π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] (x y : M) : Prop - Associated.instIsEquiv π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] : IsEquiv M Associated - Associated.refl π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] (x : M) : Associated x x - Associated.rfl π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {x : M} : Associated x x - Associated.of_subsingleton π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Subsingleton M] [Monoid M] (a b : M) : Associated a b - Associated.of_eq π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {a b : M} (h : a = b) : Associated a b - Associated.symm π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {x y : M} : Associated x y β Associated y x - associated_eq_eq π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] [Subsingleton MΛ£] : Associated = Eq - Associated.comm π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {x y : M} : Associated x y β Associated y x - Associated.irreducible π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {p q : M} (h : Associated p q) (hp : Irreducible p) : Irreducible q - Associated.isUnit π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {a b : M} (h : Associated a b) : IsUnit a β IsUnit b - associated_iff_eq π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] [Subsingleton MΛ£] {x y : M} : Associated x y β x = y - Associated.dvd π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {a b : M} : Associated a b β a β£ b - Associated.dvd' π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {a b : M} (h : Associated a b) : b β£ a - Associated.irreducible_iff π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {p q : M} (h : Associated p q) : Irreducible p β Irreducible q - Associated.isUnit_iff π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {a b : M} (h : Associated a b) : IsUnit a β IsUnit b - Associates.mk_quot_out π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] (a : M) : Associated (Quot.out (Associates.mk a)) a - Associated.isRelPrime_left π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {a b c : M} (assoc : Associated a b) (h : IsRelPrime a c) : IsRelPrime b c - Associated.isRelPrime_right π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {a b c : M} (assoc : Associated a b) (h : IsRelPrime c a) : IsRelPrime c b - Associated.trans π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {x y z : M} : Associated x y β Associated y z β Associated x z - Associated.isRelPrime_iff_left π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {a b c : M} (assoc : Associated a b) : IsRelPrime a c β IsRelPrime b c - Associated.isRelPrime_iff_right π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {a b c : M} (assoc : Associated a b) : IsRelPrime c a β IsRelPrime c b - Associated.prime π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoidWithZero M] {p q : M} (h : Associated p q) (hp : Prime p) : Prime q - Associated.prime_iff π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoidWithZero M] {p q : M} (h : Associated p q) : Prime p β Prime q - Associates.mk_eq_mk_iff_associated π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {a b : M} : Associates.mk a = Associates.mk b β Associated a b - associated_one_iff_isUnit π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {a : M} : Associated a 1 β IsUnit a - dvdNotUnit_of_dvdNotUnit_associated π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoidWithZero M] {p q r : M} (h : DvdNotUnit p q) (h' : Associated q r) : DvdNotUnit p r - unit_associated_one π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {u : MΛ£} : Associated (βu) 1 - Associated.dvdNotUnit_left π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoidWithZero M] {p q r : M} (h : DvdNotUnit p r) (h' : Associated p q) : DvdNotUnit q r - Associated.dvdNotUnit_right π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoidWithZero M] {p q r : M} (h : DvdNotUnit p q) (h' : Associated q r) : DvdNotUnit p r - Associated.dvdNotUnit_left_iff π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoidWithZero M] {p q r : M} (h : Associated p q) : DvdNotUnit p r β DvdNotUnit q r - Associated.dvdNotUnit_right_iff π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoidWithZero M] {p q r : M} (h : Associated q r) : DvdNotUnit p q β DvdNotUnit p r - Associated.acc_dvdNotUnit_iff π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoidWithZero M] {p q : M} (h : Associated p q) : Acc DvdNotUnit p β Acc DvdNotUnit q - Irreducible.associated_of_dvd π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {p q : M} (p_irr : Irreducible p) (q_irr : Irreducible q) (dvd : p β£ q) : Associated p q - associated_mul_unit_left π Mathlib.Algebra.GroupWithZero.Associated
{N : Type u_2} [Monoid N] (a u : N) (hu : IsUnit u) : Associated (a * u) a - associated_mul_unit_right π Mathlib.Algebra.GroupWithZero.Associated
{N : Type u_2} [Monoid N] (a u : N) (hu : IsUnit u) : Associated a (a * u) - Irreducible.dvd_irreducible_iff_associated π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {p q : M} (pp : Irreducible p) (qp : Irreducible q) : p β£ q β Associated p q - Associated.dvd_dvd π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {a b : M} (h : Associated a b) : a β£ b β§ b β£ a - Irreducible.dvd_iff π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {x y : M} (hx : Irreducible x) : y β£ x β IsUnit y β¨ Associated x y - Irreducible.isUnit_iff_not_associated_of_dvd π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {x y : M} (hx : Irreducible x) (hy : y β£ x) : IsUnit y β Β¬Associated x y - Associated.dvd_iff_dvd_left π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {a b c : M} (h : Associated a b) : a β£ c β b β£ c - Associated.dvd_iff_dvd_right π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] {a b c : M} (h : Associated b c) : a β£ b β a β£ c - associated_unit_mul_left π Mathlib.Algebra.GroupWithZero.Associated
{N : Type u_2} [CommMonoid N] (a u : N) (hu : IsUnit u) : Associated (u * a) a - associated_unit_mul_right π Mathlib.Algebra.GroupWithZero.Associated
{N : Type u_2} [CommMonoid N] (a u : N) (hu : IsUnit u) : Associated a (u * a) - associated_mul_isUnit_left_iff π Mathlib.Algebra.GroupWithZero.Associated
{N : Type u_2} [Monoid N] {a u b : N} (hu : IsUnit u) : Associated (a * u) b β Associated a b - associated_mul_isUnit_right_iff π Mathlib.Algebra.GroupWithZero.Associated
{N : Type u_2} [Monoid N] {a b u : N} (hu : IsUnit u) : Associated a (b * u) β Associated a b - associated_mul_unit_left_iff π Mathlib.Algebra.GroupWithZero.Associated
{N : Type u_2} [Monoid N] {a b : N} {u : NΛ£} : Associated (a * βu) b β Associated a b - associated_mul_unit_right_iff π Mathlib.Algebra.GroupWithZero.Associated
{N : Type u_2} [Monoid N] {a b : N} {u : NΛ£} : Associated a (b * βu) β Associated a b - associated_zero_iff_eq_zero π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [MonoidWithZero M] (a : M) : Associated a 0 β a = 0 - DvdNotUnit.not_associated π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoidWithZero M] [IsCancelMulZero M] {p q : M} (h : DvdNotUnit p q) : Β¬Associated p q - associated_isUnit_mul_left_iff π Mathlib.Algebra.GroupWithZero.Associated
{N : Type u_2} [CommMonoid N] {u a b : N} (hu : IsUnit u) : Associated (u * a) b β Associated a b - associated_isUnit_mul_right_iff π Mathlib.Algebra.GroupWithZero.Associated
{N : Type u_2} [CommMonoid N] {a u b : N} (hu : IsUnit u) : Associated a (u * b) β Associated a b - Associated.eq_zero_iff π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [MonoidWithZero M] {a b : M} (h : Associated a b) : a = 0 β b = 0 - Associated.ne_zero_iff π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [MonoidWithZero M] {a b : M} (h : Associated a b) : a β 0 β b β 0 - Associated.mul_left π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [Monoid M] (a : M) {b c : M} (h : Associated b c) : Associated (a * b) (a * c) - associated_unit_mul_left_iff π Mathlib.Algebra.GroupWithZero.Associated
{N : Type u_2} [CommMonoid N] {a b : N} {u : NΛ£} : Associated (βu * a) b β Associated a b - associated_unit_mul_right_iff π Mathlib.Algebra.GroupWithZero.Associated
{N : Type u_2} [CommMonoid N] {a b : N} {u : NΛ£} : Associated a (βu * b) β Associated a b - instDecidableRelAssociatedOfIsLeftCancelMulZeroOfDvd π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [MonoidWithZero M] [IsLeftCancelMulZero M] [DecidableRel fun x1 x2 => x1 β£ x2] : DecidableRel fun x1 x2 => Associated x1 x2 - associated_of_dvd_dvd π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [MonoidWithZero M] [IsLeftCancelMulZero M] {a b : M} (hab : a β£ b) (hba : b β£ a) : Associated a b - Associated.pow_pow π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoid M] {a b : M} {n : β} (h : Associated a b) : Associated (a ^ n) (b ^ n) - dvd_dvd_iff_associated π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [MonoidWithZero M] [IsLeftCancelMulZero M] {a b : M} : a β£ b β§ b β£ a β Associated a b - Associated.mul_right π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoid M] {a b : M} (h : Associated a b) (c : M) : Associated (a * c) (b * c) - Associated.map π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_2} {N : Type u_3} [Monoid M] [Monoid N] {F : Type u_4} [FunLike F M N] [MonoidHomClass F M N] (f : F) {x y : M} (ha : Associated x y) : Associated (f x) (f y) - Prime.associated_of_dvd π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoidWithZero M] [IsCancelMulZero M] {p q : M} (p_prime : Prime p) (q_prime : Prime q) (dvd : p β£ q) : Associated p q - Prime.dvd_prime_iff_associated π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoidWithZero M] [IsCancelMulZero M] {p q : M} (pp : Prime p) (qp : Prime q) : p β£ q β Associated p q - associated_one_of_mul_eq_one π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoid M] {a : M} (b : M) (hab : a * b = 1) : Associated a 1 - Associated.mul_mul π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoid M] {aβ aβ bβ bβ : M} (hβ : Associated aβ bβ) (hβ : Associated aβ bβ) : Associated (aβ * aβ) (bβ * bβ) - associated_one_of_associated_mul_one π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoid M] {a b : M} : Associated (a * b) 1 β Associated a 1 - isUnit_of_associated_mul π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoidWithZero M] [IsCancelMulZero M] {p b : M} (h : Associated (p * b) p) (hp : p β 0) : IsUnit b - dvd_prime_pow π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoidWithZero M] [IsCancelMulZero M] {p q : M} (hp : Prime p) (n : β) : q β£ p ^ n β β i β€ n, Associated q (p ^ i) - Associated.of_pow_associated_of_prime π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoidWithZero M] [IsCancelMulZero M] {pβ pβ : M} {kβ kβ : β} (hpβ : Prime pβ) (hpβ : Prime pβ) (hkβ : 0 < kβ) (h : Associated (pβ ^ kβ) (pβ ^ kβ)) : Associated pβ pβ - Associated.of_pow_associated_of_prime' π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoidWithZero M] [IsCancelMulZero M] {pβ pβ : M} {kβ kβ : β} (hpβ : Prime pβ) (hpβ : Prime pβ) (hkβ : 0 < kβ) (h : Associated (pβ ^ kβ) (pβ ^ kβ)) : Associated pβ pβ - Associated.of_mul_left π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoidWithZero M] [IsCancelMulZero M] {a b c d : M} (h : Associated (a * b) (c * d)) (hβ : Associated a c) (ha : a β 0) : Associated b d - Associated.of_mul_right π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoidWithZero M] [IsCancelMulZero M] {a b c d : M} : Associated (a * b) (c * d) β Associated b d β b β 0 β Associated a c - Associates.associated_map_mk π Mathlib.Algebra.GroupWithZero.Associated
{M : Type u_1} [CommMonoid M] {f : Associates M β* M} (hinv : Function.RightInverse (βf) Associates.mk) (a : M) : Associated a (f (Associates.mk a)) - nonZeroDivisors.associated_coe π Mathlib.Algebra.GroupWithZero.NonZeroDivisors
{Mβ : Type u_1} [MonoidWithZero Mβ] {a b : β₯(nonZeroDivisors Mβ)} : Associated βa βb β Associated a b - Ideal.span_singleton_eq_span_singleton π Mathlib.RingTheory.Ideal.Span
{Ξ± : Type u} [CommSemiring Ξ±] [IsDomain Ξ±] {x y : Ξ±} : Ideal.span {x} = Ideal.span {y} β Associated x y - Ideal.mem_iff_of_associated π Mathlib.RingTheory.Ideal.Span
{Ξ± : Type u} [CommSemiring Ξ±] {I : Ideal Ξ±} {x y : Ξ±} (h : Associated x y) : x β I β y β I - IsCoprime.isUnit_of_associated π Mathlib.RingTheory.Coprime.Basic
{R : Type u} [CommSemiring R] {x y : R} (hβ : IsCoprime x y) (hβ : Associated x y) : IsUnit x β§ IsUnit y - Associated.neg_left π Mathlib.Algebra.Ring.Associated
{M : Type u_1} [Monoid M] [HasDistribNeg M] {a b : M} (h : Associated a b) : Associated (-a) b - Associated.neg_right π Mathlib.Algebra.Ring.Associated
{M : Type u_1} [Monoid M] [HasDistribNeg M] {a b : M} (h : Associated a b) : Associated a (-b) - Associated.neg_left_iff π Mathlib.Algebra.Ring.Associated
{M : Type u_1} [Monoid M] [HasDistribNeg M] {a b : M} : Associated (-a) b β Associated a b - Associated.neg_right_iff π Mathlib.Algebra.Ring.Associated
{M : Type u_1} [Monoid M] [HasDistribNeg M] {a b : M} : Associated a (-b) β Associated a b - Associated.neg_neg π Mathlib.Algebra.Ring.Associated
{M : Type u_1} [Monoid M] [HasDistribNeg M] {a b : M} (h : Associated a b) : Associated (-a) (-b) - associated_normalize π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [MonoidWithZero Ξ±] [NormalizationMonoid Ξ±] (x : Ξ±) : Associated x (normalize x) - normalize_associated π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [MonoidWithZero Ξ±] [NormalizationMonoid Ξ±] (x : Ξ±) : Associated (normalize x) x - associated_normalize_iff π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [MonoidWithZero Ξ±] [NormalizationMonoid Ξ±] {x y : Ξ±} : Associated x (normalize y) β Associated x y - gcd_comm' π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [GCDMonoid Ξ±] (a b : Ξ±) : Associated (gcd a b) (gcd b a) - lcm_comm' π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [GCDMonoid Ξ±] (a b : Ξ±) : Associated (lcm a b) (lcm b a) - normalize_associated_iff π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [MonoidWithZero Ξ±] [NormalizationMonoid Ξ±] {x y : Ξ±} : Associated (normalize x) y β Associated x y - normalize_eq_normalize_iff_associated π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [MonoidWithZero Ξ±] [NormalizationMonoid Ξ±] {a b : Ξ±} : normalize a = normalize b β Associated a b - gcd_zero_left' π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [GCDMonoid Ξ±] (a : Ξ±) : Associated (gcd 0 a) a - gcd_zero_right' π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [GCDMonoid Ξ±] (a : Ξ±) : Associated (gcd a 0) a - Associated.eq_of_normalized π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [MonoidWithZero Ξ±] [NormalizationMonoid Ξ±] {a b : Ξ±} (h : Associated a b) (ha : normalize a = a) (hb : normalize b = b) : a = b - associated_gcd_left_iff π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [GCDMonoid Ξ±] {x y : Ξ±} : Associated x (gcd x y) β x β£ y - associated_gcd_right_iff π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [GCDMonoid Ξ±] {x y : Ξ±} : Associated y (gcd x y) β y β£ x - gcd_assoc' π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [GCDMonoid Ξ±] (m n k : Ξ±) : Associated (gcd (gcd m n) k) (gcd m (gcd n k)) - lcm_assoc' π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [GCDMonoid Ξ±] (m n k : Ξ±) : Associated (lcm (lcm m n) k) (lcm m (lcm n k)) - lcm_eq_of_associated_left π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [NormalizedGCDMonoid Ξ±] {m n : Ξ±} (h : Associated m n) (k : Ξ±) : lcm m k = lcm n k - lcm_eq_of_associated_right π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [NormalizedGCDMonoid Ξ±] {m n : Ξ±} (h : Associated m n) (k : Ξ±) : lcm k m = lcm k n - Associated.gcd_eq_left π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [NormalizedGCDMonoid Ξ±] {m n : Ξ±} (h : Associated m n) (k : Ξ±) : gcd m k = gcd n k - Associated.gcd_eq_right π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [NormalizedGCDMonoid Ξ±] {m n : Ξ±} (h : Associated m n) (k : Ξ±) : gcd k m = gcd k n - Associated.gcd π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [GCDMonoid Ξ±] {aβ aβ bβ bβ : Ξ±} (ha : Associated aβ aβ) (hb : Associated bβ bβ) : Associated (gcd aβ bβ) (gcd aβ bβ) - Associated.lcm π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [GCDMonoid Ξ±] {aβ aβ bβ bβ : Ξ±} (ha : Associated aβ aβ) (hb : Associated bβ bβ) : Associated (lcm aβ bβ) (lcm aβ bβ) - gcd_one_left' π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [GCDMonoid Ξ±] (a : Ξ±) : Associated (gcd 1 a) 1 - gcd_one_right' π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [GCDMonoid Ξ±] (a : Ξ±) : Associated (gcd a 1) 1 - gcd_neg' π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [HasDistribNeg Ξ±] [GCDMonoid Ξ±] {a b : Ξ±} : Associated (gcd a (-b)) (gcd a b) - neg_gcd' π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [HasDistribNeg Ξ±] [GCDMonoid Ξ±] {a b : Ξ±} : Associated (gcd (-a) b) (gcd a b) - GCDMonoid.gcd_mul_lcm π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_2} {instβ : CommMonoidWithZero Ξ±} [self : GCDMonoid Ξ±] (a b : Ξ±) : Associated (gcd a b * lcm a b) (a * b) - gcd_mul_left' π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [GCDMonoid Ξ±] (a b c : Ξ±) : Associated (gcd (a * b) (a * c)) (a * gcd b c) - gcd_mul_right' π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [GCDMonoid Ξ±] (a b c : Ξ±) : Associated (gcd (b * a) (c * a)) (gcd b c * a) - exists_associated_pow_of_mul_eq_pow π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [GCDMonoid Ξ±] {a b c : Ξ±} (hab : IsUnit (gcd a b)) {k : β} (h : a * b = c ^ k) : β d, Associated (d ^ k) a - gcd_greatest_associated π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_2} [CommMonoidWithZero Ξ±] [GCDMonoid Ξ±] {a b d : Ξ±} (hda : d β£ a) (hdb : d β£ b) (hd : β (e : Ξ±), e β£ a β e β£ b β e β£ d) : Associated d (gcd a b) - Associates.out_mul' π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_2} [CommMonoidWithZero Ξ±] [NormalizationMonoid Ξ±] (a b : Associates Ξ±) : Associated (a * b).out (a.out * b.out) - GCDMonoid.mk π Mathlib.Algebra.GCDMonoid.Basic
{Ξ± : Type u_2} [CommMonoidWithZero Ξ±] [toIsCancelMulZero : IsCancelMulZero Ξ±] (gcd lcm : Ξ± β Ξ± β Ξ±) (gcd_dvd_left : β (a b : Ξ±), gcd a b β£ a) (gcd_dvd_right : β (a b : Ξ±), gcd a b β£ b) (dvd_gcd : β {a b c : Ξ±}, a β£ c β a β£ b β a β£ gcd c b) (gcd_mul_lcm : β (a b : Ξ±), Associated (gcd a b * lcm a b) (a * b)) (lcm_zero_left : β (a : Ξ±), lcm 0 a = 0) (lcm_zero_right : β (a : Ξ±), lcm a 0 = 0) : GCDMonoid Ξ± - Multiset.associated_gcd_map_mul π Mathlib.Algebra.GCDMonoid.Multiset
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [NormalizedGCDMonoid Ξ±] (a : Ξ±) (s : Multiset Ξ±) : Associated (Multiset.map (fun x => a * x) s).gcd (a * s.gcd) - Int.associated_natAbs π Mathlib.Algebra.GCDMonoid.Nat
(k : β€) : Associated k βk.natAbs - Int.associated_iff_natAbs π Mathlib.Algebra.GCDMonoid.Nat
{a b : β€} : Associated a b β a.natAbs = b.natAbs - Int.associated_iff π Mathlib.Algebra.GCDMonoid.Nat
{a b : β€} : Associated a b β a = b β¨ a = -b - Int.eq_of_associated_of_nonneg π Mathlib.Algebra.GCDMonoid.Nat
{a b : β€} (h : Associated a b) (ha : 0 β€ a) (hb : 0 β€ b) : a = b - Finset.gcd_mul_left' π Mathlib.Algebra.GCDMonoid.Finset
{Ξ± : Type u_2} {Ξ² : Type u_3} [CommMonoidWithZero Ξ±] [NormalizedGCDMonoid Ξ±] (s : Finset Ξ²) (f : Ξ² β Ξ±) (a : Ξ±) : Associated (s.gcd fun x => a * f x) (a * s.gcd f) - Finset.gcd_mul_right' π Mathlib.Algebra.GCDMonoid.Finset
{Ξ± : Type u_2} {Ξ² : Type u_3} [CommMonoidWithZero Ξ±] [NormalizedGCDMonoid Ξ±] (s : Finset Ξ²) (f : Ξ² β Ξ±) (a : Ξ±) : Associated (s.gcd fun x => f x * a) (s.gcd f * a) - UniqueFactorizationMonoid.factors_prod π Mathlib.RingTheory.UniqueFactorizationDomain.Defs
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [UniqueFactorizationMonoid Ξ±] {a : Ξ±} (ane0 : a β 0) : Associated (UniqueFactorizationMonoid.factors a).prod a - UniqueFactorizationMonoid.exists_prime_factors π Mathlib.RingTheory.UniqueFactorizationDomain.Defs
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [UniqueFactorizationMonoid Ξ±] (a : Ξ±) : a β 0 β β f, (β b β f, Prime b) β§ Associated f.prod a - WfDvdMonoid.exists_factors π Mathlib.RingTheory.UniqueFactorizationDomain.Defs
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [WfDvdMonoid Ξ±] (a : Ξ±) : a β 0 β β f, (β b β f, Irreducible b) β§ Associated f.prod a - Submodule.IsPrincipal.associated_generator_span_self π Mathlib.RingTheory.PrincipalIdealDomain
{R : Type u} [CommSemiring R] [IsDomain R] (r : R) : Associated (Submodule.IsPrincipal.generator (Ideal.span {r})) r - PrincipalIdealRing.factors_spec π Mathlib.RingTheory.PrincipalIdealDomain
{R : Type u} [CommRing R] [IsDomain R] [IsPrincipalIdealRing R] (a : R) (h : a β 0) : (β b β PrincipalIdealRing.factors a, Irreducible b) β§ Associated (PrincipalIdealRing.factors a).prod a - IsBezout.associated_gcd_gcd π Mathlib.RingTheory.PrincipalIdealDomain
(R : Type u) [CommRing R] {x y : R} [Submodule.IsPrincipal (Ideal.span {x, y})] [GCDMonoid R] : Associated (IsBezout.gcd x y) (gcd x y) - exists_associated_pow_of_mul_eq_pow' π Mathlib.RingTheory.PrincipalIdealDomain
{R : Type u} [CommRing R] [IsBezout R] [IsDomain R] {a b c : R} (hab : IsCoprime a b) {k : β} (h : a * b = c ^ k) : β d, Associated (d ^ k) a - exists_associated_pow_of_associated_pow_mul π Mathlib.RingTheory.PrincipalIdealDomain
{R : Type u} [CommRing R] [IsBezout R] [IsDomain R] {a b c : R} (hab : IsCoprime a b) {k : β} (h : Associated (c ^ k) (a * b)) : β d, Associated (d ^ k) a - Polynomial.associated_map_map π Mathlib.Algebra.Polynomial.Eval.Defs
{R : Type u} {S : Type v} [Semiring R] [Semiring S] (f : R β+* S) {x y : Polynomial R} : Associated x y β Associated (Polynomial.map f x) (Polynomial.map f y) - Polynomial.eq_of_monic_of_associated π Mathlib.Algebra.Polynomial.Monic
{R : Type u} [Semiring R] {p q : Polynomial R} (hp : p.Monic) (hq : q.Monic) (hpq : Associated p q) : p = q - emultiplicity_eq_of_associated_right π Mathlib.RingTheory.Multiplicity
{Ξ± : Type u_1} [Monoid Ξ±] {a b c : Ξ±} (h : Associated b c) : emultiplicity a b = emultiplicity a c - multiplicity_eq_of_associated_right π Mathlib.RingTheory.Multiplicity
{Ξ± : Type u_1} [Monoid Ξ±] {a b c : Ξ±} (h : Associated b c) : multiplicity a b = multiplicity a c - emultiplicity_eq_of_associated_left π Mathlib.RingTheory.Multiplicity
{Ξ± : Type u_1} [CommMonoid Ξ±] {a b c : Ξ±} (h : Associated a b) : emultiplicity b c = emultiplicity a c - multiplicity_eq_of_associated_left π Mathlib.RingTheory.Multiplicity
{Ξ± : Type u_1} [CommMonoid Ξ±] {a b c : Ξ±} (h : Associated a b) : multiplicity b c = multiplicity a c - Polynomial.associated_of_dvd_of_degree_eq π Mathlib.Algebra.Polynomial.Div
{K : Type u_1} [Field K] {p q : Polynomial K} (hpq : p β£ q) (hβ : p.degree = q.degree) : Associated p q - Polynomial.associated_of_dvd_of_natDegree_le_of_leadingCoeff π Mathlib.Algebra.Polynomial.Div
{R : Type u} [CommRing R] [IsDomain R] {p q : Polynomial R} (hpq : p β£ q) (hβ : q.natDegree β€ p.natDegree) (hβ : q.leadingCoeff β£ p.leadingCoeff) : Associated p q - Polynomial.associated_of_dvd_of_natDegree_le π Mathlib.Algebra.Polynomial.Div
{K : Type u_1} [Field K] {p q : Polynomial K} (hpq : p β£ q) (hq : q β 0) (hβ : q.natDegree β€ p.natDegree) : Associated p q - Polynomial.degree_eq_degree_of_associated π Mathlib.Algebra.Polynomial.RingDivision
{R : Type u} [CommRing R] [IsDomain R] {p q : Polynomial R} (h : Associated p q) : p.degree = q.degree - Associated.roots_eq π Mathlib.Algebra.Polynomial.Roots
{R : Type u} [CommRing R] [IsDomain R] {p q : Polynomial R} (h : Associated p q) : p.roots = q.roots - Prod.associated_iff π Mathlib.Algebra.BigOperators.Associated
{M : Type u_4} {N : Type u_5} [Monoid M] [Monoid N] {x z : M Γ N} : Associated x z β Associated x.1 z.1 β§ Associated x.2 z.2 - Associates.rel_associated_iff_map_eq_map π Mathlib.Algebra.BigOperators.Associated
{M : Type u_2} [CommMonoid M] {p q : Multiset M} : Multiset.Rel Associated p q β Multiset.map Associates.mk p = Multiset.map Associates.mk q - Associated.prod π Mathlib.Algebra.BigOperators.Associated
{M : Type u_4} [CommMonoid M] {ΞΉ : Type u_5} (s : Finset ΞΉ) (f g : ΞΉ β M) (h : β i β s, Associated (f i) (g i)) : Associated (β i β s, f i) (β i β s, g i) - exists_associated_mem_of_dvd_prod π Mathlib.Algebra.BigOperators.Associated
{Mβ : Type u_3} [CommMonoidWithZero Mβ] [IsCancelMulZero Mβ] {p : Mβ} (hp : Prime p) {s : Multiset Mβ} : (β r β s, Prime r) β p β£ s.prod β β q β s, Associated p q - Multiset.prod_primes_dvd π Mathlib.Algebra.BigOperators.Associated
{Mβ : Type u_3} [CommMonoidWithZero Mβ] [IsCancelMulZero Mβ] [(a : Mβ) β DecidablePred (Associated a)] {s : Multiset Mβ} (n : Mβ) (h : β a β s, Prime a) (div : β a β s, a β£ n) (uniq : β (a : Mβ), Multiset.countP (Associated a) s β€ 1) : s.prod β£ n - Associated.card_factors_eq π Mathlib.RingTheory.UniqueFactorizationDomain.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [UniqueFactorizationMonoid Ξ±] {a b : Ξ±} (h : Associated a b) : (UniqueFactorizationMonoid.factors a).card = (UniqueFactorizationMonoid.factors b).card - UniqueFactorizationMonoid.factors_rel_of_associated π Mathlib.RingTheory.UniqueFactorizationDomain.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [UniqueFactorizationMonoid Ξ±] {a b : Ξ±} (h : Associated a b) : Multiset.Rel Associated (UniqueFactorizationMonoid.factors a) (UniqueFactorizationMonoid.factors b) - UniqueFactorizationMonoid.factors_eq_singleton_of_irreducible π Mathlib.RingTheory.UniqueFactorizationDomain.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [UniqueFactorizationMonoid Ξ±] {a : Ξ±} (ha : Irreducible a) : β b, Associated a b β§ UniqueFactorizationMonoid.factors a = {b} - prime_factors_irreducible π Mathlib.RingTheory.UniqueFactorizationDomain.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] {a : Ξ±} {f : Multiset Ξ±} (ha : Irreducible a) (pfa : (β b β f, Prime b) β§ Associated f.prod a) : β p, Associated a p β§ f = {p} - UniqueFactorizationMonoid.factors_pow π Mathlib.RingTheory.UniqueFactorizationDomain.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [UniqueFactorizationMonoid Ξ±] {x : Ξ±} (n : β) : Multiset.Rel Associated (UniqueFactorizationMonoid.factors (x ^ n)) (n β’ UniqueFactorizationMonoid.factors x) - UniqueFactorizationMonoid.exists_mem_factors_of_dvd π Mathlib.RingTheory.UniqueFactorizationDomain.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [UniqueFactorizationMonoid Ξ±] {a p : Ξ±} (ha0 : a β 0) (hp : Irreducible p) : p β£ a β β q β UniqueFactorizationMonoid.factors a, Associated p q - UniqueFactorizationMonoid.factors_pow_count_prod π Mathlib.RingTheory.UniqueFactorizationDomain.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [UniqueFactorizationMonoid Ξ±] [DecidableEq Ξ±] {x : Ξ±} (hx : x β 0) : Associated (β p β (UniqueFactorizationMonoid.factors x).toFinset, p ^ Multiset.count p (UniqueFactorizationMonoid.factors x)) x - UniqueFactorizationMonoid.factors_unique π Mathlib.RingTheory.UniqueFactorizationDomain.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [UniqueFactorizationMonoid Ξ±] {f g : Multiset Ξ±} (hf : β x β f, Irreducible x) (hg : β x β g, Irreducible x) (h : Associated f.prod g.prod) : Multiset.Rel Associated f g - UniqueFactorizationMonoid.of_exists_prime_factors π Mathlib.RingTheory.UniqueFactorizationDomain.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [IsCancelMulZero Ξ±] (pf : β (a : Ξ±), a β 0 β β f, (β b β f, Prime b) β§ Associated f.prod a) : UniqueFactorizationMonoid Ξ± - WfDvdMonoid.of_exists_prime_factors π Mathlib.RingTheory.UniqueFactorizationDomain.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [IsCancelMulZero Ξ±] (pf : β (a : Ξ±), a β 0 β β f, (β b β f, Prime b) β§ Associated f.prod a) : WfDvdMonoid Ξ± - UniqueFactorizationMonoid.iff_exists_prime_factors π Mathlib.RingTheory.UniqueFactorizationDomain.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [IsCancelMulZero Ξ±] : UniqueFactorizationMonoid Ξ± β β (a : Ξ±), a β 0 β β f, (β b β f, Prime b) β§ Associated f.prod a - prime_factors_unique π Mathlib.RingTheory.UniqueFactorizationDomain.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [IsCancelMulZero Ξ±] {f g : Multiset Ξ±} : (β x β f, Prime x) β (β x β g, Prime x) β Associated f.prod g.prod β Multiset.Rel Associated f g - irreducible_iff_prime_of_exists_prime_factors π Mathlib.RingTheory.UniqueFactorizationDomain.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [IsCancelMulZero Ξ±] (pf : β (a : Ξ±), a β 0 β β f, (β b β f, Prime b) β§ Associated f.prod a) {p : Ξ±} : Irreducible p β Prime p - UniqueFactorizationMonoid.factors_mul π Mathlib.RingTheory.UniqueFactorizationDomain.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [UniqueFactorizationMonoid Ξ±] {x y : Ξ±} (hx : x β 0) (hy : y β 0) : Multiset.Rel Associated (UniqueFactorizationMonoid.factors (x * y)) (UniqueFactorizationMonoid.factors x + UniqueFactorizationMonoid.factors y) - UniqueFactorizationMonoid.of_existsUnique_irreducible_factors π Mathlib.RingTheory.UniqueFactorizationDomain.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [IsCancelMulZero Ξ±] (eif : β (a : Ξ±), a β 0 β β f, (β b β f, Irreducible b) β§ Associated f.prod a) (uif : β (f g : Multiset Ξ±), (β x β f, Irreducible x) β (β x β g, Irreducible x) β Associated f.prod g.prod β Multiset.Rel Associated f g) : UniqueFactorizationMonoid Ξ± - irreducible_iff_prime_of_existsUnique_irreducible_factors π Mathlib.RingTheory.UniqueFactorizationDomain.Basic
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [IsCancelMulZero Ξ±] (eif : β (a : Ξ±), a β 0 β β f, (β b β f, Irreducible b) β§ Associated f.prod a) (uif : β (f g : Multiset Ξ±), (β x β f, Irreducible x) β (β x β g, Irreducible x) β Associated f.prod g.prod β Multiset.Rel Associated f g) (p : Ξ±) : Irreducible p β Prime p - Associated.normalizedFactors_eq π Mathlib.RingTheory.UniqueFactorizationDomain.NormalizedFactors
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [NormalizationMonoid Ξ±] [UniqueFactorizationMonoid Ξ±] {a b : Ξ±} (h : Associated a b) : UniqueFactorizationMonoid.normalizedFactors a = UniqueFactorizationMonoid.normalizedFactors b - UniqueFactorizationMonoid.prod_normalizedFactors π Mathlib.RingTheory.UniqueFactorizationDomain.NormalizedFactors
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [NormalizationMonoid Ξ±] [UniqueFactorizationMonoid Ξ±] {a : Ξ±} (ane0 : a β 0) : Associated (UniqueFactorizationMonoid.normalizedFactors a).prod a - UniqueFactorizationMonoid.mem_normalizedFactors_eq_of_associated π Mathlib.RingTheory.UniqueFactorizationDomain.NormalizedFactors
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [NormalizationMonoid Ξ±] [UniqueFactorizationMonoid Ξ±] {a b c : Ξ±} (ha : a β UniqueFactorizationMonoid.normalizedFactors c) (hb : b β UniqueFactorizationMonoid.normalizedFactors c) (h : Associated a b) : a = b - UniqueFactorizationMonoid.associated_iff_normalizedFactors_eq_normalizedFactors π Mathlib.RingTheory.UniqueFactorizationDomain.NormalizedFactors
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [NormalizationMonoid Ξ±] [UniqueFactorizationMonoid Ξ±] {x y : Ξ±} (hx : x β 0) (hy : y β 0) : Associated x y β UniqueFactorizationMonoid.normalizedFactors x = UniqueFactorizationMonoid.normalizedFactors y - UniqueFactorizationMonoid.exists_associated_prime_pow_of_unique_normalized_factor π Mathlib.RingTheory.UniqueFactorizationDomain.NormalizedFactors
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [NormalizationMonoid Ξ±] [UniqueFactorizationMonoid Ξ±] {p r : Ξ±} (h : β {m : Ξ±}, m β UniqueFactorizationMonoid.normalizedFactors r β m = p) (hr : r β 0) : β i, Associated (p ^ i) r - UniqueFactorizationMonoid.exists_mem_normalizedFactors_of_dvd π Mathlib.RingTheory.UniqueFactorizationDomain.NormalizedFactors
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [NormalizationMonoid Ξ±] [UniqueFactorizationMonoid Ξ±] {a p : Ξ±} (ha0 : a β 0) (hp : Irreducible p) : p β£ a β β q β UniqueFactorizationMonoid.normalizedFactors a, Associated p q - Polynomial.associated_content_mul π Mathlib.RingTheory.Polynomial.Content
{R : Type u_1} [CommRing R] [NormalizedGCDMonoid R] (p q : Polynomial R) : Associated (p * q).content (p.content * q.content) - Polynomial.associated_content_C_mul π Mathlib.RingTheory.Polynomial.Content
{R : Type u_1} [CommRing R] [NormalizedGCDMonoid R] (r : R) (p : Polynomial R) : Associated (Polynomial.C r * p).content (r * p.content) - Polynomial.associated_primPart_mul π Mathlib.RingTheory.Polynomial.Content
{R : Type u_1} [CommRing R] [NormalizedGCDMonoid R] {p q : Polynomial R} (h0 : p * q β 0) : Associated (p * q).primPart (p.primPart * q.primPart) - Associates.factors'_cong π Mathlib.RingTheory.UniqueFactorizationDomain.FactorSet
{Ξ± : Type u_1} [CommMonoidWithZero Ξ±] [UniqueFactorizationMonoid Ξ±] {a b : Ξ±} (h : Associated a b) : Associates.factors' a = Associates.factors' b - UniqueFactorizationMonoid.associated_finprod_pow_count π Mathlib.RingTheory.UniqueFactorizationDomain.Multiplicity
{R : Type u_2} [CommMonoidWithZero R] [UniqueFactorizationMonoid R] [NormalizationMonoid R] [DecidableEq R] {x : R} (hx : x β 0) : Associated (βαΆ (p : R), p ^ Multiset.count p (UniqueFactorizationMonoid.normalizedFactors x)) x - IsLocalization.Away.of_associated π Mathlib.RingTheory.Localization.Away.Basic
{R : Type u_1} [CommSemiring R] {S : Type u_2} [CommSemiring S] [Algebra R S] {r r' : R} (h : Associated r r') [IsLocalization.Away r S] : IsLocalization.Away r' S - IsLocalization.Away.iff_of_associated π Mathlib.RingTheory.Localization.Away.Basic
{R : Type u_1} [CommSemiring R] {S : Type u_2} [CommSemiring S] [Algebra R S] {r r' : R} (h : Associated r r') : IsLocalization.Away r S β IsLocalization.Away r' S - IsLocalization.Away.associated_sec_fst π Mathlib.RingTheory.Localization.Away.Basic
{R : Type u_1} [CommSemiring R] {S : Type u_2} [CommSemiring S] [Algebra R S] (x : R) [IsLocalization.Away x S] (s : S) : Associated ((algebraMap R S) (IsLocalization.Away.sec x s).1) s - IsLocalization.Away.mul_of_associated π Mathlib.RingTheory.Localization.Away.Basic
{R : Type u_1} [CommSemiring R] {S : Type u_2} [CommSemiring S] [Algebra R S] (x z : R) (y : S) [IsLocalization.Away x S] {T : Type u_4} [CommRing T] [Algebra S T] [Algebra R T] [IsScalarTower R S T] [IsLocalization.Away y T] (h : Associated ((algebraMap R S) z) y) : IsLocalization.Away (x * z) T - Finset.associated_lcm_prod π Mathlib.Algebra.GCDMonoid.FinsetLemmas
{ΞΉ : Type u_1} {Ξ± : Type u_2} [CommMonoidWithZero Ξ±] [NormalizedGCDMonoid Ξ±] {s : Finset ΞΉ} {f : ΞΉ β Ξ±} (h : (βs).Pairwise (Function.onFun IsRelPrime f)) : Associated (s.lcm f) (s.prod f) - Associated.pow_iff π Mathlib.RingTheory.IntegralClosure.IntegrallyClosed
{R : Type u_1} [CommRing R] [IsDomain R] [IsIntegrallyClosed R] {n : β} (hn : n β 0) {a b : R} : Associated (a ^ n) (b ^ n) β Associated a b - AdjoinRoot.algEquivOfAssociated π Mathlib.RingTheory.AdjoinRoot
(R : Type u_1) {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (f g : Polynomial S) (hfg : Associated f g) : AdjoinRoot f ββ[R] AdjoinRoot g - AdjoinRoot.algEquivOfAssociated_root π Mathlib.RingTheory.AdjoinRoot
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (f g : Polynomial S) (hfg : Associated f g) : (AdjoinRoot.algEquivOfAssociated R f g hfg) (AdjoinRoot.root f) = AdjoinRoot.root g - AdjoinRoot.algEquivOfAssociated_symm π Mathlib.RingTheory.AdjoinRoot
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (f g : Polynomial S) (hfg : Associated f g) : (AdjoinRoot.algEquivOfAssociated R f g hfg).symm = AdjoinRoot.algEquivOfAssociated R g f β― - AdjoinRoot.algEquivOfAssociated_toAlgHom π Mathlib.RingTheory.AdjoinRoot
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (f g : Polynomial S) (hfg : Associated f g) : β(AdjoinRoot.algEquivOfAssociated R f g hfg) = AdjoinRoot.algHomOfDvd R f g β― - AdjoinRoot.mapAlgEquiv π Mathlib.RingTheory.AdjoinRoot
{R : Type u_1} {S : Type u_2} {T : Type u_3} [CommRing R] [CommRing S] [CommRing T] [Algebra R S] [Algebra R T] (f : S ββ[R] T) (p : Polynomial S) (q : Polynomial T) (h : Associated (Polynomial.map (βf) p) q) : AdjoinRoot p ββ[R] AdjoinRoot q - AdjoinRoot.coe_algEquivOfAssociated π Mathlib.RingTheory.AdjoinRoot
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (f g : Polynomial S) (hfg : Associated f g) : β(AdjoinRoot.algEquivOfAssociated R f g hfg) = β(AdjoinRoot.algHomOfDvd R f g β―) - AdjoinRoot.symm_mapAlgEquiv π Mathlib.RingTheory.AdjoinRoot
{R : Type u_1} {S : Type u_2} {T : Type u_3} [CommRing R] [CommRing S] [CommRing T] [Algebra R S] [Algebra R T] (f : S ββ[R] T) (p : Polynomial S) (q : Polynomial T) (h : Associated (Polynomial.map (βf) p) q) : (AdjoinRoot.mapAlgEquiv f p q h).symm = AdjoinRoot.mapAlgEquiv f.symm q p β― - AdjoinRoot.mapRingEquiv π Mathlib.RingTheory.AdjoinRoot
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] (f : R β+* S) (p : Polynomial R) (q : Polynomial S) (h : Associated (Polynomial.map (βf) p) q) : AdjoinRoot p β+* AdjoinRoot q - AdjoinRoot.symm_mapRingEquiv π Mathlib.RingTheory.AdjoinRoot
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] (f : R β+* S) (p : Polynomial R) (q : Polynomial S) (h : Associated (Polynomial.map (βf) p) q) : (AdjoinRoot.mapRingEquiv f p q h).symm = AdjoinRoot.mapRingEquiv f.symm q p β― - AdjoinRoot.coe_mapAlgEquiv π Mathlib.RingTheory.AdjoinRoot
{R : Type u_1} {S : Type u_2} {T : Type u_3} [CommRing R] [CommRing S] [CommRing T] [Algebra R S] [Algebra R T] (f : S ββ[R] T) (p : Polynomial S) (q : Polynomial T) (h : Associated (Polynomial.map (βf) p) q) : β(AdjoinRoot.mapAlgEquiv f p q h) = β(AdjoinRoot.map (βf) p q β―) - AdjoinRoot.coe_mapRingEquiv π Mathlib.RingTheory.AdjoinRoot
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] (f : R β+* S) (p : Polynomial R) (q : Polynomial S) (h : Associated (Polynomial.map (βf) p) q) : β(AdjoinRoot.mapRingEquiv f p q h) = β(AdjoinRoot.map (βf) p q β―) - LinearMap.associated_det_comp_equiv π Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {N : Type u_5} [AddCommGroup N] [Module R N] (f : N ββ[R] M) (e e' : M ββ[R] N) : Associated (LinearMap.det (f ββ βe)) (LinearMap.det (f ββ βe')) - LinearMap.associated_det_of_eq_comp π Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (e : M ββ[R] M) (f f' : M ββ[R] M) (h : β (x : M), f x = f' (e x)) : Associated (LinearMap.det f) (LinearMap.det f') - Associated.squarefree_iff π Mathlib.Algebra.Squarefree.Basic
{R : Type u_1} [Monoid R] {x y : R} (h : Associated x y) : Squarefree x β Squarefree y - Squarefree.associated_of_isSquare_mul π Mathlib.Algebra.Squarefree.Basic
{R : Type u_1} [CommMonoidWithZero R] [IsCancelMulZero R] {x y : R} [DecompositionMonoid R] (hx : Squarefree x) (hy : Squarefree y) (h : IsSquare (x * y)) : Associated x y - Associated.separable π Mathlib.FieldTheory.Separable
{R : Type u} [CommSemiring R] {f g : Polynomial R} (ha : Associated f g) (h : f.Separable) : g.Separable - Associated.separable_iff π Mathlib.FieldTheory.Separable
{R : Type u} [CommSemiring R] {f g : Polynomial R} (ha : Associated f g) : f.Separable β g.Separable - Associated.abs_left π Mathlib.Algebra.Ring.Divisibility.Lemmas
{R : Type u_1} [Ring R] [LinearOrder R] {x y : R} : Associated x y β Associated |x| y - Associated.abs_right π Mathlib.Algebra.Ring.Divisibility.Lemmas
{R : Type u_1} [Ring R] [LinearOrder R] {x y : R} : Associated x y β Associated x |y| - associated_abs_left_iff π Mathlib.Algebra.Ring.Divisibility.Lemmas
{R : Type u_1} [Ring R] [LinearOrder R] {x y : R} : Associated |x| y β Associated x y - associated_abs_right_iff π Mathlib.Algebra.Ring.Divisibility.Lemmas
{R : Type u_1} [Ring R] [LinearOrder R] {x y : R} : Associated x |y| β Associated x y
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c