Loogle!
Result
Found 612 declarations mentioning NonAssocRing. Of these, only the first 200 are shown.
- NonAssocRing π Mathlib.Algebra.Ring.Defs
(Ξ± : Type u_1) : Type u_1 - NonAssocCommRing.toNonAssocRing π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u} [self : NonAssocCommRing Ξ±] : NonAssocRing Ξ± - NonAssocRing.toAddCommGroupWithOne π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u_1} [self : NonAssocRing Ξ±] : AddCommGroupWithOne Ξ± - NonAssocRing.toIntCast π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u_1} [self : NonAssocRing Ξ±] : IntCast Ξ± - NonAssocRing.toNatCast π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u_1} [self : NonAssocRing Ξ±] : NatCast Ξ± - NonAssocRing.toNonAssocSemiring π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u_1} [self : NonAssocRing Ξ±] : NonAssocSemiring Ξ± - NonAssocRing.toNonUnitalNonAssocRing π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u_1} [self : NonAssocRing Ξ±] : NonUnitalNonAssocRing Ξ± - NonAssocRing.toOne π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u_1} [self : NonAssocRing Ξ±] : One Ξ± - Ring.toNonAssocRing π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u} [Ring Ξ±] : NonAssocRing Ξ± - IsUnital.toNonAssocRing π Mathlib.Algebra.Ring.Defs
{A : Type u_1} [NonUnitalNonAssocRing A] [IsUnital A] : NonAssocRing A - IsMulCommutative.instNonAssocCommRing π Mathlib.Algebra.Ring.Defs
{R : Type v} [NonAssocRing R] [IsMulCommutative R] : NonAssocCommRing R - NonAssocRing.intCast_ofNat π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u_1} [self : NonAssocRing Ξ±] (n : β) : IntCast.intCast βn = βn - NonAssocRing.mul_one π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u_1} [self : NonAssocRing Ξ±] (a : Ξ±) : a * 1 = a - NonAssocRing.one_mul π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u_1} [self : NonAssocRing Ξ±] (a : Ξ±) : 1 * a = a - NonAssocRing.natCast_zero π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u_1} [self : NonAssocRing Ξ±] : β0 = 0 - NonAssocCommRing.mk π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u} [toNonAssocRing : NonAssocRing Ξ±] (mul_comm : β (a b : Ξ±), a * b = b * a) : NonAssocCommRing Ξ± - NonAssocRing.intCast_negSucc π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u_1} [self : NonAssocRing Ξ±] (n : β) : IntCast.intCast (Int.negSucc n) = -β(n + 1) - NonAssocRing.natCast_succ π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u_1} [self : NonAssocRing Ξ±] (n : β) : β(n + 1) = βn + 1 - mul_one_sub π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u} [NonAssocRing Ξ±] (a b : Ξ±) : a * (1 - b) = a - a * b - mul_sub_one π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u} [NonAssocRing Ξ±] (a b : Ξ±) : a * (b - 1) = a * b - a - one_sub_mul π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u} [NonAssocRing Ξ±] (a b : Ξ±) : (1 - a) * b = b - a * b - sub_one_mul π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u} [NonAssocRing Ξ±] (a b : Ξ±) : (a - 1) * b = a * b - b - mul_one_sub_mul π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u} [NonAssocRing Ξ±] (a b c : Ξ±) : a * (1 - b) * c = a * c - a * b * c - NonAssocRing.mk π Mathlib.Algebra.Ring.Defs
{Ξ± : Type u_1} [toNonUnitalNonAssocRing : NonUnitalNonAssocRing Ξ±] [toOne : One Ξ±] (one_mul : β (a : Ξ±), 1 * a = a) (mul_one : β (a : Ξ±), a * 1 = a) [toNatCast : NatCast Ξ±] (natCast_zero : β0 = 0 := by intros; rfl) (natCast_succ : β (n : β), β(n + 1) = βn + 1 := by intros; rfl) [toIntCast : IntCast Ξ±] (intCast_ofNat : β (n : β), IntCast.intCast βn = βn := by intros; rfl) (intCast_negSucc : β (n : β), IntCast.intCast (Int.negSucc n) = -β(n + 1) := by intros; rfl) : NonAssocRing Ξ± - Int.cast_mul π Mathlib.Algebra.Ring.Int.Defs
{Ξ± : Type u_1} [NonAssocRing Ξ±] (m n : β€) : β(m * n) = βm * βn - succ_ne_self π Mathlib.Algebra.Ring.Basic
{Ξ± : Type u_3} [NonAssocRing Ξ±] [Nontrivial Ξ±] (a : Ξ±) : a + 1 β a - pred_ne_self π Mathlib.Algebra.Ring.Basic
{Ξ± : Type u_3} [NonAssocRing Ξ±] [Nontrivial Ξ±] (a : Ξ±) : a - 1 β a - RingHom.map_neg π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {Ξ² : Type u_3} [NonAssocRing Ξ±] [NonAssocRing Ξ²] (f : Ξ± β+* Ξ²) (x : Ξ±) : f (-x) = -f x - RingHom.map_sub π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {Ξ² : Type u_3} [NonAssocRing Ξ±] [NonAssocRing Ξ²] (f : Ξ± β+* Ξ²) (x y : Ξ±) : f (x - y) = f x - f y - RingHom.mk' π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {Ξ² : Type u_3} [NonAssocSemiring Ξ±] [NonAssocRing Ξ²] (f : Ξ± β* Ξ²) (map_add : β (a b : Ξ±), f (a + b) = f a + f b) : Ξ± β+* Ξ² - Function.Injective.nonAssocRing π 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] [NatCast S] [IntCast S] [NonAssocRing 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) (natCast : β (n : β), f βn = βn) (intCast : β (n : β€), f βn = βn) : NonAssocRing S - Function.Surjective.nonAssocRing π 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] [NatCast S] [IntCast S] [NonAssocRing 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) (natCast : β (n : β), f βn = βn) (intCast : β (n : β€), f βn = βn) : NonAssocRing S - mul_self_eq_one_iff π Mathlib.Algebra.Ring.Commute
{R : Type u} [NonAssocRing R] [NoZeroDivisors R] {a : R} : a * a = 1 β a = 1 β¨ a = -1 - mul_self_sub_one π Mathlib.Algebra.Ring.Commute
{R : Type u} [NonAssocRing R] (a : R) : a * a - 1 = (a + 1) * (a - 1) - Int.castRingHom π Mathlib.Data.Int.Cast.Lemmas
(Ξ± : Type u_2) [NonAssocRing Ξ±] : β€ β+* Ξ± - RingHom.eq_intCast' π Mathlib.Data.Int.Cast.Lemmas
{Ξ± : Type u_2} [NonAssocRing Ξ±] (f : β€ β+* Ξ±) : f = Int.castRingHom Ξ± - Commute.intCast_left π Mathlib.Data.Int.Cast.Lemmas
{Ξ± : Type u_2} [NonAssocRing Ξ±] {a : Ξ±} {n : β€} : Commute (βn) a - Commute.intCast_right π Mathlib.Data.Int.Cast.Lemmas
{Ξ± : Type u_2} [NonAssocRing Ξ±] {a : Ξ±} {n : β€} : Commute a βn - Int.cast_commute π Mathlib.Data.Int.Cast.Lemmas
{Ξ± : Type u_2} [NonAssocRing Ξ±] (n : β€) (a : Ξ±) : Commute (βn) a - Int.commute_cast π Mathlib.Data.Int.Cast.Lemmas
{Ξ± : Type u_2} [NonAssocRing Ξ±] (a : Ξ±) (n : β€) : Commute a βn - eq_intCast π Mathlib.Data.Int.Cast.Lemmas
{F : Type u_1} {Ξ± : Type u_2} [NonAssocRing Ξ±] [FunLike F β€ Ξ±] [RingHomClass F β€ Ξ±] (f : F) (n : β€) : f n = βn - Int.coe_castRingHom π Mathlib.Data.Int.Cast.Lemmas
{Ξ± : Type u_2} [NonAssocRing Ξ±] : β(Int.castRingHom Ξ±) = fun x => βx - map_intCast π Mathlib.Data.Int.Cast.Lemmas
{F : Type u_1} {Ξ± : Type u_2} {Ξ² : Type u_3} [NonAssocRing Ξ±] [NonAssocRing Ξ²] [FunLike F Ξ± Ξ²] [RingHomClass F Ξ± Ξ²] (f : F) (n : β€) : f βn = βn - zsmul_eq_mul π Mathlib.Data.Int.Cast.Lemmas
{Ξ± : Type u_2} [NonAssocRing Ξ±] (a : Ξ±) (n : β€) : n β’ a = βn * a - zsmul_eq_mul' π Mathlib.Data.Int.Cast.Lemmas
{Ξ± : Type u_2} [NonAssocRing Ξ±] (a : Ξ±) (n : β€) : n β’ a = a * βn - Int.cast_comm π Mathlib.Data.Int.Cast.Lemmas
{Ξ± : Type u_2} [NonAssocRing Ξ±] (n : β€) (x : Ξ±) : βn * x = x * βn - Int.smul_one_eq_cast π Mathlib.Algebra.Module.NatInt
{R : Type u_5} [NonAssocRing R] (m : β€) : m β’ 1 = βm - Lex.instNonAssocRing π Mathlib.Algebra.Order.Ring.Synonym
{R : Type u_1} [NonAssocRing R] : NonAssocRing (Lex R) - OrderDual.instNonAssocRing π Mathlib.Algebra.Order.Ring.Synonym
{R : Type u_1} [NonAssocRing R] : NonAssocRing Rα΅α΅ - RingHom.injective_int π Mathlib.Data.Int.CharZero
{Ξ± : Type u_3} [NonAssocRing Ξ±] (f : β€ β+* Ξ±) [CharZero Ξ±] : Function.Injective βf - MulRingNormClass π Mathlib.Algebra.Order.Hom.Basic
(F : Type u_4) (Ξ± : outParam (Type u_5)) (Ξ² : outParam (Type u_6)) [NonAssocRing Ξ±] [Semiring Ξ²] [PartialOrder Ξ²] [FunLike F Ξ± Ξ²] : Prop - MulRingSeminormClass π Mathlib.Algebra.Order.Hom.Basic
(F : Type u_4) (Ξ± : outParam (Type u_5)) (Ξ² : outParam (Type u_6)) [NonAssocRing Ξ±] [Semiring Ξ²] [PartialOrder Ξ²] [FunLike F Ξ± Ξ²] : Prop - MulRingNormClass.toMulRingSeminormClass π Mathlib.Algebra.Order.Hom.Basic
{F : Type u_4} {Ξ± : outParam (Type u_5)} {Ξ² : outParam (Type u_6)} {instβ : NonAssocRing Ξ±} {instβΒΉ : Semiring Ξ²} {instβΒ² : PartialOrder Ξ²} {instβΒ³ : FunLike F Ξ± Ξ²} [self : MulRingNormClass F Ξ± Ξ²] : MulRingSeminormClass F Ξ± Ξ² - MulRingNormClass.toRingNormClass π Mathlib.Algebra.Order.Hom.Basic
{F : Type u_1} {Ξ± : Type u_2} {Ξ² : Type u_3} [FunLike F Ξ± Ξ²] [NonAssocRing Ξ±] [Semiring Ξ²] [PartialOrder Ξ²] [MulRingNormClass F Ξ± Ξ²] : RingNormClass F Ξ± Ξ² - MulRingSeminormClass.toRingSeminormClass π Mathlib.Algebra.Order.Hom.Basic
{F : Type u_1} {Ξ± : Type u_2} {Ξ² : Type u_3} [FunLike F Ξ± Ξ²] [NonAssocRing Ξ±] [Semiring Ξ²] [PartialOrder Ξ²] [MulRingSeminormClass F Ξ± Ξ²] : RingSeminormClass F Ξ± Ξ² - MulRingSeminormClass.toMonoidWithZeroHomClass π Mathlib.Algebra.Order.Hom.Basic
{F : Type u_4} {Ξ± : outParam (Type u_5)} {Ξ² : outParam (Type u_6)} [NonAssocRing Ξ±] [Semiring Ξ²] [PartialOrder Ξ²] [FunLike F Ξ± Ξ²] [self : MulRingSeminormClass F Ξ± Ξ²] : MonoidWithZeroHomClass F Ξ± Ξ² - MulRingNormClass.toAddGroupNormClass π Mathlib.Algebra.Order.Hom.Basic
{F : Type u_4} {Ξ± : outParam (Type u_5)} {Ξ² : outParam (Type u_6)} [NonAssocRing Ξ±] [Semiring Ξ²] [PartialOrder Ξ²] [FunLike F Ξ± Ξ²] [self : MulRingNormClass F Ξ± Ξ²] : AddGroupNormClass F Ξ± Ξ² - MulRingSeminormClass.toAddGroupSeminormClass π Mathlib.Algebra.Order.Hom.Basic
{F : Type u_4} {Ξ± : outParam (Type u_5)} {Ξ² : outParam (Type u_6)} {instβ : NonAssocRing Ξ±} {instβΒΉ : Semiring Ξ²} {instβΒ² : PartialOrder Ξ²} {instβΒ³ : FunLike F Ξ± Ξ²} [self : MulRingSeminormClass F Ξ± Ξ²] : AddGroupSeminormClass F Ξ± Ξ² - MulRingSeminormClass.toMonoidHomClass π Mathlib.Algebra.Order.Hom.Basic
{F : Type u_4} {Ξ± : outParam (Type u_5)} {Ξ² : outParam (Type u_6)} {instβ : NonAssocRing Ξ±} {instβΒΉ : Semiring Ξ²} {instβΒ² : PartialOrder Ξ²} {instβΒ³ : FunLike F Ξ± Ξ²} [self : MulRingSeminormClass F Ξ± Ξ²] : MonoidHomClass F Ξ± Ξ² - MulRingSeminormClass.mk π Mathlib.Algebra.Order.Hom.Basic
{F : Type u_4} {Ξ± : outParam (Type u_5)} {Ξ² : outParam (Type u_6)} [NonAssocRing Ξ±] [Semiring Ξ²] [PartialOrder Ξ²] [FunLike F Ξ± Ξ²] [toAddGroupSeminormClass : AddGroupSeminormClass F Ξ± Ξ²] [toMonoidHomClass : MonoidHomClass F Ξ± Ξ²] : MulRingSeminormClass F Ξ± Ξ² - MulRingNormClass.eq_zero_of_map_eq_zero π Mathlib.Algebra.Order.Hom.Basic
{F : Type u_4} {Ξ± : outParam (Type u_5)} {Ξ² : outParam (Type u_6)} {instβ : NonAssocRing Ξ±} {instβΒΉ : Semiring Ξ²} {instβΒ² : PartialOrder Ξ²} {instβΒ³ : FunLike F Ξ± Ξ²} [self : MulRingNormClass F Ξ± Ξ²] (f : F) {a : Ξ±} : f a = 0 β a = 0 - MulRingNormClass.mk π Mathlib.Algebra.Order.Hom.Basic
{F : Type u_4} {Ξ± : outParam (Type u_5)} {Ξ² : outParam (Type u_6)} [NonAssocRing Ξ±] [Semiring Ξ²] [PartialOrder Ξ²] [FunLike F Ξ± Ξ²] [toMulRingSeminormClass : MulRingSeminormClass F Ξ± Ξ²] (eq_zero_of_map_eq_zero : β (f : F) {a : Ξ±}, f a = 0 β a = 0) : MulRingNormClass F Ξ± Ξ² - RingEquiv.map_neg_one π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocRing R] [NonAssocRing S] (f : R β+* S) : f (-1) = -1 - RingEquiv.map_eq_neg_one_iff π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocRing R] [NonAssocRing S] (f : R β+* S) {x : R} : f x = -1 β x = -1 - AddOpposite.instNonAssocRing π Mathlib.Algebra.Ring.Opposite
{R : Type u_1} [NonAssocRing R] : NonAssocRing Rα΅α΅α΅ - MulOpposite.instNonAssocRing π Mathlib.Algebra.Ring.Opposite
{R : Type u_1} [NonAssocRing R] : NonAssocRing Rα΅α΅α΅ - Pi.nonAssocRing π Mathlib.Algebra.Ring.Pi
{I : Type u} {f : I β Type v} [(i : I) β NonAssocRing (f i)] : NonAssocRing ((i : I) β f i) - isSelfNeg_of_isSMulRegular_two π Mathlib.Algebra.Module.Torsion.Free
{R : Type u_1} [NonAssocRing R] (h : IsSMulRegular R 2) {a : R} : IsSelfNeg a β a = 0 - ULift.nonAssocRing π Mathlib.Algebra.Ring.ULift
{R : Type u} [NonAssocRing R] : NonAssocRing (ULift.{u_1, u} R) - CharZero.eq_neg_self_iff π Mathlib.Algebra.Ring.CharZero
{R : Type u_2} [NonAssocRing R] [NoZeroDivisors R] [CharZero R] {a : R} : a = -a β a = 0 - CharZero.neg_eq_self_iff π Mathlib.Algebra.Ring.CharZero
{R : Type u_2} [NonAssocRing R] [NoZeroDivisors R] [CharZero R] {a : R} : -a = a β a = 0 - nat_mul_inj' π Mathlib.Algebra.Ring.CharZero
{R : Type u_2} [NonAssocRing R] [NoZeroDivisors R] [CharZero R] {n : β} {a b : R} (h : βn * a = βn * b) (w : n β 0) : a = b - nat_mul_inj π Mathlib.Algebra.Ring.CharZero
{R : Type u_2} [NonAssocRing R] [NoZeroDivisors R] [CharZero R] {n : β} {a b : R} (h : βn * a = βn * b) : n = 0 β¨ a = b - Subring π Mathlib.Algebra.Ring.Subring.Defs
(R : Type u) [NonAssocRing R] : Type u - Subring.instPartialOrder π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] : PartialOrder (Subring R) - Subring.instSetLike π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] : SetLike (Subring R) R - SubringClass π Mathlib.Algebra.Ring.Subring.Defs
(S : Type u_1) (R : outParam (Type u)) [NonAssocRing R] [SetLike S R] : Prop - Subring.toNonUnitalSubring π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (S : Subring R) : NonUnitalSubring R - Subring.toSubsemiring π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (self : Subring R) : Subsemiring R - Subring.instSubringClass π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] : SubringClass (Subring R) R - Subring.toAddSubgroup π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (self : Subring R) : AddSubgroup R - Subring.toSubsemiring_injective π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] : Function.Injective Subring.toSubsemiring - Subring.ofClass π Mathlib.Algebra.Ring.Subring.Defs
{S : Type u_1} {R : Type u_2} [NonAssocRing R] [SetLike S R] [SubringClass S R] (s : S) : Subring R - Subring.toAddSubgroup_injective π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] : Function.Injective Subring.toAddSubgroup - SubringClass.nonUnitalSubringClass π Mathlib.Algebra.Ring.Subring.Defs
(S : Type u_1) (R : Type u) [SetLike S R] [NonAssocRing R] [SubringClass S R] : NonUnitalSubringClass S R - SubringClass.toSubsemiringClass π Mathlib.Algebra.Ring.Subring.Defs
{S : Type u_1} {R : outParam (Type u)} {instβ : NonAssocRing R} {instβΒΉ : SetLike S R} [self : SubringClass S R] : SubsemiringClass S R - Subring.toNonUnitalSubring_toSubring π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (S : Subring R) : S.toNonUnitalSubring.toSubring β― = S - Subring.copy π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (S : Subring R) (s : Set R) (hs : s = βS) : Subring R - SubringClass.addSubgroupClass π Mathlib.Algebra.Ring.Subring.Defs
(S : Type u_1) (R : Type u) [SetLike S R] [NonAssocRing R] [h : SubringClass S R] : AddSubgroupClass S R - SubringClass.toHasIntCast π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} {S : Type v} [NonAssocRing R] [SetLike S R] [hSR : SubringClass S R] (s : S) : IntCast β₯s - SubringClass.toNonAssocRing π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} {S : Type v} [NonAssocRing R] [SetLike S R] [hSR : SubringClass S R] (s : S) : NonAssocRing β₯s - Subring.instNontrivialSubtypeMem π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u_1} [NonAssocRing R] [Nontrivial R] (s : Subring R) : Nontrivial β₯s - Subring.toSubmonoid_injective π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] : Function.Injective fun s => s.toSubmonoid - Subring.toSubsemiring_inj π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] {s t : Subring R} : s.toSubsemiring = t.toSubsemiring β s = t - intCast_mem π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} {S : Type v} [NonAssocRing R] [SetLike S R] [hSR : SubringClass S R] (s : S) (n : β€) : βn β s - Subring.copy_eq π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (S : Subring R) (s : Set R) (hs : s = βS) : S.copy s hs = S - SubringClass.toNegMemClass π Mathlib.Algebra.Ring.Subring.Defs
{S : Type u_1} {R : outParam (Type u)} {instβ : NonAssocRing R} {instβΒΉ : SetLike S R} [self : SubringClass S R] : NegMemClass S R - Subring.coe_toSubsemiring π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) : βs.toSubsemiring = βs - Subring.one_mem π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) : 1 β s - Subring.zero_mem π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) : 0 β s - Subring.coe_ofClass π Mathlib.Algebra.Ring.Subring.Defs
{S : Type u_1} {R : Type u_2} [NonAssocRing R] [SetLike S R] [SubringClass S R] (s : S) : β(Subring.ofClass s) = βs - Subring.coe_copy π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (S : Subring R) (s : Set R) (hs : s = βS) : β(S.copy s hs) = s - SubringClass.mk π Mathlib.Algebra.Ring.Subring.Defs
{S : Type u_1} {R : outParam (Type u)} [NonAssocRing R] [SetLike S R] [toSubsemiringClass : SubsemiringClass S R] [toNegMemClass : NegMemClass S R] : SubringClass S R - Subring.coe_toAddSubgroup π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) : βs.toAddSubgroup = βs - Subring.one_mem_toNonUnitalSubring π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (S : Subring R) : 1 β S.toNonUnitalSubring - NonUnitalSubring.toSubring π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (S : NonUnitalSubring R) (h1 : 1 β S) : Subring R - Subring.coe_toSubmonoid π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) : βs.toSubmonoid = βs - Subring.ext π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] {S T : Subring R} (h : β (x : R), x β S β x β T) : S = T - Subring.mem_toSubsemiring π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] {s : Subring R} {x : R} : x β s.toSubsemiring β x β s - Subring.ext_iff π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] {S T : Subring R} : S = T β β (x : R), x β S β x β T - SubringClass.subtype π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} {S : Type v} [NonAssocRing R] [SetLike S R] [hSR : SubringClass S R] (s : S) : β₯s β+* R - Subring.neg_mem π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) {x : R} : x β s β -x β s - NonUnitalSubring.toSubring_toNonUnitalSubring π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (S : NonUnitalSubring R) (h1 : 1 β S) : (S.toSubring h1).toNonUnitalSubring = S - Subring.mem_toAddSubgroup π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] {s : Subring R} {x : R} : x β s.toAddSubgroup β x β s - Subring.zsmul_mem π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) {x : R} (hx : x β s) (n : β€) : n β’ x β s - Subring.mem_carrier π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] {s : Subring R} {x : R} : x β s.carrier β x β s - Subring.subtype π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) : β₯s β+* R - Subsemiring.toSubring π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subsemiring R) (hneg : -1 β s) : Subring R - Subring.mem_toSubmonoid π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] {s : Subring R} {x : R} : x β s.toSubmonoid β x β s - Subring.add_mem π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) {x y : R} : x β s β y β s β x + y β s - Subring.mul_mem π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) {x y : R} : x β s β y β s β x * y β s - Subring.sub_mem π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) {x y : R} (hx : x β s) (hy : y β s) : x - y β s - Subsemiring.toSubring_toSubsemiring π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subsemiring R) (hneg : -1 β s) : (s.toSubring hneg).toSubsemiring = s - Subring.mk' π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Set R) (sm : Submonoid R) (sa : AddSubgroup R) (hm : βsm = s) (ha : βsa = s) : Subring R - Subring.copy_toSubsemiring π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (S : Subring R) (s : Set R) (hs : s = βS) : (S.copy s hs).toSubsemiring = { carrier := s, mul_mem' := β―, one_mem' := β―, add_mem' := β―, zero_mem' := β― } - Subring.coe_mk' π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Set R) (sm : Submonoid R) (sa : AddSubgroup R) (hm : βsm = s) (ha : βsa = s) : β(Subring.mk' s sm sa hm ha) = s - Subring.mk'_toAddSubgroup π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] {s : Set R} {sm : Submonoid R} (hm : βsm = s) {sa : AddSubgroup R} (ha : βsa = s) : (Subring.mk' s sm sa hm ha).toAddSubgroup = sa - SubringClass.coe_intCast π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} {S : Type v} [NonAssocRing R] [SetLike S R] [hSR : SubringClass S R] (s : S) (n : β€) : ββn = βn - Subring.mk π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (toSubsemiring : Subsemiring R) (neg_mem' : β {x : R}, x β toSubsemiring.carrier β -x β toSubsemiring.carrier) : Subring R - Subring.mk'_toSubmonoid π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] {s : Set R} {sm : Submonoid R} (hm : βsm = s) {sa : AddSubgroup R} (ha : βsa = s) : (Subring.mk' s sm sa hm ha).toSubmonoid = sm - Subring.neg_mem' π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (self : Subring R) {x : R} : x β self.carrier β -x β self.carrier - Subring.mem_mk' π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] {s : Set R} {sm : Submonoid R} (hm : βsm = s) {sa : AddSubgroup R} (ha : βsa = s) {x : R} : x β Subring.mk' s sm sa hm ha β x β s - SubringClass.coe_natCast π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} {S : Type v} [NonAssocRing R] [SetLike S R] [hSR : SubringClass S R] (s : S) (n : β) : ββn = βn - Subring.coe_set_mk π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (S : Subsemiring R) (h : β {x : R}, x β S.carrier β -x β S.carrier) : β{ toSubsemiring := S, neg_mem' := h } = βS - Subring.coe_intCast π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) (n : β€) : ββn = βn - SubringClass.subtype_injective π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} {S : Type v} [NonAssocRing R] [SetLike S R] [hSR : SubringClass S R] (s : S) : Function.Injective β(SubringClass.subtype s) - Subring.coe_one π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) : β1 = 1 - Subring.coe_neg π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) (x : β₯s) : β(-x) = -βx - Subring.mem_mk π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] {S : Subsemiring R} {x : R} (h : β {x : R}, x β S.carrier β -x β S.carrier) : x β { toSubsemiring := S, neg_mem' := h } β x β S - Subring.coe_zero π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) : β0 = 0 - SubringClass.coe_subtype π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} {S : Type v} [NonAssocRing R] [SetLike S R] [hSR : SubringClass S R] (s : S) : β(SubringClass.subtype s) = Subtype.val - Subring.coe_natCast π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) (n : β) : ββn = βn - SubringClass.subtype_apply π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} {S : Type v} [NonAssocRing R] [SetLike S R] [hSR : SubringClass S R] {s : S} (x : β₯s) : (SubringClass.subtype s) x = βx - Subring.subtype_injective π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) : Function.Injective βs.subtype - Subring.instCanLiftSetCoeAndMemOfNatForallForallForallForallHAddForallForallForallForallHMulForallForallNeg π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] : CanLift (Set R) (Subring R) SetLike.coe fun s => 0 β s β§ (β {x y : R}, x β s β y β s β x + y β s) β§ 1 β s β§ (β {x y : R}, x β s β y β s β x * y β s) β§ β {x : R}, x β s β -x β s - Subring.mk_eq_zero π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) {x : R} (hx : x β s) : β¨x, hxβ© = 0 β x = 0 - Subring.coe_eq_zero_iff π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) {x : β₯s} : βx = 0 β x = 0 - Subring.coe_subtype π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) : βs.subtype = Subtype.val - Subring.subtype_apply π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] {s : Subring R} (x : β₯s) : s.subtype x = βx - Subring.instNoZeroDivisorsSubtypeMem π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u_1} [NonAssocRing R] [NoZeroDivisors R] (s : Subring R) : NoZeroDivisors β₯s - Subring.mk_le_mk π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] {S S' : Subsemiring R} (hβ : β {x : R}, x β S.carrier β -x β S.carrier) (hβ : β {x : R}, x β S'.carrier β -x β S'.carrier) : { toSubsemiring := S, neg_mem' := hβ } β€ { toSubsemiring := S', neg_mem' := hβ } β S β€ S' - Subring.coe_add π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) (x y : β₯s) : β(x + y) = βx + βy - Subring.coe_mul π Mathlib.Algebra.Ring.Subring.Defs
{R : Type u} [NonAssocRing R] (s : Subring R) (x y : β₯s) : β(x * y) = βx * βy - Prod.instNonAssocRing π Mathlib.Algebra.Ring.Prod
{R : Type u_1} {S : Type u_3} [NonAssocRing R] [NonAssocRing S] : NonAssocRing (R Γ S) - Set.intCast_mem_center π Mathlib.Algebra.Ring.Center
(M : Type u_1) [NonAssocRing M] (n : β€) : βn β Set.center M - Subring.center π Mathlib.Algebra.Ring.Subring.Basic
(R : Type u) [NonAssocRing R] : Subring R - Subring.instBot π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] : Bot (Subring R) - Subring.instCompleteLattice π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] : CompleteLattice (Subring R) - Subring.instInfSet π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] : InfSet (Subring R) - Subring.instInhabited π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] : Inhabited (Subring R) - Subring.instMin π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] : Min (Subring R) - Subring.instTop π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] : Top (Subring R) - Subring.closure π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] (s : Set R) : Subring R - RingHom.range π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] (f : R β+* S) : Subring S - Subring.closure_univ π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] : Subring.closure Set.univ = β€ - Subring.center_toSubsemiring π Mathlib.Algebra.Ring.Subring.Basic
(R : Type u) [NonAssocRing R] : (Subring.center R).toSubsemiring = Subsemiring.center R - Subring.comap π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] (f : R β+* S) (s : Subring S) : Subring R - Subring.map π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] (f : R β+* S) (s : Subring R) : Subring S - Subring.prod π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] (s : Subring R) (t : Subring S) : Subring (R Γ S) - Subring.closure_empty π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] : Subring.closure β = β₯ - Subring.map_id π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] (s : Subring R) : Subring.map (RingHom.id R) s = s - Subring.closure_eq π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] (s : Subring R) : Subring.closure βs = s - Subring.coe_top π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] : ββ€ = Set.univ - Subring.subset_closure π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] {s : Set R} : s β β(Subring.closure s) - Subring.mem_top π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] (x : R) : x β β€ - RingHom.eqLocus π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] {S : Type v} [Semiring S] (f g : R β+* S) : Subring R - Subring.coe_center π Mathlib.Algebra.Ring.Subring.Basic
(R : Type u) [NonAssocRing R] : β(Subring.center R) = Set.center R - Subring.instFintypeSubtypeMemTop π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u_1} [NonAssocRing R] [Fintype R] : Fintype β₯β€ - Subring.toSubsemiring_top π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] : β€.toSubsemiring = β€ - Subring.mem_closure_of_mem π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] {s : Set R} {x : R} (hx : x β s) : x β Subring.closure s - RingHom.eqLocus_same π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] {S : Type v} [Semiring S] (f : R β+* S) : f.eqLocus f = β€ - Subring.coe_bot π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] : ββ₯ = Set.range Int.cast - Subring.toSubsemiring_mono π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] : Monotone Subring.toSubsemiring - Subring.toSubsemiring_strictMono π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] : StrictMono Subring.toSubsemiring - Subring.closure_insert_intCast π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] (n : β€) (s : Set R) : Subring.closure (insert (βn) s) = Subring.closure s - Subring.closure_singleton_intCast π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] (n : β€) : Subring.closure {βn} = β₯ - Subring.notMem_of_notMem_closure π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] {s : Set R} {P : R} (hP : P β Subring.closure s) : P β s - Subring.eq_top_iff' π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] (A : Subring R) : A = β€ β β (x : R), x β A - Subring.center_prod π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] : Subring.center (R Γ S) = (Subring.center R).prod (Subring.center S) - Subring.closure_insert_natCast π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] (n : β) (s : Set R) : Subring.closure (insert (βn) s) = Subring.closure s - Subring.closure_singleton_natCast π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] (n : β) : Subring.closure {βn} = β₯ - Subring.closure_insert_one π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] (s : Set R) : Subring.closure (insert 1 s) = Subring.closure s - Subring.closure_insert_zero π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] (s : Set R) : Subring.closure (insert 0 s) = Subring.closure s - Subring.closure_mono π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] β¦s t : Set Rβ¦ (h : s β t) : Subring.closure s β€ Subring.closure t - Subring.closure_singleton_one π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] : Subring.closure {1} = β₯ - Subring.closure_singleton_zero π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] : Subring.closure {0} = β₯ - RingHom.range_eq_map π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] (f : R β+* S) : f.range = Subring.map f β€ - Subring.card_top π Mathlib.Algebra.Ring.Subring.Basic
(R : Type u_1) [NonAssocRing R] [Fintype R] : Fintype.card β₯β€ = Fintype.card R - Subring.comap_top π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] (f : R β+* S) : Subring.comap f β€ = β€ - Subring.map_bot π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] (f : R β+* S) : Subring.map f β₯ = β₯
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