Loogle!
Result
Found 169 declarations mentioning PNat.val.
- PNat.val π Mathlib.Data.PNat.Notation
: β+ β β - PNat.coe_injective π Mathlib.Data.PNat.Defs
: Function.Injective PNat.val - PNat.coe_toPNat' π Mathlib.Data.PNat.Defs
(n : β+) : (βn).toPNat' = n - Nat.succPNat_coe π Mathlib.Data.PNat.Defs
(n : β) : βn.succPNat = n.succ - NeZero.pnat π Mathlib.Data.PNat.Defs
{a : β+} : NeZero βa - PNat.ne_zero π Mathlib.Data.PNat.Defs
(n : β+) : βn β 0 - PNat.pos π Mathlib.Data.PNat.Defs
(n : β+) : 0 < βn - PNat.eq π Mathlib.Data.PNat.Defs
{m n : β+} : βm = βn β m = n - Nat.canLiftPNat π Mathlib.Data.PNat.Defs
: CanLift β β+ PNat.val fun n => 0 < n - PNat.toPNat'_coe π Mathlib.Data.PNat.Defs
{n : β} : 0 < n β βn.toPNat' = n - Int.canLiftPNat π Mathlib.Data.PNat.Defs
: CanLift β€ β+ (fun x => ββx) fun x => 0 < x - PNat.one_coe π Mathlib.Data.PNat.Defs
: β1 = 1 - PNat.coe_le_coe π Mathlib.Data.PNat.Defs
(n k : β+) : βn β€ βk β n β€ k - PNat.coe_lt_coe π Mathlib.Data.PNat.Defs
(n k : β+) : βn < βk β n < k - PNat.coe_eq_one_iff π Mathlib.Data.PNat.Defs
{m : β+} : βm = 1 β m = 1 - PNat.mk_coe π Mathlib.Data.PNat.Defs
(n : β) (h : 0 < n) : ββ¨n, hβ© = n - Nat.toPNat'_coe π Mathlib.Data.PNat.Defs
(n : β) : βn.toPNat' = if 0 < n then n else 1 - PNat.mod_coe π Mathlib.Data.PNat.Defs
(m k : β+) : β(m.mod k) = if βm % βk = 0 then βk else βm % βk - PNat.div_coe π Mathlib.Data.PNat.Defs
(m k : β+) : m.div k = if βm % βk = 0 then (βm / βk).pred else βm / βk - Rat.coe_pnatDen π Mathlib.Data.Rat.Lemmas
(x : β) : βx.pnatDen = x.den - Rat.pnatDen_eq_iff_den_eq π Mathlib.Data.Rat.Lemmas
{x : β} {n : β+} : x.pnatDen = n β x.den = βn - PNat.coe_inj π Mathlib.Data.PNat.Basic
{m n : β+} : βm = βn β m = n - PNat.pos_of_div_pos π Mathlib.Data.PNat.Basic
{n : β+} {a : β} (h : a β£ βn) : 0 < a - PNat.natPred_add_one π Mathlib.Data.PNat.Basic
(n : β+) : n.natPred + 1 = βn - PNat.one_add_natPred π Mathlib.Data.PNat.Basic
(n : β+) : 1 + n.natPred = βn - PNat.lt_succ_self π Mathlib.Data.PNat.Basic
(a : β+) : a < (βa).succPNat - PNat.coeAddHom_apply π Mathlib.Data.PNat.Basic
(aβ : β+) : PNat.coeAddHom aβ = βaβ - PNat.dvd_iff π Mathlib.Data.PNat.Basic
{k m : β+} : k β£ m β βk β£ βm - PNat.val_ofNat π Mathlib.Data.PNat.Basic
(n : β) [NeZero n] : β(OfNat.ofNat n) = OfNat.ofNat n - PNat.add_coe π Mathlib.Data.PNat.Basic
(m n : β+) : β(m + n) = βm + βn - PNat.add_one π Mathlib.Data.PNat.Basic
(a : β+) : a + 1 = (βa).succPNat - PNat.mul_coe π Mathlib.Data.PNat.Basic
(m n : β+) : β(m * n) = βm * βn - PNat.div_add_mod π Mathlib.Data.PNat.Basic
(m k : β+) : βk * m.div k + β(m.mod k) = βm - PNat.div_add_mod' π Mathlib.Data.PNat.Basic
(m k : β+) : m.div k * βk + β(m.mod k) = βm - PNat.mod_add_div π Mathlib.Data.PNat.Basic
(m k : β+) : β(m.mod k) + βk * m.div k = βm - PNat.mod_add_div' π Mathlib.Data.PNat.Basic
(m k : β+) : β(m.mod k) + m.div k * βk = βm - PNat.coe_coeMonoidHom π Mathlib.Data.PNat.Basic
: βPNat.coeMonoidHom = PNat.val - PNat.pow_coe π Mathlib.Data.PNat.Basic
(m : β+) (n : β) : β(m ^ n) = βm ^ n - PNat.sub_coe π Mathlib.Data.PNat.Basic
(a b : β+) : β(a - b) = if b < a then βa - βb else 1 - PNat.modDivAux_spec π Mathlib.Data.PNat.Basic
(k : β+) (r q : β) : Β¬(r = 0 β§ q = 0) β β(k.modDivAux r q).1 + βk * (k.modDivAux r q).2 = r + βk * q - Finset.PNat.coe_prod π Mathlib.Algebra.Order.BigOperators.Ring.Finset
{ΞΉ : Type u_4} (f : ΞΉ β β+) (s : Finset ΞΉ) : β(β i β s, f i) = β i β s, β(f i) - PNat.isCoprime_iff π Mathlib.RingTheory.Coprime.Basic
{m n : β+} : IsCoprime βm βn β m = 1 β¨ n = 1 - Function.iUnion_pnat_ptsOfPeriod π Mathlib.Dynamics.PeriodicPts.Defs
{Ξ± : Type u_1} (f : Ξ± β Ξ±) : β n, Function.ptsOfPeriod f βn = Function.periodicPts f - Function.directed_ptsOfPeriod_pnat π Mathlib.Dynamics.PeriodicPts.Lemmas
{Ξ± : Type u_1} (f : Ξ± β Ξ±) : Directed (fun x1 x2 => x1 β x2) fun n => Function.ptsOfPeriod f βn - ppow_eq_pow π Mathlib.Algebra.Group.PNatPowAssoc
{M : Type u_1} [Monoid M] [Pow M β+] [PNatPowAssoc M] (x : M) (n : β+) : x ^ n = x ^ βn - Filter.exists_lt_of_le_liminf π Mathlib.Order.LiminfLimsup
{Ξ± : Type u_1} [ConditionallyCompleteLinearOrder Ξ±] [AddZeroClass Ξ±] [AddLeftStrictMono Ξ±] {x Ξ΅ : Ξ±} {u : β β Ξ±} (hu_bdd : Filter.IsBoundedUnder GE.ge Filter.atTop u) (hu : x β€ Filter.liminf u Filter.atTop) (hΞ΅ : Ξ΅ < 0) : β n, x + Ξ΅ < u βn - Filter.exists_lt_of_limsup_le π Mathlib.Order.LiminfLimsup
{Ξ± : Type u_1} [ConditionallyCompleteLinearOrder Ξ±] [AddZeroClass Ξ±] [AddLeftStrictMono Ξ±] {x Ξ΅ : Ξ±} {u : β β Ξ±} (hu_bdd : Filter.IsBoundedUnder LE.le Filter.atTop u) (hu : Filter.limsup u Filter.atTop β€ x) (hΞ΅ : 0 < Ξ΅) : β n, u βn < x + Ξ΅ - multipliable_pnat_iff_multipliable_nat π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{G : Type u_2} [CommGroup G] [TopologicalSpace G] [IsTopologicalGroup G] {f : β β G} : (Multipliable fun n => f βn) β Multipliable f - summable_pnat_iff_summable_nat π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{G : Type u_2} [AddCommGroup G] [TopologicalSpace G] [IsTopologicalAddGroup G] {f : β β G} : (Summable fun n => f βn) β Summable f - multipliable_pnat_iff_multipliable_succ π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{M : Type u_1} [CommMonoid M] [TopologicalSpace M] {f : β β M} : (Multipliable fun x => f βx) β Multipliable fun x => f (x + 1) - summable_pnat_iff_summable_succ π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{M : Type u_1} [AddCommMonoid M] [TopologicalSpace M] {f : β β M} : (Summable fun x => f βx) β Summable fun x => f (x + 1) - tprod_pnat_eq_tprod_succ π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{M : Type u_1} [CommMonoid M] [TopologicalSpace M] {f : β β M} : β' (n : β+), f βn = β' (n : β), f (n + 1) - tsum_pnat_eq_tsum_succ π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{M : Type u_1} [AddCommMonoid M] [TopologicalSpace M] {f : β β M} : β' (n : β+), f βn = β' (n : β), f (n + 1) - hasProd_pnat_iff_hasProd_succ π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{M : Type u_1} [CommMonoid M] [TopologicalSpace M] {m : M} {f : β β M} : HasProd (fun x => f βx) m β HasProd (fun x => f (x + 1)) m - hasSum_pnat_iff_hasSum_succ π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{M : Type u_1} [AddCommMonoid M] [TopologicalSpace M] {m : M} {f : β β M} : HasSum (fun x => f βx) m β HasSum (fun x => f (x + 1)) m - tprod_pnat_eq_tprod_of_eq_one π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{M : Type u_1} [CommMonoid M] [TopologicalSpace M] {f : β β M} (hf : f 0 = 1) : β' (n : β+), f βn = β' (n : β), f n - tsum_pnat_eq_tsum_of_eq_zero π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{M : Type u_1} [AddCommMonoid M] [TopologicalSpace M] {f : β β M} (hf : f 0 = 0) : β' (n : β+), f βn = β' (n : β), f n - hasProd_pnat_iff π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{G : Type u_2} [CommGroup G] [TopologicalSpace G] [IsTopologicalGroup G] {f : β β G} {a : G} : HasProd (fun x => f βx) a β HasProd f (a * f 0) - hasSum_pnat_iff π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{G : Type u_2} [AddCommGroup G] [TopologicalSpace G] [IsTopologicalAddGroup G] {f : β β G} {a : G} : HasSum (fun x => f βx) a β HasSum f (a + f 0) - tprod_zero_pnat_eq_tprod_nat π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{G : Type u_2} [CommGroup G] [TopologicalSpace G] [IsTopologicalGroup G] [T2Space G] {f : β β G} (hf : Multipliable f) : f 0 * β' (n : β+), f βn = β' (n : β), f n - tsum_zero_pnat_eq_tsum_nat π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{G : Type u_2} [AddCommGroup G] [TopologicalSpace G] [IsTopologicalAddGroup G] [T2Space G] {f : β β G} (hf : Summable f) : f 0 + β' (n : β+), f βn = β' (n : β), f n - tprod_int_eq_zero_mul_tprod_pnat_sq π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{G : Type u_2} [CommGroup G] [UniformSpace G] [IsUniformGroup G] [CompleteSpace G] [T2Space G] {f : β€ β G} (hf : Function.Even f) (hf2 : Multipliable f) : β' (n : β€), f n = f 0 * (β' (n : β+), f ββn) ^ 2 - tsum_int_eq_zero_add_two_mul_tsum_pnat π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{G : Type u_2} [AddCommGroup G] [UniformSpace G] [IsUniformAddGroup G] [CompleteSpace G] [T2Space G] {f : β€ β G} (hf : Function.Even f) (hf2 : Summable f) : β' (n : β€), f n = f 0 + 2 β’ β' (n : β+), f ββn - tprod_int_eq_zero_mul_tprod_pnat π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{G : Type u_2} [CommGroup G] [UniformSpace G] [IsUniformGroup G] [CompleteSpace G] [T2Space G] {f : β€ β G} (hf2 : Multipliable f) : β' (n : β€), f n = (f 0 * β' (n : β+), f ββn) * β' (n : β+), f (-ββn) - tsum_int_eq_zero_add_tsum_pnat π Mathlib.Topology.Algebra.InfiniteSum.NatInt
{G : Type u_2} [AddCommGroup G] [UniformSpace G] [IsUniformAddGroup G] [CompleteSpace G] [T2Space G] {f : β€ β G} (hf2 : Summable f) : β' (n : β€), f n = f 0 + β' (n : β+), f ββn + β' (n : β+), f (-ββn) - tendsto_PNat_val_atTop_atTop π Mathlib.Order.Filter.AtTopBot.Archimedean
: Filter.Tendsto PNat.val Filter.atTop Filter.atTop - PNat.tendsto_comp_val_iff π Mathlib.Order.Filter.AtTopBot.Archimedean
{Ξ² : Type u_3} {f : β β Ξ²} {l : Filter Ξ²} : Filter.Tendsto (fun x => f βx) Filter.atTop l β Filter.Tendsto f Filter.atTop l - PNat.equivNonZeroDivisorsNat_apply_coe π Mathlib.Algebra.Order.Monoid.PNat
(x : β+) : β(PNat.equivNonZeroDivisorsNat x) = βx - FiniteField.card π Mathlib.FieldTheory.Finite.Basic
(K : Type u_1) [Field K] [Fintype K] (p : β) [CharP K p] : β n, Nat.Prime p β§ Fintype.card K = p ^ βn - FiniteField.card' π Mathlib.FieldTheory.Finite.Basic
(K : Type u_1) [Field K] [Fintype K] : β p, CharP K p β§ β n, Nat.Prime p β§ Fintype.card K = p ^ βn - AlgebraicGeometry.Proj.affineOpenCover_f π Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Basic
{Ο : Type u_1} {A : Type u} [CommRing A] [SetLike Ο A] [AddSubgroupClass Ο A] (π : β β Ο) [GradedRing π] (i : (i : β+) Γ β₯(π βi)) : (AlgebraicGeometry.Proj.affineOpenCover π).f i = AlgebraicGeometry.Proj.awayΞΉ π βi.snd β― β― - AlgebraicGeometry.Proj.mapAffineOpenCover_f π Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B Ο Ο : Type u} [CommRing A] [SetLike Ο A] [AddSubgroupClass Ο A] [CommRing B] [SetLike Ο B] [AddSubgroupClass Ο B] {π : β β Ο} {β¬ : β β Ο} [GradedRing π] [GradedRing β¬] (f : π β+*α΅ β¬) (hf : HomogeneousIdeal.irrelevant β¬ β€ HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant π)) (i : (AlgebraicGeometry.Proj.affineOpenCover π).Iβ) : (AlgebraicGeometry.Proj.mapAffineOpenCover f hf).f i = AlgebraicGeometry.Proj.awayΞΉ β¬ (f βi.snd) β― β― - Complex.UnitDisc.coe_pow π Mathlib.Analysis.Complex.UnitDisc.Basic
(z : Complex.UnitDisc) (n : β+) : β(z ^ n) = βz ^ βn - PNat.instFactPrimeValOfPrime π Mathlib.Data.PNat.Prime
{p : β+} [h : Fact p.Prime] : Fact (Nat.Prime βp) - PNat.coprime_coe π Mathlib.Data.PNat.Prime
{m n : β+} : (βm).Coprime βn β m.Coprime n - Nat.Primes.coe_pnat_nat π Mathlib.Data.PNat.Prime
(p : Nat.Primes) : ββp = βp - PNat.gcd_coe π Mathlib.Data.PNat.Prime
(n m : β+) : β(n.gcd m) = (βn).gcd βm - PNat.lcm_coe π Mathlib.Data.PNat.Prime
(n m : β+) : β(n.lcm m) = (βn).lcm βm - PNat.Coprime.pow π Mathlib.Data.PNat.Prime
{m n : β+} (k l : β) (h : m.Coprime n) : (βm ^ k).Coprime (βn ^ l) - Polynomial.unique_int_coeff_of_cycl π Mathlib.RingTheory.Polynomial.Cyclotomic.Basic
{K : Type u_2} [CommRing K] [IsDomain K] [CharZero K] {ΞΆ : K} {n : β+} (h : IsPrimitiveRoot ΞΆ βn) : β! P, Polynomial.map (Int.castRingHom K) P = Polynomial.cyclotomic' (βn) K - AddChar.primitiveZModChar π Mathlib.NumberTheory.LegendreSymbol.AddCharacter
(n : β+) (F' : Type v) [Field F'] (h : ββn β 0) : AddChar.PrimitiveAddChar (ZMod βn) F' - AddChar.PrimitiveAddChar.prim π Mathlib.NumberTheory.LegendreSymbol.AddCharacter
{R : Type u} [CommRing R] {R' : Type v} [Field R'] (self : AddChar.PrimitiveAddChar R R') : self.char.IsPrimitive - AddChar.PrimitiveAddChar.mk π Mathlib.NumberTheory.LegendreSymbol.AddCharacter
{R : Type u} [CommRing R] {R' : Type v} [Field R'] (n : β+) (char : AddChar R (CyclotomicField (βn) R')) (prim : char.IsPrimitive) : AddChar.PrimitiveAddChar R R' - AddChar.PrimitiveAddChar.char π Mathlib.NumberTheory.LegendreSymbol.AddCharacter
{R : Type u} [CommRing R] {R' : Type v} [Field R'] (self : AddChar.PrimitiveAddChar R R') : AddChar R (CyclotomicField (βself.n) R') - AddChar.val_mem_rootsOfUnity π Mathlib.NumberTheory.LegendreSymbol.AddCharacter
{R : Type u} [CommRing R] {R' : Type v} [CommMonoid R'] (Ο : AddChar R R') (a : R) (h : 0 < ringChar R) : β―.unit β rootsOfUnity (β(ringChar R).toPNat') R' - smoothingSeminormSeq_bddBelow π Mathlib.Analysis.Normed.Unbundled.SmoothingSeminorm
{R : Type u_1} [CommRing R] (ΞΌ : RingSeminorm R) (x : R) : BddBelow (Set.range fun n => ΞΌ (x ^ βn) ^ (1 / ββn)) - smoothingFun_le π Mathlib.Analysis.Normed.Unbundled.SmoothingSeminorm
{R : Type u_1} [CommRing R] (ΞΌ : RingSeminorm R) (x : R) (n : β+) : smoothingFun ΞΌ x β€ ΞΌ (x ^ βn) ^ (1 / ββn) - zero_mem_lowerBounds_smoothingSeminormSeq_range π Mathlib.Analysis.Normed.Unbundled.SmoothingSeminorm
{R : Type u_1} [CommRing R] (ΞΌ : RingSeminorm R) (x : R) : 0 β lowerBounds (Set.range fun n => ΞΌ (x ^ βn) ^ (1 / ββn)) - cot_series_rep π Mathlib.Analysis.SpecialFunctions.Trigonometric.Cotangent
{x : β} (hz : x β Complex.integerComplement) : βReal.pi * (βReal.pi * x).cot = 1 / x + β' (n : β+), (1 / (x - ββn) + 1 / (x + ββn)) - PrimeMultiset.coe_prod π Mathlib.Data.PNat.Factors
(v : PrimeMultiset) : βv.prod = v.toNatMultiset.prod - PNat.coeNat_factorMultiset π Mathlib.Data.PNat.Factors
(n : β+) : n.factorMultiset.toNatMultiset = β(βn).primeFactorsList - PrimeMultiset.coePNat_nat π Mathlib.Data.PNat.Factors
(v : PrimeMultiset) : Multiset.map PNat.val v.toPNatMultiset = v.toNatMultiset - PrimeMultiset.prod_ofNatMultiset π Mathlib.Data.PNat.Factors
(v : Multiset β) (h : β p β v, Nat.Prime p) : β(PrimeMultiset.ofNatMultiset v h).prod = v.prod - PrimeMultiset.prod_ofNatList π Mathlib.Data.PNat.Factors
(l : List β) (h : β p β l, Nat.Prime p) : β(PrimeMultiset.ofNatList l h).prod = l.prod - PrimeMultiset.mem_ofNatList π Mathlib.Data.PNat.Factors
{p : β+} {l : List β} (hl : β p β l, Nat.Prime p) : p β (PrimeMultiset.ofNatList l hl).toPNatMultiset β βp β l - PrimeMultiset.mem_ofNatMultiset π Mathlib.Data.PNat.Factors
{p : β+} {s : Multiset β} (hs : β p β s, Nat.Prime p) : p β (PrimeMultiset.ofNatMultiset s hs).toPNatMultiset β βp β s - PNat.decidablePredExistsNat π Mathlib.Data.PNat.Find
{p : β+ β Prop} [DecidablePred p] : DecidablePred fun n' => β n, β (_ : n' = βn), p n - PNat.card_Ico π Mathlib.Data.PNat.Interval
(a b : β+) : (Finset.Ico a b).card = βb - βa - PNat.card_Ioc π Mathlib.Data.PNat.Interval
(a b : β+) : (Finset.Ioc a b).card = βb - βa - PNat.uIcc_eq_finset_subtype π Mathlib.Data.PNat.Interval
(a b : β+) : Finset.uIcc a b = Finset.subtype (fun n => 0 < n) (Finset.uIcc βa βb) - PNat.card_Icc π Mathlib.Data.PNat.Interval
(a b : β+) : (Finset.Icc a b).card = βb + 1 - βa - PNat.card_Ioo π Mathlib.Data.PNat.Interval
(a b : β+) : (Finset.Ioo a b).card = βb - βa - 1 - PNat.card_uIcc π Mathlib.Data.PNat.Interval
(a b : β+) : (Finset.uIcc a b).card = (ββb - ββa).natAbs + 1 - PNat.Icc_eq_finset_subtype π Mathlib.Data.PNat.Interval
(a b : β+) : Finset.Icc a b = Finset.subtype (fun n => 0 < n) (Finset.Icc βa βb) - PNat.Ico_eq_finset_subtype π Mathlib.Data.PNat.Interval
(a b : β+) : Finset.Ico a b = Finset.subtype (fun n => 0 < n) (Finset.Ico βa βb) - PNat.Ioc_eq_finset_subtype π Mathlib.Data.PNat.Interval
(a b : β+) : Finset.Ioc a b = Finset.subtype (fun n => 0 < n) (Finset.Ioc βa βb) - PNat.Ioo_eq_finset_subtype π Mathlib.Data.PNat.Interval
(a b : β+) : Finset.Ioo a b = Finset.subtype (fun n => 0 < n) (Finset.Ioo βa βb) - PNat.card_fintype_Ico π Mathlib.Data.PNat.Interval
(a b : β+) : Fintype.card β(Set.Ico a b) = βb - βa - PNat.card_fintype_Ioc π Mathlib.Data.PNat.Interval
(a b : β+) : Fintype.card β(Set.Ioc a b) = βb - βa - PNat.map_subtype_embedding_uIcc π Mathlib.Data.PNat.Interval
(a b : β+) : Finset.map (Function.Embedding.subtype fun n => 0 < n) (Finset.uIcc a b) = Finset.uIcc βa βb - PNat.map_subtype_embedding_Icc π Mathlib.Data.PNat.Interval
(a b : β+) : Finset.map (Function.Embedding.subtype fun n => 0 < n) (Finset.Icc a b) = Finset.Icc βa βb - PNat.map_subtype_embedding_Ico π Mathlib.Data.PNat.Interval
(a b : β+) : Finset.map (Function.Embedding.subtype fun n => 0 < n) (Finset.Ico a b) = Finset.Ico βa βb - PNat.map_subtype_embedding_Ioc π Mathlib.Data.PNat.Interval
(a b : β+) : Finset.map (Function.Embedding.subtype fun n => 0 < n) (Finset.Ioc a b) = Finset.Ioc βa βb - PNat.map_subtype_embedding_Ioo π Mathlib.Data.PNat.Interval
(a b : β+) : Finset.map (Function.Embedding.subtype fun n => 0 < n) (Finset.Ioo a b) = Finset.Ioo βa βb - PNat.card_fintype_uIcc π Mathlib.Data.PNat.Interval
(a b : β+) : Fintype.card β(Set.uIcc a b) = (ββb - ββa).natAbs + 1 - PNat.card_fintype_Icc π Mathlib.Data.PNat.Interval
(a b : β+) : Fintype.card β(Set.Icc a b) = βb + 1 - βa - PNat.card_fintype_Ioo π Mathlib.Data.PNat.Interval
(a b : β+) : Fintype.card β(Set.Ioo a b) = βb - βa - 1 - PNat.XgcdType.start_v π Mathlib.Data.PNat.Xgcd
(a b : β+) : (PNat.XgcdType.start a b).v = (βa, βb) - PNat.gcdA'_coe π Mathlib.Data.PNat.Xgcd
(a b : β+) : β(a.gcdA' b) = β(a.gcdW b) + a.gcdX b - PNat.gcdB'_coe π Mathlib.Data.PNat.Xgcd
(a b : β+) : β(a.gcdB' b) = a.gcdY b + β(a.gcdZ b) - PNat.gcd_rel_left' π Mathlib.Data.PNat.Xgcd
(a b : β+) : a.gcdZ b * a.gcdA' b = (a.gcdX b * β(a.gcdB' b)).succPNat - PNat.gcd_rel_right' π Mathlib.Data.PNat.Xgcd
(a b : β+) : a.gcdW b * a.gcdB' b = (a.gcdY b * β(a.gcdA' b)).succPNat - PNat.gcd_rel_left π Mathlib.Data.PNat.Xgcd
(a b : β+) : β(a.gcdZ b) * βa = a.gcdX b * βb + β(a.gcd b) - PNat.gcd_rel_right π Mathlib.Data.PNat.Xgcd
(a b : β+) : β(a.gcdW b) * βb = a.gcdY b * βa + β(a.gcd b) - PNat.gcd_props π Mathlib.Data.PNat.Xgcd
(a b : β+) : have d := a.gcdD b; have w := a.gcdW b; have x := a.gcdX b; have y := a.gcdY b; have z := a.gcdZ b; have a' := a.gcdA' b; have b' := a.gcdB' b; w * z = (x * y).succPNat β§ a = a' * d β§ b = b' * d β§ z * a' = (x * βb').succPNat β§ w * b' = (y * βa').succPNat β§ βz * βa = x * βb + βd β§ βw * βb = y * βa + βd - DivisibleHull.mk_eq_mk_iff_smul_eq_smul π Mathlib.GroupTheory.DivisibleHull
{M : Type u_1} [AddCommMonoid M] [IsAddTorsionFree M] {m m' : M} {s s' : β+} : DivisibleHull.mk m s = DivisibleHull.mk m' s' β βs' β’ m = βs β’ m' - DivisibleHull.mk_le_mk π Mathlib.GroupTheory.DivisibleHull
{M : Type u_2} [AddCommMonoid M] [LinearOrder M] [IsOrderedCancelAddMonoid M] {m m' : M} {s s' : β+} : DivisibleHull.mk m s β€ DivisibleHull.mk m' s' β βs' β’ m β€ βs β’ m' - DivisibleHull.mk_eq_mk π Mathlib.GroupTheory.DivisibleHull
{M : Type u_1} [AddCommMonoid M] {m m' : M} {s s' : β+} : DivisibleHull.mk m s = DivisibleHull.mk m' s' β β u, βu β’ βs' β’ m = βu β’ βs β’ m' - DivisibleHull.mk_lt_mk π Mathlib.GroupTheory.DivisibleHull
{M : Type u_2} [AddCommMonoid M] [LinearOrder M] [IsOrderedCancelAddMonoid M] {m m' : M} {s s' : β+} : DivisibleHull.mk m s < DivisibleHull.mk m' s' β βs' β’ m < βs β’ m' - DivisibleHull.mk_add_mk π Mathlib.GroupTheory.DivisibleHull
{M : Type u_1} [AddCommMonoid M] {m1 m2 : M} {s1 s2 : β+} : DivisibleHull.mk m1 s1 + DivisibleHull.mk m2 s2 = DivisibleHull.mk (βs2 β’ m1 + βs1 β’ m2) (s1 * s2) - ADEInequality.sumInv_pqr π Mathlib.NumberTheory.ADEInequality
(p q r : β+) : ADEInequality.sumInv {p, q, r} = (ββp)β»ΒΉ + (ββq)β»ΒΉ + (ββr)β»ΒΉ - NumberField.Units.rootsOfUnity_eq_one π Mathlib.NumberTheory.NumberField.Units.Basic
(K : Type u_1) [Field K] {k : β+} (hc : (βk).Coprime (NumberField.Units.torsionOrder K)) {ΞΆ : (NumberField.RingOfIntegers K)Λ£} : ΞΆ β rootsOfUnity (βk) (NumberField.RingOfIntegers K) β ΞΆ = 1 - LucasLehmer.ΟUnit π Mathlib.NumberTheory.LucasLehmer
(p : β) : (LucasLehmer.X β(LucasLehmer.q p))Λ£ - LucasLehmer.ΟUnit_coe π Mathlib.NumberTheory.LucasLehmer
(p : β) : β(LucasLehmer.ΟUnit p) = LucasLehmer.X.Ο - LucasLehmer.mersenne_coe_X π Mathlib.NumberTheory.LucasLehmer
(p : β) : β(mersenne p) = 0 - LucasLehmer.order_ineq π Mathlib.NumberTheory.LucasLehmer
(p' : β) (h : lucasLehmerResidue (p' + 2) = 0) : 2 ^ (p' + 2) < β(LucasLehmer.q (p' + 2)) ^ 2 - LucasLehmer.order_Ο π Mathlib.NumberTheory.LucasLehmer
(p' : β) (h : lucasLehmerResidue (p' + 2) = 0) : orderOf (LucasLehmer.ΟUnit (p' + 2)) = 2 ^ (p' + 2) - LucasLehmer.Ο_pow_eq_one π Mathlib.NumberTheory.LucasLehmer
(p' : β) (h : lucasLehmerResidue (p' + 2) = 0) : LucasLehmer.X.Ο ^ 2 ^ (p' + 2) = 1 - LucasLehmer.Ο_pow_eq_neg_one π Mathlib.NumberTheory.LucasLehmer
(p' : β) (h : lucasLehmerResidue (p' + 2) = 0) : LucasLehmer.X.Ο ^ 2 ^ (p' + 1) = -1 - LucasLehmer.Ο_pow_formula π Mathlib.NumberTheory.LucasLehmer
(p' : β) (h : lucasLehmerResidue (p' + 2) = 0) : β k, LucasLehmer.X.Ο ^ 2 ^ (p' + 1) = βk * β(mersenne (p' + 2)) * LucasLehmer.X.Ο ^ 2 ^ p' - 1 - divisorsAntidiagonalFactors π Mathlib.NumberTheory.TsumDivisorsAntidiagonal
(n : β+) : β₯(βn).divisorsAntidiagonal β β+ Γ β+ - sigmaAntidiagonalEquivProd π Mathlib.NumberTheory.TsumDivisorsAntidiagonal
: (n : β+) Γ β₯(βn).divisorsAntidiagonal β β+ Γ β+ - divisorsAntidiagonalFactors_eq π Mathlib.NumberTheory.TsumDivisorsAntidiagonal
{n : β+} (x : β₯(βn).divisorsAntidiagonal) : β(divisorsAntidiagonalFactors n x).1 * β(divisorsAntidiagonalFactors n x).2 = βn - tendsto_zero_geometric_tsum_pnat π Mathlib.NumberTheory.TsumDivisorsAntidiagonal
{π : Type u_1} [NontriviallyNormedField π] {r : π} (hr : βrβ < 1) : Filter.Tendsto (fun m => β' (n : β+), r ^ (βn * βm)) Filter.atTop (nhds 0) - summable_prod_mul_pow π Mathlib.NumberTheory.TsumDivisorsAntidiagonal
{π : Type u_1} [NontriviallyNormedField π] [CompleteSpace π] [NormSMulClass β€ π] (k : β) {r : π} (hr : βrβ < 1) : Summable fun c => ββc.2 ^ k * r ^ (βc.1 * βc.2) - sigmaAntidiagonalEquivProd_symm_apply_fst π Mathlib.NumberTheory.TsumDivisorsAntidiagonal
(x : β+ Γ β+) : β(sigmaAntidiagonalEquivProd.symm x).fst = βx.1 * βx.2 - tsum_prod_pow_eq_tsum_sigma π Mathlib.NumberTheory.TsumDivisorsAntidiagonal
{π : Type u_1} [NontriviallyNormedField π] [CompleteSpace π] [NormSMulClass β€ π] (k : β) {r : π} (hr : βrβ < 1) : β' (d : β+) (c : β+), ββc ^ k * r ^ (βd * βc) = β' (e : β+), β((ArithmeticFunction.sigma k) βe) * r ^ βe - tsum_pow_div_one_sub_eq_tsum_sigma π Mathlib.NumberTheory.TsumDivisorsAntidiagonal
{π : Type u_1} [NontriviallyNormedField π] [CompleteSpace π] [NormSMulClass β€ π] {r : π} (hr : βrβ < 1) (k : β) : β' (n : β+), ββn ^ k * r ^ βn / (1 - r ^ βn) = β' (n : β+), β((ArithmeticFunction.sigma k) βn) * r ^ βn - sigmaAntidiagonalEquivProd_symm_apply_snd π Mathlib.NumberTheory.TsumDivisorsAntidiagonal
(x : β+ Γ β+) : β(sigmaAntidiagonalEquivProd.symm x).snd = (βx.1, βx.2) - summable_pow_mul_cexp π Mathlib.NumberTheory.ModularForms.EisensteinSeries.QExpansion
(k : β) (e : β+) (z : UpperHalfPlane) : Summable fun c => βc ^ k * Complex.exp (2 * βReal.pi * Complex.I * ββe * βz) ^ c - EisensteinSeries.qExpansion_identity_pnat π Mathlib.NumberTheory.ModularForms.EisensteinSeries.QExpansion
{k : β} (hk : 1 β€ k) (z : UpperHalfPlane) : β' (n : β€), 1 / (βz + βn) ^ (k + 1) = (-2 * βReal.pi * Complex.I) ^ (k + 1) / βk.factorial * β' (n : β+), ββn ^ k * Complex.exp (2 * βReal.pi * Complex.I * βz) ^ βn - tsum_eisSummand_eq_tsum_sigma_mul_cexp_pow π Mathlib.NumberTheory.ModularForms.EisensteinSeries.QExpansion
{k : β} (hk : 3 β€ k) (hk2 : Even k) (z : UpperHalfPlane) : β' (v : Fin 2 β β€), EisensteinSeries.eisSummand (βk) v z = 2 * riemannZeta βk + 2 * ((-2 * βReal.pi * Complex.I) ^ k / β(k - 1).factorial) * β' (n : β+), β((ArithmeticFunction.sigma (k - 1)) βn) * Complex.exp (2 * βReal.pi * Complex.I * βz) ^ βn - EisensteinSeries.q_expansion_bernoulli π Mathlib.NumberTheory.ModularForms.EisensteinSeries.QExpansion
{k : β} (hk : 3 β€ k) (hk2 : Even k) (z : UpperHalfPlane) : (ModularForm.E hk) z = 1 - 2 * βk / β(bernoulli k) * β' (n : β+), β((ArithmeticFunction.sigma (k - 1)) βn) * Complex.exp (2 * βReal.pi * Complex.I * βz) ^ ββn - EisensteinSeries.q_expansion_riemannZeta π Mathlib.NumberTheory.ModularForms.EisensteinSeries.QExpansion
{k : β} (hk : 3 β€ k) (hk2 : Even k) (z : UpperHalfPlane) : (ModularForm.E hk) z = 1 + (riemannZeta βk)β»ΒΉ * (-2 * βReal.pi * Complex.I) ^ k / β(k - 1).factorial * β' (n : β+), β((ArithmeticFunction.sigma (k - 1)) βn) * Complex.exp (2 * βReal.pi * Complex.I * βz) ^ ββn - EisensteinSeries.E2_eq_tsum_cexp π Mathlib.NumberTheory.ModularForms.EisensteinSeries.E2.Summable
(z : UpperHalfPlane) : EisensteinSeries.E2 z = 1 - 24 * β' (n : β+), β((ArithmeticFunction.sigma 1) βn) * Complex.exp (2 * βReal.pi * Complex.I * βz) ^ βn - EisensteinSeries.tendsto_tsum_one_div_linear_sub_succ_eq π Mathlib.NumberTheory.ModularForms.EisensteinSeries.E2.Summable
(z : UpperHalfPlane) : Filter.Tendsto (fun N => β n β Finset.Ico (-ββN) ββN, β' (m : β€), (1 / (βm * βz + βn) - 1 / (βm * βz + βn + 1))) Filter.atTop (nhds (-2 * βReal.pi * Complex.I / βz)) - EisensteinSeries.G2_eq_tsum_cexp π Mathlib.NumberTheory.ModularForms.EisensteinSeries.E2.Summable
(z : UpperHalfPlane) : EisensteinSeries.G2 z = 2 * riemannZeta 2 - 8 * βReal.pi ^ 2 * β' (n : β+), β((ArithmeticFunction.sigma 1) βn) * Complex.exp (2 * βReal.pi * Complex.I * βz) ^ βn - EisensteinSeries.hasSum_e2Summand_symmetricIcc π Mathlib.NumberTheory.ModularForms.EisensteinSeries.E2.Summable
(z : UpperHalfPlane) : HasSum (fun x => EisensteinSeries.e2Summand x z) (2 * riemannZeta 2 - 8 * βReal.pi ^ 2 * β' (n : β+), β((ArithmeticFunction.sigma 1) βn) * Complex.exp (2 * βReal.pi * Complex.I * βz) ^ βn) (SummationFilter.symmetricIcc β€) - EisensteinSeries.hasSum_e2Summand_symmetricIco π Mathlib.NumberTheory.ModularForms.EisensteinSeries.E2.Summable
(z : UpperHalfPlane) : HasSum (fun x => EisensteinSeries.e2Summand x z) (2 * riemannZeta 2 - 8 * βReal.pi ^ 2 * β' (n : β+), β((ArithmeticFunction.sigma 1) βn) * Complex.exp (2 * βReal.pi * Complex.I * βz) ^ βn) (SummationFilter.symmetricIco β€) - ONote.oadd_lt_oadd_2 π Mathlib.SetTheory.Ordinal.Notation
{e oβ oβ : ONote} {nβ nβ : β+} (hβ : (e.oadd nβ oβ).NF) (h : βnβ < βnβ) : e.oadd nβ oβ < e.oadd nβ oβ - ONote.repr_opow_auxβ π Mathlib.SetTheory.Ordinal.Notation
{e a : ONote} [Ne : e.NF] [Na : a.NF] {a' : Ordinal.{0}} (e0 : e.repr β 0) (h : a' < Ordinal.omega0 ^ e.repr) (aa : a.repr = a') (n : β+) : (Ordinal.omega0 ^ e.repr * ββn + a') ^ Ordinal.omega0 = (Ordinal.omega0 ^ e.repr) ^ Ordinal.omega0 - ONote.repr_opow_auxβ π Mathlib.SetTheory.Ordinal.Notation
{a0 a' : ONote} [N0 : a0.NF] [Na' : a'.NF] (m : β) (d : Ordinal.omega0 β£ a'.repr) (e0 : a0.repr β 0) (h : a'.repr + βm < Ordinal.omega0 ^ a0.repr) (n : β+) (k : β) : have R := (ONote.opowAux 0 a0 (a0.oadd n a' * βm) k m).repr; (k β 0 β R < (Ordinal.omega0 ^ a0.repr) ^ Order.succ βk) β§ (Ordinal.omega0 ^ a0.repr) ^ βk * (Ordinal.omega0 ^ a0.repr * ββn + a'.repr) + R = (Ordinal.omega0 ^ a0.repr * ββn + a'.repr + βm) ^ Order.succ βk - Mathlib.Tactic.PNatToNat.coe_inj π Mathlib.Tactic.PNatToNat
(m n : β+) : m = n β βm = βn - Mathlib.Tactic.PNatToNat.coe_le_coe π Mathlib.Tactic.PNatToNat
(m n : β+) : m β€ n β βm β€ βn - Mathlib.Tactic.PNatToNat.coe_lt_coe π Mathlib.Tactic.PNatToNat
(m n : β+) : m < n β βm < βn - Mathlib.Tactic.PNatToNat.sub_coe π Mathlib.Tactic.PNatToNat
(a b : β+) : β(a - b) = βa - 1 - βb + 1 - PNat.isUniformEmbedding_coe π Mathlib.Topology.Instances.PNat
: IsUniformEmbedding PNat.val - PNat.dist_coe π Mathlib.Topology.Instances.PNat
(x y : β+) : dist βx βy = dist x y - PNat.dist_eq π Mathlib.Topology.Instances.PNat
(x y : β+) : dist x y = |ββx - ββy|
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c