Loogle!
Result
Found 21753 declarations mentioning CommRing. Of these, only the first 200 are shown.
- CommRing ๐ Mathlib.Algebra.Ring.Defs
(ฮฑ : Type u) : Type u - CommRing.toAddCommGroupWithOne ๐ Mathlib.Algebra.Ring.Defs
{ฮฑ : Type u} [s : CommRing ฮฑ] : AddCommGroupWithOne ฮฑ - CommRing.toCommMonoid ๐ Mathlib.Algebra.Ring.Defs
{ฮฑ : Type u} [self : CommRing ฮฑ] : CommMonoid ฮฑ - CommRing.toCommSemiring ๐ Mathlib.Algebra.Ring.Defs
{ฮฑ : Type u} [s : CommRing ฮฑ] : CommSemiring ฮฑ - CommRing.toNonAssocCommRing ๐ Mathlib.Algebra.Ring.Defs
{ฮฑ : Type u} [CommRing ฮฑ] : NonAssocCommRing ฮฑ - CommRing.toNonUnitalCommRing ๐ Mathlib.Algebra.Ring.Defs
{ฮฑ : Type u} [s : CommRing ฮฑ] : NonUnitalCommRing ฮฑ - CommRing.toRing ๐ Mathlib.Algebra.Ring.Defs
{ฮฑ : Type u} [self : CommRing ฮฑ] : Ring ฮฑ - IsMulCommutative.instCommRing ๐ Mathlib.Algebra.Ring.Defs
{R : Type v} [Ring R] [IsMulCommutative R] : CommRing R - CommRing.mk ๐ Mathlib.Algebra.Ring.Defs
{ฮฑ : Type u} [toRing : Ring ฮฑ] (mul_comm : โ (a b : ฮฑ), a * b = b * a) : CommRing ฮฑ - CommRing.mul_comm ๐ Mathlib.Algebra.Ring.Defs
{ฮฑ : Type u} [self : CommRing ฮฑ] (a b : ฮฑ) : a * b = b * a - Int.instCommRing ๐ Mathlib.Algebra.Ring.Int.Defs
: CommRing โค - AddMonoidHom.mkRingHomOfMulSelfOfTwoNeZero ๐ Mathlib.Algebra.Ring.Hom.Defs
{ฮฑ : Type u_2} {ฮฒ : Type u_3} [CommRing ฮฑ] [IsDomain ฮฑ] [CommRing ฮฒ] (f : ฮฒ โ+ ฮฑ) (h : โ (x : ฮฒ), f (x * x) = f x * f x) (h_two : 2 โ 0) (h_one : f 1 = 1) : ฮฒ โ+* ฮฑ - AddMonoidHom.coe_fn_mkRingHomOfMulSelfOfTwoNeZero ๐ Mathlib.Algebra.Ring.Hom.Defs
{ฮฑ : Type u_2} {ฮฒ : Type u_3} [CommRing ฮฑ] [IsDomain ฮฑ] [CommRing ฮฒ] (f : ฮฒ โ+ ฮฑ) (h : โ (x : ฮฒ), f (x * x) = f x * f x) (h_two : 2 โ 0) (h_one : f 1 = 1) : โ(f.mkRingHomOfMulSelfOfTwoNeZero h h_two h_one) = โf - AddMonoidHom.coe_addMonoidHom_mkRingHomOfMulSelfOfTwoNeZero ๐ Mathlib.Algebra.Ring.Hom.Defs
{ฮฑ : Type u_2} {ฮฒ : Type u_3} [CommRing ฮฑ] [IsDomain ฮฑ] [CommRing ฮฒ] (f : ฮฒ โ+ ฮฑ) (h : โ (x : ฮฒ), f (x * x) = f x * f x) (h_two : 2 โ 0) (h_one : f 1 = 1) : โ(f.mkRingHomOfMulSelfOfTwoNeZero h h_two h_one) = f - Function.Injective.commRing ๐ Mathlib.Algebra.Ring.InjSurj
{R : Type u_1} {S : Type u_2} (f : S โ R) (hf : Function.Injective f) [Add S] [Mul S] [Zero S] [One S] [Neg S] [Sub S] [SMul โ S] [SMul โค S] [Pow S โ] [NatCast S] [IntCast S] [CommRing R] (zero : f 0 = 0) (one : f 1 = 1) (add : โ (x y : S), f (x + y) = f x + f y) (mul : โ (x y : S), f (x * y) = f x * f y) (neg : โ (x : S), f (-x) = -f x) (sub : โ (x y : S), f (x - y) = f x - f y) (nsmul : โ (n : โ) (x : S), f (n โข x) = n โข f x) (zsmul : โ (n : โค) (x : S), f (n โข x) = n โข f x) (npow : โ (x : S) (n : โ), f (x ^ n) = f x ^ n) (natCast : โ (n : โ), f โn = โn) (intCast : โ (n : โค), f โn = โn) : CommRing S - Function.Surjective.commRing ๐ Mathlib.Algebra.Ring.InjSurj
{R : Type u_1} {S : Type u_2} (f : R โ S) (hf : Function.Surjective f) [Add S] [Mul S] [Zero S] [One S] [Neg S] [Sub S] [SMul โ S] [SMul โค S] [Pow S โ] [NatCast S] [IntCast S] [CommRing R] (zero : f 0 = 0) (one : f 1 = 1) (add : โ (x y : R), f (x + y) = f x + f y) (mul : โ (x y : R), f (x * y) = f x * f y) (neg : โ (x : R), f (-x) = -f x) (sub : โ (x y : R), f (x - y) = f x - f y) (nsmul : โ (n : โ) (x : R), f (n โข x) = n โข f x) (zsmul : โ (n : โค) (x : R), f (n โข x) = n โข f x) (npow : โ (x : R) (n : โ), f (x ^ n) = f x ^ n) (natCast : โ (n : โ), f โn = โn) (intCast : โ (n : โค), f โn = โn) : CommRing S - Units.divp_sub_divp ๐ Mathlib.Algebra.Ring.Units
{ฮฑ : Type u} [CommRing ฮฑ] (a b : ฮฑ) (uโ uโ : ฮฑหฃ) : a /โ uโ - b /โ uโ = (a * โuโ - โuโ * b) /โ (uโ * uโ) - sub_sq_comm ๐ Mathlib.Algebra.Ring.Commute
{R : Type u} [CommRing R] (a b : R) : (a - b) ^ 2 = (b - a) ^ 2 - eq_or_eq_neg_of_sq_eq_sq ๐ Mathlib.Algebra.Ring.Commute
{R : Type u} [CommRing R] [NoZeroDivisors R] (a b : R) : a ^ 2 = b ^ 2 โ a = b โจ a = -b - sq_eq_sq_iff_eq_or_eq_neg ๐ Mathlib.Algebra.Ring.Commute
{R : Type u} [CommRing R] [NoZeroDivisors R] {a b : R} : a ^ 2 = b ^ 2 โ a = b โจ a = -b - pow_two_sub_pow_two ๐ Mathlib.Algebra.Ring.Commute
{R : Type u} [CommRing R] (a b : R) : a ^ 2 - b ^ 2 = (a + b) * (a - b) - sq_sub_sq ๐ Mathlib.Algebra.Ring.Commute
{R : Type u} [CommRing R] (a b : R) : a ^ 2 - b ^ 2 = (a + b) * (a - b) - sub_pow_two ๐ Mathlib.Algebra.Ring.Commute
{R : Type u} [CommRing R] (a b : R) : (a - b) ^ 2 = a ^ 2 - 2 * a * b + b ^ 2 - sub_sq ๐ Mathlib.Algebra.Ring.Commute
{R : Type u} [CommRing R] (a b : R) : (a - b) ^ 2 = a ^ 2 - 2 * a * b + b ^ 2 - sub_sq' ๐ Mathlib.Algebra.Ring.Commute
{R : Type u} [CommRing R] (a b : R) : (a - b) ^ 2 = a ^ 2 + b ^ 2 - 2 * a * b - Units.eq_or_eq_neg_of_sq_eq_sq ๐ Mathlib.Algebra.Ring.Commute
{R : Type u} [CommRing R] [NoZeroDivisors R] (a b : Rหฃ) (h : a ^ 2 = b ^ 2) : a = b โจ a = -b - Units.sq_eq_sq_iff_eq_or_eq_neg ๐ Mathlib.Algebra.Ring.Commute
{R : Type u} [CommRing R] [NoZeroDivisors R] {a b : Rหฃ} : a ^ 2 = b ^ 2 โ a = b โจ a = -b - Field.toCommRing ๐ Mathlib.Algebra.Field.Defs
{K : Type u} [self : Field K] : CommRing K - Field.mk ๐ Mathlib.Algebra.Field.Defs
{K : Type u} [toCommRing : CommRing K] [toInv : Inv K] [toDiv : Div K] [toZPow : ZPow K] (div_eq_mul_inv : โ (a b : K), a / b = a * bโปยน := by intros; rfl) (zpow_zero' : โ (a : K), a ^ 0 = 1 := by intros; rfl) (zpow_succ' : โ (n : โ) (a : K), a ^ โn.succ = a ^ โn * a := by intros; rfl) (zpow_neg' : โ (n : โ) (a : K), a ^ Int.negSucc n = (a ^ โn.succ)โปยน := by intros; rfl) [toNontrivial : Nontrivial K] [toNNRatCast : NNRatCast K] [toRatCast : RatCast K] (mul_inv_cancel : โ (a : K), a โ 0 โ a * aโปยน = 1) (inv_zero : 0โปยน = 0) (nnratCast_def : โ (q : โโฅ0), โq = โq.num / โq.den := by intros; rfl) (nnqsmul : โโฅ0 โ K โ K) (nnqsmul_def : โ (q : โโฅ0) (a : K), nnqsmul q a = โq * a := by intros; rfl) (ratCast_def : โ (q : โ), โq = โq.num / โq.den := by intros; rfl) (qsmul : โ โ K โ K) (qsmul_def : โ (a : โ) (x : K), qsmul a x = โa * x := by intros; rfl) : Field K - CommRing.toGrindCommRing ๐ Mathlib.Algebra.Ring.GrindInstances
(ฮฑ : Type u_1) [s : CommRing ฮฑ] : Lean.Grind.CommRing ฮฑ - Lex.instCommRing ๐ Mathlib.Algebra.Order.Ring.Synonym
{R : Type u_1} [CommRing R] : CommRing (Lex R) - OrderDual.instCommRing ๐ Mathlib.Algebra.Order.Ring.Synonym
{R : Type u_1} [CommRing R] : CommRing Rแตแต - Field.ofIsUnitOrEqZero ๐ Mathlib.Algebra.Field.Basic
{R : Type u_3} [Nontrivial R] [CommRing R] (h : โ (a : R), IsUnit a โจ a = 0) : Field R - abs_unit_intCast ๐ Mathlib.Algebra.Order.Ring.Abs
{ฮฑ : Type u_1} [CommRing ฮฑ] [LinearOrder ฮฑ] [IsOrderedRing ฮฑ] (a : โคหฃ) : |โโa| = 1 - abs_sub_sq ๐ Mathlib.Algebra.Order.Ring.Abs
{ฮฑ : Type u_1} [CommRing ฮฑ] [LinearOrder ฮฑ] (a b : ฮฑ) : |a - b| * |a - b| = a * a + b * b - (1 + 1) * a * b - abs_pow_sub_pow_le ๐ Mathlib.Algebra.Order.Ring.Abs
{ฮฑ : Type u_1} [CommRing ฮฑ] [LinearOrder ฮฑ] (a b : ฮฑ) (n : โ) [IsOrderedRing ฮฑ] : |a ^ n - b ^ n| โค |a - b| * โn * max |a| |b| ^ (n - 1) - mul_self_inj_of_nonneg ๐ Mathlib.Algebra.Order.Field.Basic
{ฮฑ : Type u_4} [CommRing ฮฑ] [NoZeroDivisors ฮฑ] [PartialOrder ฮฑ] [IsStrictOrderedRing ฮฑ] {a b : ฮฑ} (a0 : 0 โค a) (b0 : 0 โค b) : a * a = b * b โ a = b - Rat.commRing ๐ Mathlib.Algebra.Ring.Rat
: CommRing โ - Mathlib.Tactic.Ring.Common.neg_zero ๐ Mathlib.Tactic.Ring.Common
{R : Type u_2} [CommRing R] : -0 = 0 - Mathlib.Tactic.Ring.Common.neg_congr ๐ Mathlib.Tactic.Ring.Common
{R : Type u_2} [CommRing R] {a a' b : R} : a = a' โ -a' = b โ -a = b - Mathlib.Tactic.Ring.Common.sub_congr ๐ Mathlib.Tactic.Ring.Common
{R : Type u_2} [CommRing R] {a a' b b' c : R} : a = a' โ b = b' โ a' - b' = c โ a - b = c - Mathlib.Tactic.Ring.Common.zsmul_congr ๐ Mathlib.Tactic.Ring.Common
{R : Type u_2} [CommRing R] {b b' c : R} {a a' : โค} : a = a' โ b = b' โ a' โข b' = c โ a โข b = c - Mathlib.Tactic.Ring.Common.sub_pf ๐ Mathlib.Tactic.Ring.Common
{R : Type u_2} [CommRing R] {a b c d : R} : -b = c โ a + c = d โ a - b = d - Mathlib.Tactic.Ring.Common.neg_one_mul ๐ Mathlib.Tactic.Ring.Common
{R : Type u_2} [CommRing R] {a b : R} : -1 * a = b โ -a = b - Mathlib.Tactic.Ring.Common.neg_add ๐ Mathlib.Tactic.Ring.Common
{R : Type u_2} [CommRing R] {aโ aโ bโ bโ : R} : -aโ = bโ โ -aโ = bโ โ -(aโ + aโ) = bโ + bโ - Mathlib.Tactic.Ring.Common.neg_mul ๐ Mathlib.Tactic.Ring.Common
{R : Type u_2} [CommRing R] (aโ : R) (aโ : โ) {aโ b : R} : -aโ = b โ -(aโ ^ aโ * aโ) = aโ ^ aโ * b - Mathlib.Tactic.Ring.intCast_negOfNat_Int ๐ Mathlib.Tactic.Ring.Basic
{R : Type u_2} [CommRing R] (n : โ) : โ(Int.negOfNat n).rawCast = (Int.negOfNat n).rawCast - Mathlib.Tactic.Ring.intCast_zero ๐ Mathlib.Tactic.Ring.Basic
{R : Type u_2} [CommRing R] : โ0 = 0 - Mathlib.Tactic.Ring.natCast_int ๐ Mathlib.Tactic.Ring.Basic
{R : Type u_2} [CommRing R] (n : โ) : โn.rawCast = n.rawCast - Mathlib.Tactic.Ring.Int.smul_eq_mul ๐ Mathlib.Tactic.Ring.Basic
{R : Type u_2} {n n' : โค} {r : R} [CommRing R] (hr : โn = r) (hn : n' = n) (a : R) : n' โข a = r * a - Mathlib.Tactic.Ring.intCast_add ๐ Mathlib.Tactic.Ring.Basic
{R : Type u_2} [CommRing R] {bโ bโ : R} {aโ aโ : โค} : โaโ = bโ โ โaโ = bโ โ โ(aโ + aโ) = bโ + bโ - Mathlib.Tactic.Ring.intCast_mul ๐ Mathlib.Tactic.Ring.Basic
{R : Type u_2} [CommRing R] {bโ bโ : R} {aโ aโ : โค} (aโ : โ) : โaโ = bโ โ โaโ = bโ โ โ(aโ ^ aโ * aโ) = bโ ^ aโ * bโ - Mathlib.Tactic.CancelDenoms.mul_subst ๐ Mathlib.Tactic.CancelDenoms.Core
{ฮฑ : Type u_1} [CommRing ฮฑ] {n1 n2 k e1 e2 t1 t2 : ฮฑ} (h1 : n1 * e1 = t1) (h2 : n2 * e2 = t2) (h3 : n1 * n2 = k) : k * (e1 * e2) = t1 * t2 - Mathlib.Tactic.CancelDenoms.pow_subst ๐ Mathlib.Tactic.CancelDenoms.Core
{ฮฑ : Type u_1} [CommRing ฮฑ] {n e1 t1 k l : ฮฑ} {e2 : โ} (h1 : n * e1 = t1) (h2 : l * n ^ e2 = k) : k * e1 ^ e2 = l * t1 ^ e2 - FreeAbelianGroup.instCommRingOfCommMonoid ๐ Mathlib.GroupTheory.FreeAbelianGroup
(ฮฑ : Type u) [CommMonoid ฮฑ] : CommRing (FreeAbelianGroup ฮฑ) - MulActionHom.instCommRing ๐ Mathlib.GroupTheory.GroupAction.Hom
{M : Type u_2} {N : Type u_3} {X : Type u_4} {Y : Type u_5} {ฯ : M โ N} [SMul M X] [Monoid N] [CommRing Y] [MulSemiringAction N Y] : CommRing (X โโ[ฯ] Y) - algebraMap.coe_neg ๐ Mathlib.Algebra.Algebra.Defs
{R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [Algebra R A] (x : R) : โ(-x) = -โx - algebraMap.coe_sub ๐ Mathlib.Algebra.Algebra.Defs
{R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [Algebra R A] (a b : R) : โ(a - b) = โa - โb - AddOpposite.instCommRing ๐ Mathlib.Algebra.Ring.Opposite
{R : Type u_1} [CommRing R] : CommRing Rแตแตแต - MulOpposite.instCommRing ๐ Mathlib.Algebra.Ring.Opposite
{R : Type u_1} [CommRing R] : CommRing Rแตแตแต - DomAddAct.instCommRingOfAddOpposite ๐ Mathlib.GroupTheory.GroupAction.DomAct.Basic
{M : Type u_1} [CommRing Mแตแตแต] : CommRing Mแตแตแต - DomMulAct.instCommRingOfMulOpposite ๐ Mathlib.GroupTheory.GroupAction.DomAct.Basic
{M : Type u_1} [CommRing Mแตแตแต] : CommRing Mแตแตแต - Pi.commRing ๐ Mathlib.Algebra.Ring.Pi
{I : Type u} {f : I โ Type v} [(i : I) โ CommRing (f i)] : CommRing ((i : I) โ f i) - PUnit.commRing ๐ Mathlib.Algebra.Ring.PUnit
: CommRing PUnit.{u_1 + 1} - ULift.commRing ๐ Mathlib.Algebra.Ring.ULift
{R : Type u} [CommRing R] : CommRing (ULift.{u_1, u} R) - RingHom.ulift ๐ Mathlib.Algebra.Ring.ULift
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] (f : R โ+* S) : ULift.{uโ, u_1} R โ+* ULift.{uโ, u_2} S - RingHom.down_ulift_apply ๐ Mathlib.Algebra.Ring.ULift
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] (f : R โ+* S) (x : ULift.{uโ, u_1} R) : ((RingHom.ulift.{uโ, u_3, u_1, u_2} f) x).down = f x.down - RingHom.ulift_apply ๐ Mathlib.Algebra.Ring.ULift
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] (f : R โ+* S) (x : ULift.{uโ, u_1} R) : (RingHom.ulift.{uโ, u_3, u_1, u_2} f) x = { down := f x.down } - RingHom.comp_ulift_eq ๐ Mathlib.Algebra.Ring.ULift
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] (f : R โ+* S) : ULift.ringEquiv.toRingHom.comp ((RingHom.ulift.{uโ, uโ, u_1, u_2} f).comp ULift.ringEquiv.symm.toRingHom) = f - SubringClass.toCommRing ๐ Mathlib.Algebra.Ring.Subring.Defs
{S : Type v} (s : S) {R : Type u_1} [CommRing R] [SetLike S R] [SubringClass S R] : CommRing โฅs - Subring.toCommRing ๐ Mathlib.Algebra.Ring.Subring.Defs
{R : Type u_1} [CommRing R] (s : Subring R) : CommRing โฅs - Prod.instCommRing ๐ Mathlib.Algebra.Ring.Prod
{R : Type u_1} {S : Type u_3} [CommRing R] [CommRing S] : CommRing (R ร S) - Subring.instCommRingSubtypeMemCenter ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u_1} [Ring R] : CommRing โฅ(Subring.center R) - Subring.center_eq_top ๐ Mathlib.Algebra.Ring.Subring.Basic
(R : Type u_1) [CommRing R] : Subring.center R = โค - Subring.multiset_prod_mem ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u_1} [CommRing R] (s : Subring R) (m : Multiset R) : (โ a โ m, a โ s) โ m.prod โ s - Subring.closureCommRingOfComm ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u_1} [Ring R] {s : Set R} (hcomm : โ x โ s, โ y โ s, x * y = y * x) : CommRing โฅ(Subring.closure s) - Subring.prod_mem ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u_1} [CommRing R] (s : Subring R) {ฮน : Type u_2} {t : Finset ฮน} {f : ฮน โ R} (h : โ c โ t, f c โ s) : โ i โ t, f i โ s - Algebra.semiringToRing ๐ Mathlib.Algebra.Algebra.Basic
{A : Type u_2} (R : Type u_4) [CommRing R] [Semiring A] [Algebra R A] : Ring A - RingHom.commSemiringToCommRing ๐ Mathlib.Algebra.Algebra.Basic
{R : Type u_4} {A : Type u_5} [CommRing R] [CommSemiring A] (ฯ : R โ+* A) : CommRing A - Module.isTorsionFree_iff_faithfulSMul ๐ Mathlib.Algebra.Algebra.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [Algebra R A] [IsDomain R] [IsDomain A] : Module.IsTorsionFree R A โ FaithfulSMul R A - NoZeroSMulDivisors.iff_faithfulSMul ๐ Mathlib.Algebra.Algebra.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [Algebra R A] [IsDomain R] [IsDomain A] : Module.IsTorsionFree R A โ FaithfulSMul R A - Module.IsTorsionFree.to_faithfulSMul ๐ Mathlib.Algebra.Algebra.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [Algebra R A] [IsCancelMulZero R] [Nontrivial A] [Module.IsTorsionFree R A] : FaithfulSMul R A - algebraMap_comp_intCast ๐ Mathlib.Algebra.Algebra.Basic
(R : Type u_2) (A : Type u_3) [CommRing R] [Ring A] [Algebra R A] : โ(algebraMap R A) โ Int.cast = Int.cast - Module.isTorsionFree_iff_algebraMap_injective ๐ Mathlib.Algebra.Algebra.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [Algebra R A] [IsDomain R] [IsDomain A] : Module.IsTorsionFree R A โ Function.Injective โ(algebraMap R A) - NoZeroSMulDivisors.iff_algebraMap_injective ๐ Mathlib.Algebra.Algebra.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [Algebra R A] [IsDomain R] [IsDomain A] : Module.IsTorsionFree R A โ Function.Injective โ(algebraMap R A) - Algebra.algebraMap_ofSubring ๐ Mathlib.Algebra.Algebra.Basic
{R : Type u_5} [CommRing R] (S : Subring R) : algebraMap (โฅS) R = S.subtype - Submodule.orderIsoOfAlgebraMapSurjective ๐ Mathlib.Algebra.Algebra.Tower
{R : Type u_1} {S : Type u_2} {M : Type u_3} [CommRing R] [Ring S] [AddCommGroup M] [Algebra R S] [Module R M] [Module S M] [IsScalarTower R S M] (h : Function.Surjective โ(algebraMap R S)) : Submodule S M โo Submodule R M - Submodule.orderIsoOfAlgebraMapSurjective_apply ๐ Mathlib.Algebra.Algebra.Tower
{R : Type u_1} {S : Type u_2} {M : Type u_3} [CommRing R] [Ring S] [AddCommGroup M] [Algebra R S] [Module R M] [Module S M] [IsScalarTower R S M] (h : Function.Surjective โ(algebraMap R S)) (N : Submodule S M) : (Submodule.orderIsoOfAlgebraMapSurjective h) N = Submodule.restrictScalars R N - Submodule.orderIsoOfAlgebraMapSurjective_symm_apply ๐ Mathlib.Algebra.Algebra.Tower
{R : Type u_1} {S : Type u_2} {M : Type u_3} [CommRing R] [Ring S] [AddCommGroup M] [Algebra R S] [Module R M] [Module S M] [IsScalarTower R S M] (h : Function.Surjective โ(algebraMap R S)) (N : Submodule R M) : (RelIso.symm (Submodule.orderIsoOfAlgebraMapSurjective h)) N = { toAddSubmonoid := N.toAddSubmonoid, smul_mem' := โฏ } - Int.cast_multiset_prod ๐ Mathlib.Algebra.BigOperators.Ring.Finset
{R : Type u_6} [CommRing R] (s : Multiset โค) : โs.prod = (Multiset.map Int.cast s).prod - Int.cast_prod ๐ Mathlib.Algebra.BigOperators.Ring.Finset
{ฮน : Type u_5} {R : Type u_6} [CommRing R] (f : ฮน โ โค) (s : Finset ฮน) : โ(โ i โ s, f i) = โ i โ s, โ(f i) - Finset.prod_range_natCast_sub ๐ Mathlib.Algebra.BigOperators.Ring.Finset
{R : Type u_4} [CommRing R] (n k : โ) : โ i โ Finset.range k, (โn - โi) = โ(โ i โ Finset.range k, (n - i)) - Finset.prod_sub ๐ Mathlib.Algebra.BigOperators.Ring.Finset
{ฮน : Type u_1} {R : Type u_4} [CommRing R] [DecidableEq ฮน] (f g : ฮน โ R) (s : Finset ฮน) : โ i โ s, (f i - g i) = โ t โ s.powerset, ((-1) ^ t.card * โ i โ s \ t, f i) * โ i โ t, g i - Finset.prod_one_sub_ordered ๐ Mathlib.Algebra.BigOperators.Ring.Finset
{ฮน : Type u_1} {R : Type u_4} [CommRing R] [LinearOrder ฮน] (s : Finset ฮน) (f : ฮน โ R) : โ i โ s, (1 - f i) = 1 - โ i โ s, f i * โ j โ s with j < i, (1 - f j) - Finset.prod_sub_ordered ๐ Mathlib.Algebra.BigOperators.Ring.Finset
{ฮน : Type u_1} {R : Type u_4} [CommRing R] [LinearOrder ฮน] (s : Finset ฮน) (f g : ฮน โ R) : โ i โ s, (f i - g i) = โ i โ s, f i - โ i โ s, (g i * โ j โ s with j < i, (f j - g j)) * โ j โ s with i < j, f j - Int.cast_finsuppProd ๐ Mathlib.Data.Finsupp.Basic
{ฮฑ : Type u_1} {M : Type u_5} {R : Type u_10} [Zero M] (f : ฮฑ โโ M) [CommRing R] (g : ฮฑ โ M โ โค) : โ(f.prod g) = f.prod fun a b => โ(g a b) - IsAbsoluteValue.abv_neg ๐ Mathlib.Algebra.Order.AbsoluteValue.Basic
{R : Type u_3} {S : Type u_4} [CommRing S] [PartialOrder S] [IsOrderedRing S] [NoZeroDivisors S] [Ring R] (abv : R โ S) [IsAbsoluteValue abv] (a : R) : abv (-a) = abv a - AbsoluteValue.addGroupSeminormClass ๐ Mathlib.Algebra.Order.AbsoluteValue.Basic
{R : Type u_3} {S : Type u_4} [CommRing S] [PartialOrder S] [IsOrderedRing S] [Ring R] [NoZeroDivisors S] : AddGroupSeminormClass (AbsoluteValue R S) R S - AbsoluteValue.instMulRingNormClassOfNontrivialOfIsDomain ๐ Mathlib.Algebra.Order.AbsoluteValue.Basic
{R : Type u_3} {S : Type u_4} [CommRing S] [PartialOrder S] [IsOrderedRing S] [Ring R] [NoZeroDivisors S] [Nontrivial R] [IsDomain S] : MulRingNormClass (AbsoluteValue R S) R S - IsAbsoluteValue.abv_sub ๐ Mathlib.Algebra.Order.AbsoluteValue.Basic
{R : Type u_3} {S : Type u_4} [CommRing S] [PartialOrder S] [IsOrderedRing S] [NoZeroDivisors S] [Ring R] (abv : R โ S) [IsAbsoluteValue abv] (a b : R) : abv (a - b) = abv (b - a) - IsAbsoluteValue.abs_abv_sub_le_abv_sub ๐ Mathlib.Algebra.Order.AbsoluteValue.Basic
{S : Type u_5} [CommRing S] [LinearOrder S] [IsStrictOrderedRing S] {R : Type u_6} [Ring R] (abv : R โ S) [IsAbsoluteValue abv] (a b : R) : |abv a - abv b| โค abv (a - b) - AbsoluteValue.map_neg ๐ Mathlib.Algebra.Order.AbsoluteValue.Basic
{R : Type u_3} {S : Type u_4} [CommRing S] [PartialOrder S] [IsOrderedRing S] [Ring R] (abv : AbsoluteValue R S) [NoZeroDivisors S] (a : R) : abv (-a) = abv a - AbsoluteValue.apply_natAbs_eq ๐ Mathlib.Algebra.Order.AbsoluteValue.Basic
{R : Type u_3} {S : Type u_4} [CommRing S] [PartialOrder S] [IsOrderedRing S] [Ring R] (abv : AbsoluteValue R S) [NoZeroDivisors S] (x : โค) : abv โx.natAbs = abv โx - AbsoluteValue.map_sub ๐ Mathlib.Algebra.Order.AbsoluteValue.Basic
{R : Type u_3} {S : Type u_4} [CommRing S] [PartialOrder S] [IsOrderedRing S] [Ring R] (abv : AbsoluteValue R S) [NoZeroDivisors S] (a b : R) : abv (a - b) = abv (b - a) - AbsoluteValue.le_add ๐ Mathlib.Algebra.Order.AbsoluteValue.Basic
{R : Type u_3} {S : Type u_4} [CommRing S] [PartialOrder S] [IsOrderedRing S] [Ring R] (abv : AbsoluteValue R S) [NoZeroDivisors S] (a b : R) : abv a - abv b โค abv (a + b) - AbsoluteValue.sub_le_add ๐ Mathlib.Algebra.Order.AbsoluteValue.Basic
{R : Type u_3} {S : Type u_4} [CommRing S] [PartialOrder S] [IsOrderedRing S] [Ring R] (abv : AbsoluteValue R S) [NoZeroDivisors S] (a b : R) : abv (a - b) โค abv a + abv b - AbsoluteValue.eq_on_nat_iff_eq_on_int ๐ Mathlib.Algebra.Order.AbsoluteValue.Basic
{R : Type u_3} {S : Type u_4} [CommRing S] [PartialOrder S] [IsOrderedRing S] [Ring R] [NoZeroDivisors S] {f g : AbsoluteValue R S} : (โ (n : โ), f โn = g โn) โ โ (n : โค), f โn = g โn - AbsoluteValue.abs_abv_sub_le_abv_sub ๐ Mathlib.Algebra.Order.AbsoluteValue.Basic
{R : Type u_5} {S : Type u_6} [Ring R] [CommRing S] [LinearOrder S] [IsStrictOrderedRing S] (abv : AbsoluteValue R S) (a b : R) : |abv a - abv b| โค abv (a - b) - Finset.abs_prod ๐ Mathlib.Algebra.Order.BigOperators.Ring.Finset
{ฮน : Type u_1} {R : Type u_2} [CommRing R] [LinearOrder R] [IsStrictOrderedRing R] (s : Finset ฮน) (f : ฮน โ R) : |โ x โ s, f x| = โ x โ s, |f x| - IsAbsoluteValue.map_prod ๐ Mathlib.Algebra.Order.BigOperators.Ring.Finset
{ฮน : Type u_1} {R : Type u_2} {S : Type u_3} [CommSemiring R] [Nontrivial R] [CommRing S] [LinearOrder S] [IsStrictOrderedRing S] (abv : R โ S) [IsAbsoluteValue abv] (f : ฮน โ R) (s : Finset ฮน) : abv (โ i โ s, f i) = โ i โ s, abv (f i) - AbsoluteValue.map_prod ๐ Mathlib.Algebra.Order.BigOperators.Ring.Finset
{ฮน : Type u_1} {R : Type u_2} {S : Type u_3} [CommSemiring R] [Nontrivial R] [CommRing S] [LinearOrder S] [IsStrictOrderedRing S] (abv : AbsoluteValue R S) (f : ฮน โ R) (s : Finset ฮน) : abv (โ i โ s, f i) = โ i โ s, abv (f i) - linearIndependent_monoidHom ๐ Mathlib.LinearAlgebra.LinearIndependent.Basic
(G : Type u_6) [MulOneClass G] (L : Type u_7) [CommRing L] [IsDomain L] : LinearIndependent L fun f => โf - ZMod.commRing ๐ Mathlib.Data.ZMod.Defs
(n : โ) : CommRing (ZMod n) - Fin.instCommRing ๐ Mathlib.Data.ZMod.Defs
(n : โ) [NeZero n] : CommRing (Fin n) - EuclideanDomain.toCommRing ๐ Mathlib.Algebra.EuclideanDomain.Defs
{R : Type u} [self : EuclideanDomain R] : CommRing R - EuclideanDomain.mk ๐ Mathlib.Algebra.EuclideanDomain.Defs
{R : Type u} [toCommRing : CommRing R] [toNontrivial : Nontrivial R] (quotient : R โ R โ R) (quotient_zero : โ (a : R), quotient a 0 = 0) (remainder : R โ R โ R) (quotient_mul_add_remainder_eq : โ (a b : R), b * quotient a b + remainder a b = a) (r : R โ R โ Prop) (r_wellFounded : WellFounded r) (remainder_lt : โ (a : R) {b : R}, b โ 0 โ r (remainder a b) b) (mul_left_not_lt : โ (a : R) {b : R}, b โ 0 โ ยฌr (a * b) a) : EuclideanDomain R - Module.Basis.restrictScalars ๐ Mathlib.LinearAlgebra.Basis.Submodule
{ฮน : Type u_1} (R : Type u_3) {M : Type u_5} {S : Type u_7} [CommRing R] [IsDomain R] [Ring S] [Nontrivial S] [AddCommGroup M] [Algebra R S] [Module S M] [Module R M] [IsScalarTower R S M] [Module.IsTorsionFree R S] (b : Module.Basis ฮน S M) : Module.Basis ฮน R โฅ(Submodule.span R (Set.range โb)) - Module.Basis.mem_span_iff_repr_mem ๐ Mathlib.LinearAlgebra.Basis.Submodule
{ฮน : Type u_1} (R : Type u_3) {M : Type u_5} {S : Type u_7} [CommRing R] [IsDomain R] [Ring S] [Nontrivial S] [AddCommGroup M] [Algebra R S] [Module S M] [Module R M] [IsScalarTower R S M] [Module.IsTorsionFree R S] (b : Module.Basis ฮน S M) (m : M) : m โ Submodule.span R (Set.range โb) โ โ (i : ฮน), (b.repr m) i โ Set.range โ(algebraMap R S) - Module.Basis.restrictScalars_apply ๐ Mathlib.LinearAlgebra.Basis.Submodule
{ฮน : Type u_1} (R : Type u_3) {M : Type u_5} {S : Type u_7} [CommRing R] [IsDomain R] [Ring S] [Nontrivial S] [AddCommGroup M] [Algebra R S] [Module S M] [Module R M] [IsScalarTower R S M] [Module.IsTorsionFree R S] (b : Module.Basis ฮน S M) (i : ฮน) : โ((Module.Basis.restrictScalars R b) i) = b i - Module.Basis.restrictScalars_repr_apply ๐ Mathlib.LinearAlgebra.Basis.Submodule
{ฮน : Type u_1} (R : Type u_3) {M : Type u_5} {S : Type u_7} [CommRing R] [IsDomain R] [Ring S] [Nontrivial S] [AddCommGroup M] [Algebra R S] [Module S M] [Module R M] [IsScalarTower R S M] [Module.IsTorsionFree R S] (b : Module.Basis ฮน S M) (m : โฅ(Submodule.span R (Set.range โb))) (i : ฮน) : (algebraMap R S) (((Module.Basis.restrictScalars R b).repr m) i) = (b.repr โm) i - Submodule.mapQLinear ๐ Mathlib.LinearAlgebra.Quotient.Basic
{R : Type u_1} {M : Type u_2} {Mโ : Type u_3} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup Mโ] [Module R Mโ] (p : Submodule R M) (q : Submodule R Mโ) : โฅ(p.compatibleMaps q) โโ[R] M โงธ p โโ[R] Mโ โงธ q - RingCon.instCommRingQuotient ๐ Mathlib.RingTheory.Congruence.Defs
{R : Type u_1} [CommRing R] (c : RingCon R) : CommRing c.Quotient - sub_pow ๐ Mathlib.Data.Nat.Choose.Sum
{R : Type u_1} [CommRing R] (x y : R) (n : โ) : (x - y) ^ n = โ m โ Finset.range (n + 1), (-1) ^ (m + n) * x ^ m * y ^ (n - m) * โ(n.choose m) - Ideal.instIsTwoSided_1 ๐ Mathlib.RingTheory.Ideal.Defs
{ฮฑ : Type u_1} [CommRing ฮฑ] (I : Ideal ฮฑ) : I.IsTwoSided - IsIdempotentElem.add_sub_mul ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [CommRing R] {a b : R} (hp : IsIdempotentElem a) (hq : IsIdempotentElem b) : IsIdempotentElem (a + b - a * b) - Ideal.span_pair_add_left_mul ๐ Mathlib.RingTheory.Ideal.Span
{ฮฑ : Type u} [CommRing ฮฑ] (x y z : ฮฑ) : Ideal.span {x, y + x * z} = Ideal.span {x, y} - Ideal.span_pair_add_mul_left ๐ Mathlib.RingTheory.Ideal.Span
{ฮฑ : Type u} [CommRing ฮฑ] (x y z : ฮฑ) : Ideal.span {x, y + z * x} = Ideal.span {x, y} - Ideal.span_pair_add_mul_right ๐ Mathlib.RingTheory.Ideal.Span
{ฮฑ : Type u} [CommRing ฮฑ] (x y z : ฮฑ) : Ideal.span {x + z * y, y} = Ideal.span {x, y} - Ideal.span_pair_add_right_mul ๐ Mathlib.RingTheory.Ideal.Span
{ฮฑ : Type u} [CommRing ฮฑ] (x y z : ฮฑ) : Ideal.span {x + y * z, y} = Ideal.span {x, y} - Ideal.span_pair_left_mul_add ๐ Mathlib.RingTheory.Ideal.Span
{ฮฑ : Type u} [CommRing ฮฑ] (x y z : ฮฑ) : Ideal.span {x, x * z + y} = Ideal.span {x, y} - Ideal.span_pair_mul_left_add ๐ Mathlib.RingTheory.Ideal.Span
{ฮฑ : Type u} [CommRing ฮฑ] (x y z : ฮฑ) : Ideal.span {x, z * x + y} = Ideal.span {x, y} - Ideal.span_pair_mul_right_add ๐ Mathlib.RingTheory.Ideal.Span
{ฮฑ : Type u} [CommRing ฮฑ] (x y z : ฮฑ) : Ideal.span {z * y + x, y} = Ideal.span {x, y} - Ideal.span_pair_right_mul_add ๐ Mathlib.RingTheory.Ideal.Span
{ฮฑ : Type u} [CommRing ฮฑ] (x y z : ฮฑ) : Ideal.span {y * z + x, y} = Ideal.span {x, y} - Ideal.span_pair_sub_left_mul ๐ Mathlib.RingTheory.Ideal.Span
{ฮฑ : Type u} [CommRing ฮฑ] (x y z : ฮฑ) : Ideal.span {x, y - x * z} = Ideal.span {x, y} - Ideal.span_pair_sub_mul_left ๐ Mathlib.RingTheory.Ideal.Span
{ฮฑ : Type u} [CommRing ฮฑ] (x y z : ฮฑ) : Ideal.span {x, y - z * x} = Ideal.span {x, y} - Ideal.span_pair_sub_mul_right ๐ Mathlib.RingTheory.Ideal.Span
{ฮฑ : Type u} [CommRing ฮฑ] (x y z : ฮฑ) : Ideal.span {x - z * y, y} = Ideal.span {x, y} - Ideal.span_pair_sub_right_mul ๐ Mathlib.RingTheory.Ideal.Span
{ฮฑ : Type u} [CommRing ฮฑ] (x y z : ฮฑ) : Ideal.span {x - y * z, y} = Ideal.span {x, y} - IsIdempotentElem.ker_toSpanSingleton_eq_span ๐ Mathlib.RingTheory.Ideal.Span
{R : Type u_1} [CommRing R] {e : R} (he : IsIdempotentElem e) : (LinearMap.toSpanSingleton R R e).ker = Ideal.span {1 - e} - IsIdempotentElem.ker_toSpanSingleton_one_sub_eq_span ๐ Mathlib.RingTheory.Ideal.Span
{R : Type u_1} [CommRing R] {e : R} (he : IsIdempotentElem e) : (LinearMap.toSpanSingleton R R (1 - e)).ker = Ideal.span {e} - Ideal.instHasQuotient_1 ๐ Mathlib.RingTheory.Ideal.Quotient.Defs
{R : Type u_1} [CommRing R] : HasQuotient R (Ideal R) - Ideal.Quotient.commRing ๐ Mathlib.RingTheory.Ideal.Quotient.Defs
{R : Type u_1} [CommRing R] (I : Ideal R) : CommRing (R โงธ I) - Ideal.Quotient.commSemiring ๐ Mathlib.RingTheory.Ideal.Quotient.Defs
{R : Type u_1} [CommRing R] (I : Ideal R) : CommSemiring (R โงธ I) - Ideal.Quotient.instRingQuotient ๐ Mathlib.RingTheory.Ideal.Quotient.Defs
{R : Type u_1} [CommRing R] (I : Ideal R) : Ring (R โงธ I) - Ideal.Quotient.semiring ๐ Mathlib.RingTheory.Ideal.Quotient.Defs
{R : Type u_1} [CommRing R] (I : Ideal R) : Semiring (R โงธ I) - Ideal.Quotient.field ๐ Mathlib.RingTheory.Ideal.Quotient.Basic
{R : Type u_5} [CommRing R] (I : Ideal R) [I.IsMaximal] : Field (R โงธ I) - Ideal.Quotient.maximal_of_isField ๐ Mathlib.RingTheory.Ideal.Quotient.Basic
{R : Type u_5} [CommRing R] (I : Ideal R) (hqf : IsField (R โงธ I)) : I.IsMaximal - Ideal.Quotient.maximal_ideal_iff_isField_quotient ๐ Mathlib.RingTheory.Ideal.Quotient.Basic
{R : Type u_5} [CommRing R] (I : Ideal R) : I.IsMaximal โ IsField (R โงธ I) - Ideal.Quotient.eq_zero_iff_dvd ๐ Mathlib.RingTheory.Ideal.Quotient.Basic
{R : Type u_5} [CommRing R] (x y : R) : (Ideal.Quotient.mk (Ideal.span {x})) y = 0 โ x โฃ y - RingHom.Finite ๐ Mathlib.RingTheory.Finiteness.Defs
{A : Type u_1} {B : Type u_2} [CommRing A] [CommRing B] (f : A โ+* B) : Prop - AlgHom.Finite ๐ Mathlib.RingTheory.Finiteness.Defs
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommRing R] [CommRing A] [CommRing B] [Algebra R A] [Algebra R B] (f : A โโ[R] B) : Prop - RingHom.finite_algebraMap ๐ Mathlib.RingTheory.Finiteness.Defs
{A : Type u_1} {B : Type u_2} [CommRing A] [CommRing B] [Algebra A B] : (algebraMap A B).Finite โ Module.Finite A B - RingHom.Finite.id ๐ Mathlib.RingTheory.Finiteness.Basic
(A : Type u_1) [CommRing A] : (RingHom.id A).Finite - AlgHom.Finite.id ๐ Mathlib.RingTheory.Finiteness.Basic
(R : Type u_1) (A : Type u_2) [CommRing R] [CommRing A] [Algebra R A] : (AlgHom.id R A).Finite - RingEquiv.finite ๐ Mathlib.RingTheory.Finiteness.Basic
{A : Type u_1} {B : Type u_2} [CommRing A] [CommRing B] (e : A โ+* B) : e.toRingHom.Finite - RingHom.Finite.of_surjective ๐ Mathlib.RingTheory.Finiteness.Basic
{A : Type u_1} {B : Type u_2} [CommRing A] [CommRing B] (f : A โ+* B) (hf : Function.Surjective โf) : f.Finite - RingHom.Finite.of_comp_finite ๐ Mathlib.RingTheory.Finiteness.Basic
{A : Type u_1} {B : Type u_2} {C : Type u_3} [CommRing A] [CommRing B] [CommRing C] {f : A โ+* B} {g : B โ+* C} (h : (g.comp f).Finite) : g.Finite - RingHom.Finite.comp ๐ Mathlib.RingTheory.Finiteness.Basic
{A : Type u_1} {B : Type u_2} {C : Type u_3} [CommRing A] [CommRing B] [CommRing C] {g : B โ+* C} {f : A โ+* B} (hg : g.Finite) (hf : f.Finite) : (g.comp f).Finite - RingHom.Finite.instFinite ๐ Mathlib.RingTheory.Finiteness.Basic
{A : Type u_1} {B : Type u_2} [CommRing A] [CommRing B] (h : A โ+* B) : Module.Finite A B - AlgHom.Finite.of_surjective ๐ Mathlib.RingTheory.Finiteness.Basic
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommRing R] [CommRing A] [CommRing B] [Algebra R A] [Algebra R B] (f : A โโ[R] B) (hf : Function.Surjective โf) : f.Finite - AlgHom.Finite.of_comp_finite ๐ Mathlib.RingTheory.Finiteness.Basic
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommRing R] [CommRing A] [CommRing B] [CommRing C] [Algebra R A] [Algebra R B] [Algebra R C] {f : A โโ[R] B} {g : B โโ[R] C} (h : (g.comp f).Finite) : g.Finite - AlgHom.Finite.comp ๐ Mathlib.RingTheory.Finiteness.Basic
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommRing R] [CommRing A] [CommRing B] [CommRing C] [Algebra R A] [Algebra R B] [Algebra R C] {g : B โโ[R] C} {f : A โโ[R] B} (hg : g.Finite) (hf : f.Finite) : (g.comp f).Finite - LinearMap.ker_lsmul ๐ Mathlib.LinearAlgebra.BilinearMap
{R : Type u_1} {M : Type u_2} [CommRing R] [IsDomain R] [AddCommGroup M] [Module R M] [Module.IsTorsionFree R M] {a : R} (ha : a โ 0) : ((LinearMap.lsmul R M) a).ker = โฅ - LinearMap.lsmul_injective ๐ Mathlib.LinearAlgebra.BilinearMap
{R : Type u_1} {M : Type u_2} [CommRing R] [IsDomain R] [AddCommGroup M] [Module R M] [Module.IsTorsionFree R M] {x : R} (hx : x โ 0) : Function.Injective โ((LinearMap.lsmul R M) x) - linearIndependent_algHom_toLinearMap ๐ Mathlib.LinearAlgebra.LinearIndependent.Lemmas
(K : Type u_6) (M : Type u_7) (L : Type u_8) [CommSemiring K] [Semiring M] [Algebra K M] [CommRing L] [IsDomain L] [Algebra K L] : LinearIndependent L AlgHom.toLinearMap - LinearIndependent.finSnoc_of_not_mem_span_over ๐ Mathlib.LinearAlgebra.LinearIndependent.Lemmas
{R : Type u_6} {K : Type u_7} {M : Type u_8} [CommRing R] [DivisionRing K] [AddCommGroup M] [Algebra R K] [Module K M] [Module R M] [IsScalarTower R K M] [FaithfulSMul R K] {n : โ} {v : Fin n โ M} (hv : LinearIndependent R v) {x : M} (hx : x โ Submodule.span K (Set.range v)) : LinearIndependent R (Fin.snoc v x) - linearIndependent_algHom_toLinearMap' ๐ Mathlib.LinearAlgebra.LinearIndependent.Lemmas
(K : Type u_6) (M : Type u_7) (L : Type u_8) [CommRing K] [IsDomain K] [Semiring M] [Algebra K M] [CommRing L] [IsDomain L] [Algebra K L] [Module.IsTorsionFree K L] : LinearIndependent K AlgHom.toLinearMap - LinearIndependent.update ๐ Mathlib.LinearAlgebra.LinearIndependent.Lemmas
{ฮน : Type u'} {R : Type u_2} {M : Type u_4} [DecidableEq ฮน] [CommRing R] [AddCommGroup M] [Module R M] {f : ฮน โ M} (hf : LinearIndependent R f) (i : ฮน) (m : M) (hg : โ r โ nonZeroDivisors R, โ l, l i โ nonZeroDivisors R โง r โข m = (Finsupp.linearCombination R f) l) : LinearIndependent R (Function.update f i m) - LinearIndependent.pair_add_smul_left_iff ๐ Mathlib.LinearAlgebra.LinearIndependent.Lemmas
{R : Type u_2} {M : Type u_4} [Ring R] [AddCommGroup M] [Module R M] {x y : M} {S : Type u_6} [CommRing S] [IsDomain S] [Module S R] [Module S M] [SMulCommClass S R M] [IsScalarTower S R M] [Module.IsTorsionFree S R] (b : S) : LinearIndependent R ![x + b โข y, y] โ LinearIndependent R ![x, y] - LinearIndependent.pair_add_smul_right_iff ๐ Mathlib.LinearAlgebra.LinearIndependent.Lemmas
{R : Type u_2} {M : Type u_4} [Ring R] [AddCommGroup M] [Module R M] {x y : M} {S : Type u_6} [CommRing S] [IsDomain S] [Module S R] [Module S M] [SMulCommClass S R M] [IsScalarTower S R M] [Module.IsTorsionFree S R] (c : S) : LinearIndependent R ![x, c โข x + y] โ LinearIndependent R ![x, y] - LinearIndependent.pair_smul_iff ๐ Mathlib.LinearAlgebra.LinearIndependent.Lemmas
{R : Type u_2} {M : Type u_4} [Ring R] [AddCommGroup M] [Module R M] {x y : M} {S : Type u_6} [CommRing S] [IsDomain S] [Module S R] [Module S M] [SMulCommClass S R M] [IsScalarTower S R M] [Module.IsTorsionFree S R] {u : S} (hu : u โ 0) : LinearIndependent R ![u โข x, u โข y] โ LinearIndependent R ![x, y] - LinearIndependent.pair_add_smul_add_smul_iff ๐ Mathlib.LinearAlgebra.LinearIndependent.Lemmas
{R : Type u_2} {M : Type u_4} [Ring R] [AddCommGroup M] [Module R M] {x y : M} {S : Type u_6} [CommRing S] [IsDomain S] [Module S R] [Module S M] [SMulCommClass S R M] [IsScalarTower S R M] [Module.IsTorsionFree S R] (a b c d : S) [Nontrivial R] : LinearIndependent R ![a โข x + b โข y, c โข x + d โข y] โ LinearIndependent R ![x, y] โง a * d โ b * c - AddMonoidAlgebra.commRing ๐ Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [CommRing R] [AddCommMonoid M] : CommRing (AddMonoidAlgebra R M) - AddMonoidAlgebra.nonUnitalCommRing ๐ Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [CommRing R] [AddCommSemigroup M] : NonUnitalCommRing (AddMonoidAlgebra R M) - MonoidAlgebra.commRing ๐ Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [CommRing R] [CommMonoid M] : CommRing (MonoidAlgebra R M) - MonoidAlgebra.nonUnitalCommRing ๐ Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [CommRing R] [CommSemigroup M] : NonUnitalCommRing (MonoidAlgebra R M) - Polynomial.commRing ๐ Mathlib.Algebra.Polynomial.Basic
{R : Type u} [CommRing R] : CommRing (Polynomial R) - Polynomial.ofMultiset ๐ Mathlib.Algebra.Polynomial.Basic
{R : Type u} [CommRing R] : AddChar (Multiset R) (Polynomial R) - Polynomial.ofMultiset_apply ๐ Mathlib.Algebra.Polynomial.Basic
{R : Type u} [CommRing R] (s : Multiset R) : Polynomial.ofMultiset s = (Multiset.map (fun a => Polynomial.X - Polynomial.C a) s).prod - Module.Basis.repr_algebraMap ๐ Mathlib.LinearAlgebra.FreeModule.Basic
{R : Type u} {S : Type u_2} [CommRing R] [Ring S] [Algebra R S] {ฮน : Type u_3} {B : Module.Basis ฮน R S} {i : ฮน} (hBi : B i = 1) (r : R) : B.repr ((algebraMap R S) r) = funโ | i => r - LinearMap.ofIsCompl_smul ๐ Mathlib.LinearAlgebra.Projection
{R : Type u_7} [CommRing R] {E : Type u_8} [AddCommGroup E] [Module R E] {F : Type u_9} [AddCommGroup F] [Module R F] {p q : Submodule R E} (h : IsCompl p q) {ฯ : โฅp โโ[R] F} {ฯ : โฅq โโ[R] F} (c : R) : LinearMap.ofIsCompl h (c โข ฯ) (c โข ฯ) = c โข LinearMap.ofIsCompl h ฯ ฯ - LinearMap.ofIsComplProd ๐ Mathlib.LinearAlgebra.Projection
{E : Type u_2} [AddCommGroup E] {F : Type u_3} [AddCommGroup F] {Rโ : Type u_7} [CommRing Rโ] [Module Rโ E] [Module Rโ F] {p q : Submodule Rโ E} (h : IsCompl p q) : (โฅp โโ[Rโ] F) ร (โฅq โโ[Rโ] F) โโ[Rโ] E โโ[Rโ] F - LinearMap.ofIsComplProdEquiv ๐ Mathlib.LinearAlgebra.Projection
{E : Type u_2} [AddCommGroup E] {F : Type u_3} [AddCommGroup F] {Rโ : Type u_7} [CommRing Rโ] [Module Rโ E] [Module Rโ F] {p q : Submodule Rโ E} (h : IsCompl p q) : ((โฅp โโ[Rโ] F) ร (โฅq โโ[Rโ] F)) โโ[Rโ] E โโ[Rโ] F - LinearMap.ofIsComplProd_apply ๐ Mathlib.LinearAlgebra.Projection
{E : Type u_2} [AddCommGroup E] {F : Type u_3} [AddCommGroup F] {Rโ : Type u_7} [CommRing Rโ] [Module Rโ E] [Module Rโ F] {p q : Submodule Rโ E} (h : IsCompl p q) (ฯ : (โฅp โโ[Rโ] F) ร (โฅq โโ[Rโ] F)) : (LinearMap.ofIsComplProd h) ฯ = LinearMap.ofIsCompl h ฯ.1 ฯ.2 - LinearMap.IsProj.eq_conj_prodMap ๐ Mathlib.LinearAlgebra.Projection
{R : Type u_1} [CommRing R] {E : Type u_2} [AddCommGroup E] [Module R E] {p : Submodule R E} {f : E โโ[R] E} (h : LinearMap.IsProj p f) : f = (p.prodEquivOfIsCompl f.ker โฏ).conj (LinearMap.id.prodMap 0) - Module.Basis.repr_smul' ๐ Mathlib.LinearAlgebra.Finsupp.VectorSpace
{R : Type u_1} {S : Type u_2} [CommRing R] [Ring S] [Algebra R S] {ฮน : Type u_3} (B : Module.Basis ฮน R S) (i : ฮน) (r : R) (s : S) : (B.repr ((algebraMap R S) r * s)) i = r * (B.repr s) i - dvd_cancel_right_mem_nonZeroDivisors ๐ Mathlib.Algebra.Ring.NonZeroDivisors
{R : Type u_1} [CommRing R] {r x y : R} (hr : r โ nonZeroDivisors R) : x * r โฃ y * r โ x โฃ y - dvd_cancel_right_coe_nonZeroDivisors ๐ Mathlib.Algebra.Ring.NonZeroDivisors
{R : Type u_1} [CommRing R] {x y : R} {c : โฅ(nonZeroDivisors R)} : x * โc โฃ y * โc โ x โฃ y - IsCoprime.intCast ๐ Mathlib.RingTheory.Coprime.Basic
{R : Type u_1} [CommRing R] {a b : โค} (h : IsCoprime a b) : IsCoprime โa โb - IsCoprime.neg_left ๐ Mathlib.RingTheory.Coprime.Basic
{R : Type u} [CommRing R] {x y : R} (h : IsCoprime x y) : IsCoprime (-x) y - IsCoprime.neg_right ๐ Mathlib.RingTheory.Coprime.Basic
{R : Type u} [CommRing R] {x y : R} (h : IsCoprime x y) : IsCoprime x (-y) - IsCoprime.neg_left_iff ๐ Mathlib.RingTheory.Coprime.Basic
{R : Type u} [CommRing R] (x y : R) : IsCoprime (-x) y โ IsCoprime x y - IsCoprime.neg_right_iff ๐ Mathlib.RingTheory.Coprime.Basic
{R : Type u} [CommRing R] (x y : R) : IsCoprime x (-y) โ IsCoprime x y - IsRelPrime.neg_left ๐ Mathlib.RingTheory.Coprime.Basic
{R : Type u_1} [CommRing R] {x y : R} (h : IsRelPrime x y) : IsRelPrime (-x) y - IsRelPrime.neg_right ๐ Mathlib.RingTheory.Coprime.Basic
{R : Type u_1} [CommRing R] {x y : R} (h : IsRelPrime x y) : IsRelPrime x (-y) - IsRelPrime.neg_left_iff ๐ Mathlib.RingTheory.Coprime.Basic
{R : Type u_1} [CommRing R] (x y : R) : IsRelPrime (-x) y โ IsRelPrime x y - IsRelPrime.neg_right_iff ๐ Mathlib.RingTheory.Coprime.Basic
{R : Type u_1} [CommRing R] (x y : R) : IsRelPrime x (-y) โ IsRelPrime x y - IsCoprime.add_mul_left_left ๐ Mathlib.RingTheory.Coprime.Basic
{R : Type u} [CommRing R] {x y : R} (h : IsCoprime x y) (z : R) : IsCoprime (x + y * z) y - IsCoprime.add_mul_left_right ๐ Mathlib.RingTheory.Coprime.Basic
{R : Type u} [CommRing R] {x y : R} (h : IsCoprime x y) (z : R) : IsCoprime x (y + x * z) - IsCoprime.add_mul_right_left ๐ Mathlib.RingTheory.Coprime.Basic
{R : Type u} [CommRing R] {x y : R} (h : IsCoprime x y) (z : R) : IsCoprime (x + z * y) y - IsCoprime.add_mul_right_right ๐ Mathlib.RingTheory.Coprime.Basic
{R : Type u} [CommRing R] {x y : R} (h : IsCoprime x y) (z : R) : IsCoprime x (y + z * x)
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 01cceef