Loogle!
Result
Found 290 declarations mentioning DivisionSemiring. Of these, only the first 200 are shown.
- DivisionSemiring π Mathlib.Algebra.Field.Defs
(K : Type u_2) : Type u_2 - DivisionRing.toDivisionSemiring π Mathlib.Algebra.Field.Defs
{K : Type u_1} [DivisionRing K] : DivisionSemiring K - DivisionSemiring.toDiv π Mathlib.Algebra.Field.Defs
{K : Type u_2} [self : DivisionSemiring K] : Div K - DivisionSemiring.toGroupWithZero π Mathlib.Algebra.Field.Defs
{K : Type u_2} [self : DivisionSemiring K] : GroupWithZero K - DivisionSemiring.toInv π Mathlib.Algebra.Field.Defs
{K : Type u_2} [self : DivisionSemiring K] : Inv K - DivisionSemiring.toNNRatCast π Mathlib.Algebra.Field.Defs
{K : Type u_2} [self : DivisionSemiring K] : NNRatCast K - DivisionSemiring.toNontrivial π Mathlib.Algebra.Field.Defs
{K : Type u_2} [self : DivisionSemiring K] : Nontrivial K - DivisionSemiring.toSemiring π Mathlib.Algebra.Field.Defs
{K : Type u_2} [self : DivisionSemiring K] : Semiring K - DivisionSemiring.toZPow π Mathlib.Algebra.Field.Defs
{K : Type u_2} [self : DivisionSemiring K] : ZPow K - Semifield.toDivisionSemiring π Mathlib.Algebra.Field.Defs
{K : Type u_2} [self : Semifield K] : DivisionSemiring K - DivisionSemiring.nnqsmul π Mathlib.Algebra.Field.Defs
{K : Type u_2} [self : DivisionSemiring K] : ββ₯0 β K β K - NNRat.smulDivisionSemiring π Mathlib.Algebra.Field.Defs
{K : Type u_1} [DivisionSemiring K] : SMul ββ₯0 K - DivisionSemiring.nnqsmul_def π Mathlib.Algebra.Field.Defs
{K : Type u_2} [self : DivisionSemiring K] (q : ββ₯0) (a : K) : DivisionSemiring.nnqsmul q a = βq * a - DivisionSemiring.zpow_zero' π Mathlib.Algebra.Field.Defs
{K : Type u_2} [self : DivisionSemiring K] (a : K) : a ^ 0 = 1 - DivisionSemiring.div_eq_mul_inv π Mathlib.Algebra.Field.Defs
{K : Type u_2} [self : DivisionSemiring K] (a b : K) : a / b = a * bβ»ΒΉ - DivisionSemiring.inv_zero π Mathlib.Algebra.Field.Defs
{K : Type u_2} [self : DivisionSemiring K] : 0β»ΒΉ = 0 - DivisionSemiring.nnratCast_def π Mathlib.Algebra.Field.Defs
{K : Type u_2} [self : DivisionSemiring K] (q : ββ₯0) : βq = βq.num / βq.den - NNRat.smul_def π Mathlib.Algebra.Field.Defs
{K : Type u_1} [DivisionSemiring K] (q : ββ₯0) (a : K) : q β’ a = βq * a - NNRat.smul_one_eq_cast π Mathlib.Algebra.Field.Defs
(K : Type u_1) [DivisionSemiring K] (q : ββ₯0) : q β’ 1 = βq - DivisionSemiring.zpow_neg' π Mathlib.Algebra.Field.Defs
{K : Type u_2} [self : DivisionSemiring K] (n : β) (a : K) : a ^ Int.negSucc n = (a ^ βn.succ)β»ΒΉ - DivisionSemiring.mul_inv_cancel π Mathlib.Algebra.Field.Defs
{K : Type u_2} [self : DivisionSemiring K] (a : K) : a β 0 β a * aβ»ΒΉ = 1 - NNRat.cast_def π Mathlib.Algebra.Field.Defs
{K : Type u_1} [DivisionSemiring K] (q : ββ₯0) : βq = βq.num / βq.den - DivisionSemiring.zpow_succ' π Mathlib.Algebra.Field.Defs
{K : Type u_2} [self : DivisionSemiring K] (n : β) (a : K) : a ^ βn.succ = a ^ βn * a - DivisionSemiring.mk π Mathlib.Algebra.Field.Defs
{K : Type u_2} [toSemiring : Semiring 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] (inv_zero : 0β»ΒΉ = 0) (mul_inv_cancel : β (a : K), a β 0 β a * aβ»ΒΉ = 1) [toNNRatCast : NNRatCast K] (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) : DivisionSemiring K - Lex.instDivisionSemiring π Mathlib.Algebra.Field.Basic
{K : Type u_1} [DivisionSemiring K] : DivisionSemiring (Lex K) - OrderDual.instDivisionSemiring π Mathlib.Algebra.Field.Basic
{K : Type u_1} [DivisionSemiring K] : DivisionSemiring Kα΅α΅ - add_div π Mathlib.Algebra.Field.Basic
{K : Type u_1} [DivisionSemiring K] (a b c : K) : (a + b) / c = a / c + b / c - add_div' π Mathlib.Algebra.Field.Basic
{K : Type u_1} [DivisionSemiring K] (a b c : K) (hc : c β 0) : b + a / c = (b * c + a) / c - add_div_eq_mul_add_div π Mathlib.Algebra.Field.Basic
{K : Type u_1} [DivisionSemiring K] {c : K} (a b : K) (hc : c β 0) : a + b / c = (a * c + b) / c - div_add' π Mathlib.Algebra.Field.Basic
{K : Type u_1} [DivisionSemiring K] (a b c : K) (hc : c β 0) : a / c + b = (a + b * c) / c - div_add_one π Mathlib.Algebra.Field.Basic
{K : Type u_1} [DivisionSemiring K] {a b : K} (h : b β 0) : a / b + 1 = (a + b) / b - div_add_same π Mathlib.Algebra.Field.Basic
{K : Type u_1} [DivisionSemiring K] {a b : K} (h : b β 0) : (a + b) / b = a / b + 1 - one_add_div π Mathlib.Algebra.Field.Basic
{K : Type u_1} [DivisionSemiring K] {a b : K} (h : b β 0) : 1 + a / b = (b + a) / b - same_add_div π Mathlib.Algebra.Field.Basic
{K : Type u_1} [DivisionSemiring K] {a b : K} (h : b β 0) : (b + a) / b = 1 + a / b - add_self_div_two π Mathlib.Algebra.Field.Basic
{K : Type u_1} [DivisionSemiring K] [NeZero 2] (a : K) : (a + a) / 2 = a - Commute.inv_add_inv π Mathlib.Algebra.Field.Basic
{K : Type u_1} [DivisionSemiring K] {a b : K} (hab : Commute a b) (ha : a β 0) (hb : b β 0) : aβ»ΒΉ + bβ»ΒΉ = (a + b) / (a * b) - add_halves π Mathlib.Algebra.Field.Basic
{K : Type u_1} [DivisionSemiring K] [NeZero 2] (a : K) : a / 2 + a / 2 = a - inv_add_inv' π Mathlib.Algebra.Field.Basic
{K : Type u_1} [DivisionSemiring K] {a b : K} (ha : a β 0) (hb : b β 0) : aβ»ΒΉ + bβ»ΒΉ = aβ»ΒΉ * (a + b) * bβ»ΒΉ - Commute.one_div_add_one_div π Mathlib.Algebra.Field.Basic
{K : Type u_1} [DivisionSemiring K] {a b : K} (hab : Commute a b) (ha : a β 0) (hb : b β 0) : 1 / a + 1 / b = (a + b) / (a * b) - Commute.div_add_div π Mathlib.Algebra.Field.Basic
{K : Type u_1} [DivisionSemiring K] {a b c d : K} (hbc : Commute b c) (hbd : Commute b d) (hb : b β 0) (hd : d β 0) : a / b + c / d = (a * d + b * c) / (b * d) - one_div_mul_add_mul_one_div_eq_one_div_add_one_div π Mathlib.Algebra.Field.Basic
{K : Type u_1} [DivisionSemiring K] {a b : K} (ha : a β 0) (hb : b β 0) : 1 / a * (a + b) * (1 / b) = 1 / a + 1 / b - Function.Injective.divisionSemiring π Mathlib.Algebra.Field.Basic
{K : Type u_1} {L : Type u_2} [Zero K] [Add K] [One K] [Mul K] [Inv K] [Div K] [SMul β K] [SMul ββ₯0 K] [Pow K β] [Pow K β€] [NatCast K] [NNRatCast K] (f : K β L) (hf : Function.Injective f) [DivisionSemiring L] (zero : f 0 = 0) (one : f 1 = 1) (add : β (x y : K), f (x + y) = f x + f y) (mul : β (x y : K), f (x * y) = f x * f y) (inv : β (x : K), f xβ»ΒΉ = (f x)β»ΒΉ) (div : β (x y : K), f (x / y) = f x / f y) (nsmul : β (n : β) (x : K), f (n β’ x) = n β’ f x) (nnqsmul : β (q : ββ₯0) (x : K), f (q β’ x) = q β’ f x) (npow : β (x : K) (n : β), f (x ^ n) = f x ^ n) (zpow : β (x : K) (n : β€), f (x ^ n) = f x ^ n) (natCast : β (n : β), f βn = βn) (nnratCast : β (q : ββ₯0), f βq = βq) : DivisionSemiring K - NNRat.rawCast π Mathlib.Tactic.NormNum.Result
{Ξ± : Type u} [DivisionSemiring Ξ±] (n d : β) : Ξ± - Mathlib.Meta.NormNum.IsNNRat.to_raw_eq π Mathlib.Tactic.NormNum.Result
{Ξ± : Type u} {n d : β} [DivisionSemiring Ξ±] {a : Ξ±} : Mathlib.Meta.NormNum.IsNNRat a n d β a = NNRat.rawCast n d - Mathlib.Meta.NormNum.IsNNRat.den_nz π Mathlib.Tactic.NormNum.Result
{Ξ± : Type u_1} [DivisionSemiring Ξ±] {a : Ξ±} {n d : β} : Mathlib.Meta.NormNum.IsNNRat a n d β βd β 0 - Mathlib.Meta.NormNum.IsNNRat.of_raw π Mathlib.Tactic.NormNum.Result
(Ξ± : Type u_1) [DivisionSemiring Ξ±] (n d : β) (h : βd β 0) : Mathlib.Meta.NormNum.IsNNRat (NNRat.rawCast n d) n d - Mathlib.Meta.NormNum.IsNNRat.to_eq π Mathlib.Tactic.NormNum.Result
{Ξ± : Type u_1} [DivisionSemiring Ξ±] {n d : β} {a n' d' : Ξ±} : Mathlib.Meta.NormNum.IsNNRat a n d β βn = n' β βd = d' β a = n' / d' - Mathlib.Meta.NormNum.isNNRat_div π Mathlib.Tactic.NormNum.Basic
{Ξ± : Type u} [DivisionSemiring Ξ±] {a b : Ξ±} {cn cd : β} : Mathlib.Meta.NormNum.IsNNRat (a * bβ»ΒΉ) cn cd β Mathlib.Meta.NormNum.IsNNRat (a / b) cn cd - NNRat.cast_commute π Mathlib.Data.Rat.Cast.Defs
{Ξ± : Type u_2} [DivisionSemiring Ξ±] (q : ββ₯0) (a : Ξ±) : Commute (βq) a - NNRat.commute_cast π Mathlib.Data.Rat.Cast.Defs
{Ξ± : Type u_2} [DivisionSemiring Ξ±] (a : Ξ±) (q : ββ₯0) : Commute a βq - NNRat.cast_zero π Mathlib.Data.Rat.Cast.Defs
{Ξ± : Type u_2} [DivisionSemiring Ξ±] : β0 = 0 - NNRat.cast_natCast π Mathlib.Data.Rat.Cast.Defs
{Ξ± : Type u_2} [DivisionSemiring Ξ±] (n : β) : ββn = βn - eq_nnratCast π Mathlib.Data.Rat.Cast.Defs
{F : Type u_1} {Ξ± : Type u_2} [DivisionSemiring Ξ±] [FunLike F ββ₯0 Ξ±] [RingHomClass F ββ₯0 Ξ±] (f : F) (q : ββ₯0) : f q = βq - NNRat.cast_one π Mathlib.Data.Rat.Cast.Defs
{Ξ± : Type u_2} [DivisionSemiring Ξ±] : β1 = 1 - NNRat.cast_comm π Mathlib.Data.Rat.Cast.Defs
{Ξ± : Type u_2} [DivisionSemiring Ξ±] (q : ββ₯0) (a : Ξ±) : βq * a = a * βq - map_nnratCast π Mathlib.Data.Rat.Cast.Defs
{F : Type u_1} {Ξ± : Type u_2} {Ξ² : Type u_3} [FunLike F Ξ± Ξ²] [DivisionSemiring Ξ±] [DivisionSemiring Ξ²] [RingHomClass F Ξ± Ξ²] (f : F) (q : ββ₯0) : f βq = βq - NNRat.cast_ofNat π Mathlib.Data.Rat.Cast.Defs
{Ξ± : Type u_2} [DivisionSemiring Ξ±] (n : β) [n.AtLeastTwo] : β(OfNat.ofNat n) = OfNat.ofNat n - NNRat.cast_inv_of_ne_zero π Mathlib.Data.Rat.Cast.Defs
{Ξ± : Type u_2} [DivisionSemiring Ξ±] {q : ββ₯0} (hq : βq.num β 0) : βqβ»ΒΉ = (βq)β»ΒΉ - NNRat.cast_divNat_of_ne_zero π Mathlib.Data.Rat.Cast.Defs
{Ξ± : Type u_2} [DivisionSemiring Ξ±] (a : β) {b : β} (hb : βb β 0) : β(NNRat.divNat a b) = βa / βb - NNRat.cast_div_of_ne_zero π Mathlib.Data.Rat.Cast.Defs
{Ξ± : Type u_2} [DivisionSemiring Ξ±] {q r : ββ₯0} (hq : βq.den β 0) (hr : βr.num β 0) : β(q / r) = βq / βr - NNRat.cast_add_of_ne_zero π Mathlib.Data.Rat.Cast.Defs
{Ξ± : Type u_2} [DivisionSemiring Ξ±] {q r : ββ₯0} (hq : βq.den β 0) (hr : βr.den β 0) : β(q + r) = βq + βr - NNRat.cast_mul_of_ne_zero π Mathlib.Data.Rat.Cast.Defs
{Ξ± : Type u_2} [DivisionSemiring Ξ±] {q r : ββ₯0} (hq : βq.den β 0) (hr : βr.den β 0) : β(q * r) = βq * βr - NNRat.cast_injective π Mathlib.Data.Rat.Cast.CharZero
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [CharZero Ξ±] : Function.Injective NNRat.cast - NNRat.castHom π Mathlib.Data.Rat.Cast.CharZero
(Ξ± : Type u_1) [DivisionSemiring Ξ±] [CharZero Ξ±] : ββ₯0 β+* Ξ± - NNRat.cast_inj π Mathlib.Data.Rat.Cast.CharZero
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [CharZero Ξ±] {p q : ββ₯0} : βp = βq β p = q - NNRat.cast_inv π Mathlib.Data.Rat.Cast.CharZero
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [CharZero Ξ±] (p : ββ₯0) : βpβ»ΒΉ = (βp)β»ΒΉ - NNRat.cast_eq_zero π Mathlib.Data.Rat.Cast.CharZero
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [CharZero Ξ±] {q : ββ₯0} : βq = 0 β q = 0 - NNRat.cast_ne_zero π Mathlib.Data.Rat.Cast.CharZero
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [CharZero Ξ±] {q : ββ₯0} : βq β 0 β q β 0 - NNRat.cast_zpow π Mathlib.Data.Rat.Cast.CharZero
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [CharZero Ξ±] (q : ββ₯0) (p : β€) : β(q ^ p) = βq ^ p - NNRat.cast_div π Mathlib.Data.Rat.Cast.CharZero
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [CharZero Ξ±] (p q : ββ₯0) : β(p / q) = βp / βq - NNRat.coe_castHom π Mathlib.Data.Rat.Cast.CharZero
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [CharZero Ξ±] : β(NNRat.castHom Ξ±) = NNRat.cast - NNRat.cast_add π Mathlib.Data.Rat.Cast.CharZero
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [CharZero Ξ±] (p q : ββ₯0) : β(p + q) = βp + βq - NNRat.cast_mul π Mathlib.Data.Rat.Cast.CharZero
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [CharZero Ξ±] (p q : ββ₯0) : β(p * q) = βp * βq - NNRat.cast_divNat π Mathlib.Data.Rat.Cast.CharZero
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [CharZero Ξ±] (a b : β) : β(NNRat.divNat a b) = βa / βb - Mathlib.Meta.NormNum.isNat_nnratCast π Mathlib.Tactic.NormNum.Inv
{R : Type u_1} [DivisionSemiring R] {q : ββ₯0} {n : β} : Mathlib.Meta.NormNum.IsNat q n β Mathlib.Meta.NormNum.IsNat (βq) n - Mathlib.Meta.NormNum.isNNRat_nnratCast π Mathlib.Tactic.NormNum.Inv
{R : Type u_1} [DivisionSemiring R] [CharZero R] {q : ββ₯0} {n d : β} : Mathlib.Meta.NormNum.IsNNRat q n d β Mathlib.Meta.NormNum.IsNNRat (βq) n d - Mathlib.Meta.NormNum.isNat_inv_one π Mathlib.Tactic.NormNum.Inv
{Ξ± : Type u_1} [DivisionSemiring Ξ±] {a : Ξ±} : Mathlib.Meta.NormNum.IsNat a 1 β Mathlib.Meta.NormNum.IsNat aβ»ΒΉ 1 - Mathlib.Meta.NormNum.isNat_inv_zero π Mathlib.Tactic.NormNum.Inv
{Ξ± : Type u_1} [DivisionSemiring Ξ±] {a : Ξ±} : Mathlib.Meta.NormNum.IsNat a 0 β Mathlib.Meta.NormNum.IsNat aβ»ΒΉ 0 - Mathlib.Meta.NormNum.isNNRat_inv_pos π Mathlib.Tactic.NormNum.Inv
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [CharZero Ξ±] {a : Ξ±} {n d : β} : Mathlib.Meta.NormNum.IsNNRat a n.succ d β Mathlib.Meta.NormNum.IsNNRat aβ»ΒΉ d n.succ - Mathlib.Meta.NormNum.isNNRat_zpow_pos π Mathlib.Tactic.NormNum.Pow
{Ξ± : Type u_1} [DivisionSemiring Ξ±] {a : Ξ±} {b : β€} {nb num den : β} (pb : Mathlib.Meta.NormNum.IsNat b nb) (pe' : Mathlib.Meta.NormNum.IsNNRat (a ^ nb) num den) : Mathlib.Meta.NormNum.IsNNRat (a ^ b) num den - Mathlib.Meta.NormNum.isNat_zpow_pos π Mathlib.Tactic.NormNum.Pow
{Ξ± : Type u_1} [DivisionSemiring Ξ±] {a : Ξ±} {b : β€} {nb ne : β} (pb : Mathlib.Meta.NormNum.IsNat b nb) (pe' : Mathlib.Meta.NormNum.IsNat (a ^ nb) ne) : Mathlib.Meta.NormNum.IsNat (a ^ b) ne - Mathlib.Meta.NormNum.isNNRat_zpow_neg π Mathlib.Tactic.NormNum.Pow
{Ξ± : Type u_1} [DivisionSemiring Ξ±] {a : Ξ±} {b : β€} {nb num den : β} (pb : Mathlib.Meta.NormNum.IsInt b (Int.negOfNat nb)) (pe' : Mathlib.Meta.NormNum.IsNNRat (a ^ nb)β»ΒΉ num den) : Mathlib.Meta.NormNum.IsNNRat (a ^ b) num den - Mathlib.Meta.NormNum.isNat_zpow_neg π Mathlib.Tactic.NormNum.Pow
{Ξ± : Type u_1} [DivisionSemiring Ξ±] {a : Ξ±} {b : β€} {nb ne : β} (pb : Mathlib.Meta.NormNum.IsInt b (Int.negOfNat nb)) (pe' : Mathlib.Meta.NormNum.IsNat (a ^ nb)β»ΒΉ ne) : Mathlib.Meta.NormNum.IsNat (a ^ b) ne - Mathlib.Tactic.Ring.cast_nnrat π Mathlib.Tactic.Ring.Basic
{n d : β} {R : Type u_2} [DivisionSemiring R] {a : R} : Mathlib.Meta.NormNum.IsNNRat a n d β a = NNRat.rawCast n d + 0 - Nonneg.div π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] : Div (Nonneg Ξ±) - Nonneg.divisionSemiring π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] : DivisionSemiring (Nonneg Ξ±) - Nonneg.instNNRatCast π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] : NNRatCast (Nonneg Ξ±) - Nonneg.inv π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] : Inv (Nonneg Ξ±) - Nonneg.instNNRatSMul π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] : SMul ββ₯0 (Nonneg Ξ±) - Nonneg.zpow π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] : Pow (Nonneg Ξ±) β€ - NNRat.cast_nonneg π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] (q : ββ₯0) : 0 β€ βq - nnqsmul_nonneg π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] {a : Ξ±} (q : ββ₯0) (ha : 0 β€ a) : 0 β€ q β’ a - Nonneg.coe_nnratCast π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] (q : ββ₯0) : ββq = βq - Nonneg.mk_nnratCast π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] (q : ββ₯0) : β¨βq, β―β© = βq - Nonneg.mk_nnqsmul π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] (q : ββ₯0) (a : Ξ±) (ha : 0 β€ a) : ββ¨q β’ a, β―β© = q β’ a - Nonneg.coe_inv π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] (a : Nonneg Ξ±) : βaβ»ΒΉ = (βa)β»ΒΉ - Nonneg.coe_nnqsmul π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] (q : ββ₯0) (a : Nonneg Ξ±) : β(q β’ a) = q β’ βa - Nonneg.coe_zpow π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] (a : Nonneg Ξ±) (n : β€) : β(a ^ n) = βa ^ n - Nonneg.unitsEquivPos π Mathlib.Algebra.Order.Nonneg.Field
(R : Type u_2) [DivisionSemiring R] [PartialOrder R] [IsStrictOrderedRing R] [PosMulReflectLT R] : (Nonneg R)Λ£ β* { r // 0 < r } - Nonneg.coe_div π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] (a b : Nonneg Ξ±) : β(a / b) = βa / βb - Nonneg.inv_mk π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] {x : Ξ±} (hx : 0 β€ x) : β¨x, hxβ©β»ΒΉ = β¨xβ»ΒΉ, β―β© - Nonneg.mk_zpow π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] {x : Ξ±} (hx : 0 β€ x) (n : β€) : β¨x, hxβ© ^ n = β¨x ^ n, β―β© - Nonneg.mk_div_mk π Mathlib.Algebra.Order.Nonneg.Field
{Ξ± : Type u_1} [DivisionSemiring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] {x y : Ξ±} (hx : 0 β€ x) (hy : 0 β€ y) : β¨x, hxβ© / β¨y, hyβ© = β¨x / y, β―β© - Nonneg.unitsEquivPos_apply_coe π Mathlib.Algebra.Order.Nonneg.Field
(R : Type u_2) [DivisionSemiring R] [PartialOrder R] [IsStrictOrderedRing R] [PosMulReflectLT R] (r : (Nonneg R)Λ£) : β((Nonneg.unitsEquivPos R) r) = ββr - Nonneg.val_unitsEquivPos_symm_apply_coe π Mathlib.Algebra.Order.Nonneg.Field
(R : Type u_2) [DivisionSemiring R] [PartialOrder R] [IsStrictOrderedRing R] [PosMulReflectLT R] (r : { r // 0 < r }) : ββ((Nonneg.unitsEquivPos R).symm r) = βr - Nonneg.val_inv_unitsEquivPos_symm_apply_coe π Mathlib.Algebra.Order.Nonneg.Field
(R : Type u_2) [DivisionSemiring R] [PartialOrder R] [IsStrictOrderedRing R] [PosMulReflectLT R] (r : { r // 0 < r }) : ββ((Nonneg.unitsEquivPos R).symm r)β»ΒΉ = (βr)β»ΒΉ - Mathlib.Meta.NormNum.isNNRat_ofScientific_of_true π Mathlib.Tactic.NormNum.OfScientific
{Ξ± : Type u_1} [DivisionSemiring Ξ±] {m e n d : β} : Mathlib.Meta.NormNum.IsNNRat (β(NNRat.divNat m (10 ^ e))) n d β Mathlib.Meta.NormNum.IsNNRat (OfScientific.ofScientific m true e) n d - Mathlib.Meta.NormNum.isNat_ofScientific_of_false π Mathlib.Tactic.NormNum.OfScientific
{Ξ± : Type u_1} [DivisionSemiring Ξ±] {m e nm ne n : β} : Mathlib.Meta.NormNum.IsNat m nm β Mathlib.Meta.NormNum.IsNat e ne β n = nm.mul (10 ^ ne) β Mathlib.Meta.NormNum.IsNat (OfScientific.ofScientific m false e) n - Mathlib.Tactic.RingNF.nnrat_rawCast π Mathlib.Tactic.Ring.RingNF
{n d : β} {R : Type u_2} [DivisionSemiring R] : NNRat.rawCast n d = n.rawCast / d.rawCast - NNRat.cast_pow π Mathlib.Data.Rat.Cast.Lemmas
{K : Type u_1} [DivisionSemiring K] (q : ββ₯0) (n : β) : β(q ^ n) = βq ^ n - NNRat.cast_zpow_of_ne_zero π Mathlib.Data.Rat.Cast.Lemmas
{K : Type u_1} [DivisionSemiring K] (q : ββ₯0) (z : β€) (hq : βq.num β 0) : β(q ^ z) = βq ^ z - Submodule.smul_mem_iff π Mathlib.Algebra.Module.Submodule.Basic
{S : Type u'} {R : Type u} {M : Type v} [DivisionSemiring S] [Semiring R] [AddCommMonoid M] [Module R M] [SMul S R] [Module S M] [IsScalarTower S R M] (p : Submodule R M) {s : S} {x : M} (s0 : s β 0) : s β’ x β p β x β p - DivisionSemiring.to_moduleIsTorsionFree π Mathlib.Algebra.Module.Torsion.Field
{π : Type u_1} {M : Type u_2} [DivisionSemiring π] [AddCommMonoid M] [Module π M] : Module.IsTorsionFree π M - inv_natCast_smul_eq π Mathlib.Algebra.Module.Basic
{E : Type u_5} (R : Type u_6) (S : Type u_7) [AddCommMonoid E] [DivisionSemiring R] [DivisionSemiring S] [Module R E] [Module S E] (n : β) (x : E) : (βn)β»ΒΉ β’ x = (βn)β»ΒΉ β’ x - map_inv_natCast_smul π Mathlib.Algebra.Module.Basic
{M : Type u_3} {Mβ : Type u_4} [AddCommMonoid M] [AddCommMonoid Mβ] {F : Type u_5} [FunLike F M Mβ] [AddMonoidHomClass F M Mβ] (f : F) (R : Type u_6) (S : Type u_7) [DivisionSemiring R] [DivisionSemiring S] [Module R M] [Module S Mβ] (n : β) (x : M) : f ((βn)β»ΒΉ β’ x) = (βn)β»ΒΉ β’ f x - inv_natCast_smul_comm π Mathlib.Algebra.Module.Basic
{Ξ± : Type u_5} {E : Type u_6} (R : Type u_7) [AddCommMonoid E] [DivisionSemiring R] [Module R E] [DistribSMul Ξ± E] (n : β) (s : Ξ±) (x : E) : (βn)β»ΒΉ β’ s β’ x = s β’ (βn)β»ΒΉ β’ x - IsAbsoluteValue.abv_inv π Mathlib.Algebra.Order.AbsoluteValue.Basic
{S : Type u_4} [Semifield S] [LinearOrder S] {R : Type u_5} [DivisionSemiring R] (abv : R β S) [IsAbsoluteValue abv] (a : R) : abv aβ»ΒΉ = (abv a)β»ΒΉ - IsAbsoluteValue.abv_div π Mathlib.Algebra.Order.AbsoluteValue.Basic
{S : Type u_4} [Semifield S] [LinearOrder S] {R : Type u_5} [DivisionSemiring R] (abv : R β S) [IsAbsoluteValue abv] (a b : R) : abv (a / b) = abv a / abv b - Ideal.eq_bot_or_top π Mathlib.RingTheory.Ideal.Lattice
{K : Type u} [DivisionSemiring K] (I : Ideal K) : I = β₯ β¨ I = β€ - Ideal.eq_bot_of_prime π Mathlib.RingTheory.Ideal.Prime
{K : Type u} [DivisionSemiring K] (I : Ideal K) [h : I.IsPrime] : I = β₯ - Ideal.bot_isMaximal π Mathlib.RingTheory.Ideal.Maximal
{K : Type u} [DivisionSemiring K] : β₯.IsMaximal - Ideal.instFinite π Mathlib.RingTheory.Ideal.Basic
{K : Type u_4} [DivisionSemiring K] : Finite (Ideal K) - Ideal.equivFinTwo π Mathlib.RingTheory.Ideal.Basic
(K : Type u_4) [DivisionSemiring K] : Ideal K β Fin 2 - Ideal.isSimpleOrder π Mathlib.RingTheory.Ideal.Basic
{K : Type u_4} [DivisionSemiring K] : IsSimpleOrder (Ideal K) - NNRat.instDistribSMul π Mathlib.Algebra.Ring.Action.Rat
{R : Type u_1} [DivisionSemiring R] : DistribSMul ββ₯0 R - NNRat.instIsScalarTowerRight π Mathlib.Algebra.Ring.Action.Rat
{R : Type u_1} [DivisionSemiring R] : IsScalarTower ββ₯0 R R - Polynomial.nnqsmul_eq_C_mul π Mathlib.Algebra.Polynomial.Basic
{R : Type u} [DivisionSemiring R] (q : ββ₯0) (f : Polynomial R) : q β’ f = Polynomial.C βq * f - Submodule.mem_smul_iff_inv_mul_mem π Mathlib.Algebra.Algebra.Operations
{R : Type u} [CommSemiring R] {S : Type u_1} [DivisionSemiring S] [Algebra R S] {x : S} {p : Submodule R S} {y : S} (hx : x β 0) : y β x β’ p β xβ»ΒΉ * y β p - DivisionSemiring.isPrincipalIdealRing π Mathlib.RingTheory.PrincipalIdealDomain
(K : Type u) [DivisionSemiring K] : IsPrincipalIdealRing K - AddOpposite.instDivisionSemiring π Mathlib.Algebra.Field.Opposite
{Ξ± : Type u_1} [DivisionSemiring Ξ±] : DivisionSemiring Ξ±α΅α΅α΅ - MulOpposite.instDivisionSemiring π Mathlib.Algebra.Field.Opposite
{Ξ± : Type u_1} [DivisionSemiring Ξ±] : DivisionSemiring Ξ±α΅α΅α΅ - star_nnratCast π Mathlib.Algebra.Star.Rat
{R : Type u_1} [DivisionSemiring R] [StarRing R] (q : ββ₯0) : star βq = βq - IsSelfAdjoint.nnratCast π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [DivisionSemiring R] [StarRing R] (q : ββ₯0) : IsSelfAdjoint βq - nnratCast_smul_eq π Mathlib.Algebra.Module.Rat
{E : Type u_3} (R : Type u_4) (S : Type u_5) [AddCommMonoid E] [DivisionSemiring R] [DivisionSemiring S] [Module R E] [Module S E] (r : ββ₯0) (x : E) : βr β’ x = βr β’ x - NNRat.cast_smul_eq_nnqsmul π Mathlib.Algebra.Module.Rat
{M : Type u_1} (R : Type u_3) [DivisionSemiring R] [MulAction R M] [MulAction ββ₯0 M] [IsScalarTower ββ₯0 R M] (q : ββ₯0) (x : M) : βq β’ x = q β’ x - map_nnratCast_smul π Mathlib.Algebra.Module.Rat
{M : Type u_1} {Mβ : Type u_2} [AddCommMonoid M] [AddCommMonoid Mβ] {F : Type u_3} [FunLike F M Mβ] [AddMonoidHomClass F M Mβ] (f : F) (R : Type u_4) (S : Type u_5) [DivisionSemiring R] [DivisionSemiring S] [Module R M] [Module S Mβ] (c : ββ₯0) (x : M) : f (βc β’ x) = βc β’ f x - star_inv_natCast_smul π Mathlib.Algebra.Star.Module
{R : Type u_1} {M : Type u_2} [DivisionSemiring R] [AddCommMonoid M] [Module R M] [StarAddMonoid M] (n : β) (x : M) : star ((βn)β»ΒΉ β’ x) = (βn)β»ΒΉ β’ star x - Matrix.conjTranspose_inv_natCast_smul π Mathlib.LinearAlgebra.Matrix.ConjTranspose
{m : Type u_2} {n : Type u_3} {R : Type u_5} {Ξ± : Type v} [DivisionSemiring R] [AddCommMonoid Ξ±] [StarAddMonoid Ξ±] [Module R Ξ±] (c : β) (M : Matrix m n Ξ±) : ((βc)β»ΒΉ β’ M).conjTranspose = (βc)β»ΒΉ β’ M.conjTranspose - Matrix.conjTranspose_inv_ofNat_smul π Mathlib.LinearAlgebra.Matrix.ConjTranspose
{m : Type u_2} {n : Type u_3} {R : Type u_5} {Ξ± : Type v} [DivisionSemiring R] [AddCommMonoid Ξ±] [StarAddMonoid Ξ±] [Module R Ξ±] (c : β) [c.AtLeastTwo] (M : Matrix m n Ξ±) : ((OfNat.ofNat c)β»ΒΉ β’ M).conjTranspose = (OfNat.ofNat c)β»ΒΉ β’ M.conjTranspose - algebraMap.coe_inv π Mathlib.Algebra.Algebra.Field
{R : Type u_1} (A : Type u_2) [Semifield R] [DivisionSemiring A] [Algebra R A] (r : R) : βrβ»ΒΉ = (βr)β»ΒΉ - algebraMap.coe_zpow π Mathlib.Algebra.Algebra.Field
{R : Type u_1} (A : Type u_2) [Semifield R] [DivisionSemiring A] [Algebra R A] (r : R) (z : β€) : β(r ^ z) = βr ^ z - algebraMap.coe_div π Mathlib.Algebra.Algebra.Field
{R : Type u_1} (A : Type u_2) [Semifield R] [DivisionSemiring A] [Algebra R A] (r s : R) : β(r / s) = βr / βs - DivisionSemiring.toNNRatAlgebra π Mathlib.Algebra.Algebra.Rat
{R : Type u_2} [DivisionSemiring R] [CharZero R] : Algebra ββ₯0 R - NNRat.instSMulCommClass π Mathlib.Algebra.Algebra.Rat
{R : Type u_2} {S : Type u_3} [DivisionSemiring S] [CharZero S] [SMul R S] [SMulCommClass R S S] : SMulCommClass ββ₯0 R S - NNRat.instSMulCommClass' π Mathlib.Algebra.Algebra.Rat
{R : Type u_2} {S : Type u_3} [DivisionSemiring S] [CharZero S] [SMul R S] [SMulCommClass S R S] : SMulCommClass R ββ₯0 S - RingHomClass.toLinearMapClassNNRat π Mathlib.Algebra.Algebra.Rat
{F : Type u_1} {R : Type u_2} {S : Type u_3} [DivisionSemiring R] [CharZero R] [DivisionSemiring S] [CharZero S] [FunLike F R S] [RingHomClass F R S] : LinearMapClass F ββ₯0 R S - Irreducible.natDegree_pos π Mathlib.Algebra.Polynomial.FieldDivision
{F : Type u_1} [DivisionSemiring F] {f : Polynomial F} (h : Irreducible f) : 0 < f.natDegree - Irreducible.degree_pos π Mathlib.Algebra.Polynomial.FieldDivision
{F : Type u_1} [DivisionSemiring F] {f : Polynomial F} (h : Irreducible f) : 0 < f.degree - DirectLimit.instDivisionSemiring π Mathlib.Algebra.Colimit.DirectLimit
{ΞΉ : Type u_2} [Preorder ΞΉ] {G : ΞΉ β Type u_3} {T : β¦i j : ΞΉβ¦ β i β€ j β Type u_6} {f : (x x_1 : ΞΉ) β (h : x β€ x_1) β T h} [(i j : ΞΉ) β (h : i β€ j) β FunLike (T h) (G i) (G j)] [DirectedSystem G fun x1 x2 x3 => β(f x1 x2 x3)] [IsDirectedOrder ΞΉ] [Nonempty ΞΉ] [(i : ΞΉ) β DivisionSemiring (G i)] [β (i j : ΞΉ) (h : i β€ j), RingHomClass (T h) (G i) (G j)] : DivisionSemiring (DirectLimit G f) - DirectLimit.nnratCast_def π Mathlib.Algebra.Colimit.DirectLimit
{ΞΉ : Type u_2} [Preorder ΞΉ] {G : ΞΉ β Type u_3} {T : β¦i j : ΞΉβ¦ β i β€ j β Type u_6} {f : (x x_1 : ΞΉ) β (h : x β€ x_1) β T h} [(i j : ΞΉ) β (h : i β€ j) β FunLike (T h) (G i) (G j)] [DirectedSystem G fun x1 x2 x3 => β(f x1 x2 x3)] [IsDirectedOrder ΞΉ] [Nonempty ΞΉ] [(i : ΞΉ) β DivisionSemiring (G i)] [β (i j : ΞΉ) (h : i β€ j), RingHomClass (T h) (G i) (G j)] (q : ββ₯0) (i : ΞΉ) : βq = β¦β¨i, βqβ©β§ - DirectLimit.lift_nnratCast π Mathlib.Algebra.Colimit.DirectLimit
{ΞΉ : Type u_2} [Preorder ΞΉ] {G : ΞΉ β Type u_3} {H : ΞΉ β Type u_4} {C : Type u_5} {T : β¦i j : ΞΉβ¦ β i β€ j β Type u_6} {f : (x x_1 : ΞΉ) β (h : x β€ x_1) β T h} [(i j : ΞΉ) β (h : i β€ j) β FunLike (T h) (G i) (G j)] [(i : ΞΉ) β FunLike (H i) (G i) C] [DirectedSystem G fun x1 x2 x3 => β(f x1 x2 x3)] [IsDirectedOrder ΞΉ] [Nonempty ΞΉ] [(i : ΞΉ) β DivisionSemiring (G i)] [DivisionSemiring C] [β (i j : ΞΉ) (h : i β€ j), RingHomClass (T h) (G i) (G j)] [β (i : ΞΉ), RingHomClass (H i) (G i) C] (g : (i : ΞΉ) β H i) (h : β (i j : ΞΉ) (h : i β€ j) (x : G i), (g i) x = (g j) ((f i j h) x)) (q : ββ₯0) : DirectLimit.lift f (fun x => β(g x)) h βq = βq - Finset.sum_div π Mathlib.Algebra.BigOperators.Field
{ΞΉ : Type u_1} {K : Type u_2} [DivisionSemiring K] (s : Finset ΞΉ) (f : ΞΉ β K) (a : K) : (β i β s, f i) / a = β i β s, f i / a - Multiset.sum_map_div π Mathlib.Algebra.BigOperators.Field
{ΞΉ : Type u_1} {K : Type u_2} [DivisionSemiring K] (s : Multiset ΞΉ) (f : ΞΉ β K) (a : K) : (Multiset.map (fun x => f x / a) s).sum = (Multiset.map f s).sum / a - TrivSqZeroExt.inv_inr π Mathlib.Algebra.TrivSqZeroExt.Basic
{R : Type u} {M : Type v} [DivisionSemiring R] [AddCommGroup M] [Module Rα΅α΅α΅ M] [Module R M] (m : M) : (TrivSqZeroExt.inr m)β»ΒΉ = 0 - TrivSqZeroExt.inv_inl π Mathlib.Algebra.TrivSqZeroExt.Basic
{R : Type u} {M : Type v} [DivisionSemiring R] [AddCommGroup M] [Module Rα΅α΅α΅ M] [Module R M] (r : R) : (TrivSqZeroExt.inl r)β»ΒΉ = TrivSqZeroExt.inl rβ»ΒΉ - TrivSqZeroExt.inv_zero π Mathlib.Algebra.TrivSqZeroExt.Basic
{R : Type u} {M : Type v} [DivisionSemiring R] [AddCommGroup M] [Module Rα΅α΅α΅ M] [Module R M] : 0β»ΒΉ = 0 - TrivSqZeroExt.inv_one π Mathlib.Algebra.TrivSqZeroExt.Basic
{R : Type u} {M : Type v} [DivisionSemiring R] [AddCommGroup M] [Module Rα΅α΅α΅ M] [Module R M] : 1β»ΒΉ = 1 - TrivSqZeroExt.inv_mul_cancel π Mathlib.Algebra.TrivSqZeroExt.Basic
{R : Type u} {M : Type v} [DivisionSemiring R] [AddCommGroup M] [Module Rα΅α΅α΅ M] [Module R M] {x : TrivSqZeroExt R M} (hx : x.fst β 0) : xβ»ΒΉ * x = 1 - TrivSqZeroExt.isUnit_inv_iff π Mathlib.Algebra.TrivSqZeroExt.Basic
{R : Type u} {M : Type v} [DivisionSemiring R] [AddCommGroup M] [Module Rα΅α΅α΅ M] [Module R M] [SMulCommClass R Rα΅α΅α΅ M] {x : TrivSqZeroExt R M} : IsUnit xβ»ΒΉ β IsUnit x - TrivSqZeroExt.inv_inv π Mathlib.Algebra.TrivSqZeroExt.Basic
{R : Type u} {M : Type v} [DivisionSemiring R] [AddCommGroup M] [Module Rα΅α΅α΅ M] [Module R M] [SMulCommClass R Rα΅α΅α΅ M] {x : TrivSqZeroExt R M} (hx : x.fst β 0) : xβ»ΒΉβ»ΒΉ = x - TrivSqZeroExt.mul_inv_cancel π Mathlib.Algebra.TrivSqZeroExt.Basic
{R : Type u} {M : Type v} [DivisionSemiring R] [AddCommGroup M] [Module Rα΅α΅α΅ M] [Module R M] [SMulCommClass R Rα΅α΅α΅ M] {x : TrivSqZeroExt R M} (hx : x.fst β 0) : x * xβ»ΒΉ = 1 - TrivSqZeroExt.invOf_eq_inv π Mathlib.Algebra.TrivSqZeroExt.Basic
{R : Type u} {M : Type v} [DivisionSemiring R] [AddCommGroup M] [Module Rα΅α΅α΅ M] [Module R M] [SMulCommClass R Rα΅α΅α΅ M] (x : TrivSqZeroExt R M) [Invertible x] : β x = xβ»ΒΉ - TrivSqZeroExt.mul_inv_rev π Mathlib.Algebra.TrivSqZeroExt.Basic
{R : Type u} {M : Type v} [DivisionSemiring R] [AddCommGroup M] [Module Rα΅α΅α΅ M] [Module R M] [SMulCommClass R Rα΅α΅α΅ M] (a b : TrivSqZeroExt R M) : (a * b)β»ΒΉ = bβ»ΒΉ * aβ»ΒΉ - LinearMap.surjective π Mathlib.Algebra.Module.LinearMap.DivisionRing
{R : Type u_1} {M : Type u_2} [AddCommMonoid M] [DivisionSemiring R] [Module R M] {f : M ββ[R] R} : f β 0 β Function.Surjective βf - LinearMap.surjective_iff_ne_zero π Mathlib.Algebra.Module.LinearMap.DivisionRing
{R : Type u_1} {M : Type u_2} [AddCommMonoid M] [DivisionSemiring R] [Module R M] {f : M ββ[R] R} : Function.Surjective βf β f β 0 - LinearMap.range_smulRight_apply π Mathlib.Algebra.Module.LinearMap.DivisionRing
{R : Type u_1} {M : Type u_2} {Mβ : Type u_3} [AddCommMonoid M] [AddCommMonoid Mβ] [DivisionSemiring R] [Module R M] [Module R Mβ] {f : M ββ[R] R} (hf : f β 0) (x : Mβ) : (f.smulRight x).range = R β x - Module.Dual.range_eq_top_of_ne_zero π Mathlib.LinearAlgebra.Dual.Lemmas
{K : Type u_3} {Vβ : Type u_4} [DivisionSemiring K] [AddCommMonoid Vβ] [Module K Vβ] {f : Module.Dual K Vβ} (hf : f β 0) : LinearMap.range f = β€ - Nat.cast_div_charZero π Mathlib.Data.Nat.Cast.Field
{K : Type u_1} [DivisionSemiring K] {m n : β} [CharZero K] (hnm : n β£ m) : β(m / n) = βm / βn - Nat.cast_div π Mathlib.Data.Nat.Cast.Field
{K : Type u_1} [DivisionSemiring K] {m n : β} (hnm : n β£ m) (hn : βn β 0) : β(m / n) = βm / βn - Nat.cast_div_div_div_cancel_right π Mathlib.Data.Nat.Cast.Field
{K : Type u_1} [DivisionSemiring K] {d m n : β} [CharZero K] (hn : d β£ n) (hm : d β£ m) : β(m / d) / β(n / d) = βm / βn - Set.image_affine_Icc' π Mathlib.Algebra.Order.Group.Pointwise.Interval
{K : Type u_2} [DivisionSemiring K] [PartialOrder K] [PosMulReflectLT K] [IsOrderedCancelAddMonoid K] [ExistsAddOfLE K] {a : K} (h : 0 < a) (b c d : K) : (fun x => a * x + b) '' Set.Icc c d = Set.Icc (a * c + b) (a * d + b) - Set.image_affine_Ico π Mathlib.Algebra.Order.Group.Pointwise.Interval
{K : Type u_2} [DivisionSemiring K] [PartialOrder K] [PosMulReflectLT K] [IsOrderedCancelAddMonoid K] [ExistsAddOfLE K] {a : K} (h : 0 < a) (b c d : K) : (fun x => a * x + b) '' Set.Ico c d = Set.Ico (a * c + b) (a * d + b) - Set.image_affine_Ioc π Mathlib.Algebra.Order.Group.Pointwise.Interval
{K : Type u_2} [DivisionSemiring K] [PartialOrder K] [PosMulReflectLT K] [IsOrderedCancelAddMonoid K] [ExistsAddOfLE K] {a : K} (h : 0 < a) (b c d : K) : (fun x => a * x + b) '' Set.Ioc c d = Set.Ioc (a * c + b) (a * d + b) - Set.image_affine_Ioo π Mathlib.Algebra.Order.Group.Pointwise.Interval
{K : Type u_2} [DivisionSemiring K] [PartialOrder K] [PosMulReflectLT K] [IsOrderedCancelAddMonoid K] [ExistsAddOfLE K] {a : K} (h : 0 < a) (b c d : K) : (fun x => a * x + b) '' Set.Ioo c d = Set.Ioo (a * c + b) (a * d + b) - Nonneg.unitsHomeomorphPos π Mathlib.Topology.Algebra.Field
(R : Type u_2) [DivisionSemiring R] [PartialOrder R] [IsStrictOrderedRing R] [PosMulReflectLT R] [TopologicalSpace R] [ContinuousInvβ R] : (Nonneg R)Λ£ ββ { r // 0 < r } - Nonneg.unitsHomeomorphPos_apply_coe π Mathlib.Topology.Algebra.Field
(R : Type u_2) [DivisionSemiring R] [PartialOrder R] [IsStrictOrderedRing R] [PosMulReflectLT R] [TopologicalSpace R] [ContinuousInvβ R] (r : (Nonneg R)Λ£) : β((Nonneg.unitsHomeomorphPos R) r) = ββr - Nonneg.val_unitsHomeomorphPos_symm_apply_coe π Mathlib.Topology.Algebra.Field
(R : Type u_2) [DivisionSemiring R] [PartialOrder R] [IsStrictOrderedRing R] [PosMulReflectLT R] [TopologicalSpace R] [ContinuousInvβ R] (r : { r // 0 < r }) : ββ((Nonneg.unitsHomeomorphPos R).symm r) = βr - Nonneg.val_inv_unitsHomeomorphPos_symm_apply_coe π Mathlib.Topology.Algebra.Field
(R : Type u_2) [DivisionSemiring R] [PartialOrder R] [IsStrictOrderedRing R] [PosMulReflectLT R] [TopologicalSpace R] [ContinuousInvβ R] (r : { r // 0 < r }) : ββ((Nonneg.unitsHomeomorphPos R).symm r)β»ΒΉ = (βr)β»ΒΉ - Nat.cast_choose π Mathlib.Data.Nat.Choose.Cast
(K : Type u_1) [DivisionSemiring K] [CharZero K] {a b : β} (h : a β€ b) : β(b.choose a) = βb.factorial / (βa.factorial * β(b - a).factorial) - Nat.cast_add_choose π Mathlib.Data.Nat.Choose.Cast
(K : Type u_1) [DivisionSemiring K] [CharZero K] {a b : β} : β((a + b).choose a) = β(a + b).factorial / (βa.factorial * βb.factorial) - Polynomial.Splits.of_natDegree_eq_one π Mathlib.Algebra.Polynomial.Splits
{R : Type u_1} [DivisionSemiring R] {f : Polynomial R} (hf : f.natDegree = 1) : f.Splits - Polynomial.Splits.of_natDegree_le_one π Mathlib.Algebra.Polynomial.Splits
{R : Type u_1} [DivisionSemiring R] {f : Polynomial R} (hf : f.natDegree β€ 1) : f.Splits - Polynomial.Splits.of_degree_eq_one π Mathlib.Algebra.Polynomial.Splits
{R : Type u_1} [DivisionSemiring R] {f : Polynomial R} (hf : f.degree = 1) : f.Splits - Polynomial.Splits.of_degree_le_one π Mathlib.Algebra.Polynomial.Splits
{R : Type u_1} [DivisionSemiring R] {f : Polynomial R} (hf : f.degree β€ 1) : f.Splits - ContinuousLinearMap.range_smulRight_apply π Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Basic
{Mβ : Type u_4} [TopologicalSpace Mβ] [AddCommMonoid Mβ] {Mβ : Type u_6} [TopologicalSpace Mβ] [AddCommMonoid Mβ] {R : Type u_9} [DivisionSemiring R] [Module R Mβ] [Module R Mβ] [TopologicalSpace R] [ContinuousSMul R Mβ] {f : Mβ βL[R] R} (hf : f β 0) (x : Mβ) : (β(f.smulRight x)).range = R β x - invertibleSucc π Mathlib.Algebra.CharP.Invertible
{K : Type u_2} [DivisionSemiring K] [CharZero K] (n : β) : Invertible βn.succ - invertibleThree π Mathlib.Algebra.CharP.Invertible
{K : Type u_2} [DivisionSemiring K] [CharZero K] : Invertible 3 - invertibleTwo π Mathlib.Algebra.CharP.Invertible
{K : Type u_2} [DivisionSemiring K] [CharZero K] : Invertible 2 - AddCommGroup.div_modEq_div π Mathlib.Algebra.Field.ModEq
{K : Type u_1} [DivisionSemiring K] {a b c p : K} (hc : c β 0) : a / c β‘ b / c [PMOD p] β a β‘ b [PMOD p * c] - AddCommGroup.mul_modEq_mul_right π Mathlib.Algebra.Field.ModEq
{K : Type u_1} [DivisionSemiring K] {a b c p : K} (hc : c β 0) : a * c β‘ b * c [PMOD p] β a β‘ b [PMOD p / c] - Function.Periodic.div_const π Mathlib.Algebra.Field.Periodic
{Ξ± : Type u_1} {Ξ² : Type u_2} {f : Ξ± β Ξ²} {c : Ξ±} [DivisionSemiring Ξ±] (h : Function.Periodic f c) (a : Ξ±) : Function.Periodic (fun x => f (x / a)) (c * a) - Function.Periodic.mul_const' π Mathlib.Algebra.Field.Periodic
{Ξ± : Type u_1} {Ξ² : Type u_2} {f : Ξ± β Ξ²} {c : Ξ±} [DivisionSemiring Ξ±] (h : Function.Periodic f c) (a : Ξ±) : Function.Periodic (fun x => f (x * a)) (c / a) - Function.Periodic.const_inv_mul π Mathlib.Algebra.Field.Periodic
{Ξ± : Type u_1} {Ξ² : Type u_2} {f : Ξ± β Ξ²} {c : Ξ±} [DivisionSemiring Ξ±] (h : Function.Periodic f c) (a : Ξ±) : Function.Periodic (fun x => f (aβ»ΒΉ * x)) (a * c) - Function.Periodic.const_mul π Mathlib.Algebra.Field.Periodic
{Ξ± : Type u_1} {Ξ² : Type u_2} {f : Ξ± β Ξ²} {c : Ξ±} [DivisionSemiring Ξ±] (h : Function.Periodic f c) (a : Ξ±) : Function.Periodic (fun x => f (a * x)) (aβ»ΒΉ * c) - Function.Periodic.mul_const π Mathlib.Algebra.Field.Periodic
{Ξ± : Type u_1} {Ξ² : Type u_2} {f : Ξ± β Ξ²} {c : Ξ±} [DivisionSemiring Ξ±] (h : Function.Periodic f c) (a : Ξ±) : Function.Periodic (fun x => f (x * a)) (c * aβ»ΒΉ) - Function.Periodic.mul_const_inv π Mathlib.Algebra.Field.Periodic
{Ξ± : Type u_1} {Ξ² : Type u_2} {f : Ξ± β Ξ²} {c : Ξ±} [DivisionSemiring Ξ±] (h : Function.Periodic f c) (a : Ξ±) : Function.Periodic (fun x => f (x * aβ»ΒΉ)) (c * a) - Function.Antiperiodic.div_inv π Mathlib.Algebra.Field.Periodic
{Ξ± : Type u_1} {Ξ² : Type u_2} {f : Ξ± β Ξ²} {c : Ξ±} [DivisionSemiring Ξ±] [Neg Ξ²] (h : Function.Antiperiodic f c) {a : Ξ±} (ha : a β 0) : Function.Antiperiodic (fun x => f (x / a)) (c * a) - Function.Antiperiodic.mul_const' π Mathlib.Algebra.Field.Periodic
{Ξ± : Type u_1} {Ξ² : Type u_2} {f : Ξ± β Ξ²} {c : Ξ±} [DivisionSemiring Ξ±] [Neg Ξ²] (h : Function.Antiperiodic f c) {a : Ξ±} (ha : a β 0) : Function.Antiperiodic (fun x => f (x * a)) (c / a) - Function.Antiperiodic.const_inv_mul π Mathlib.Algebra.Field.Periodic
{Ξ± : Type u_1} {Ξ² : Type u_2} {f : Ξ± β Ξ²} {c : Ξ±} [DivisionSemiring Ξ±] [Neg Ξ²] (h : Function.Antiperiodic f c) {a : Ξ±} (ha : a β 0) : Function.Antiperiodic (fun x => f (aβ»ΒΉ * x)) (a * c) - Function.Antiperiodic.const_mul π Mathlib.Algebra.Field.Periodic
{Ξ± : Type u_1} {Ξ² : Type u_2} {f : Ξ± β Ξ²} {c : Ξ±} [DivisionSemiring Ξ±] [Neg Ξ²] (h : Function.Antiperiodic f c) {a : Ξ±} (ha : a β 0) : Function.Antiperiodic (fun x => f (a * x)) (aβ»ΒΉ * c)
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 69fae59