WikiLean Articles · Brain · Recent changes · Proposals · Flags · Stats · About

Diff — Number

Revision #1434 → #1848 · back to history

addedGaussian integers (Gauss)f555f708388e
addedRoots of unity / cyclotomic fields5f68fb3b93f1
modifiedPrime number (historical)1540c5a58299
FieldFrom #1434To #1848
mathlib.moduleMathlib.Data.Nat.Prime.BasicMathlib.Data.Nat.Prime.Defs
addedEuclidean algorithm (gcd)c619eeb16fb7
modifiedPrime number theorem49a5c53fb798
FieldFrom #1434To #1848
mathlib.moduleMathlib.NumberTheory.ChebyshevMathlib.NumberTheory.PrimeCounting
noteChebyshev-style bounds are formalized but the full PNT asymptotic π(x) ~ x/log x is not in Mathlib.The prime-counting function `π(x)` is defined and Chebyshev-style bounds exist, but the full PNT asymptotic π(x) ~ x/log x is not in Mathlib.
modifiedIntegers form a ringb7b14d257450
FieldFrom #1434To #1848
mathlib.moduleMathlib.Data.Int.DefsMathlib.Algebra.Ring.Int.Defs
modifiedRational number1c2aa84c8da9
FieldFrom #1434To #1848
mathlib.moduleInit.Data.RatInit.Data.Rat.Basic
modifiedEqual fractions example22126c13035a
FieldFrom #1434To #1848
mathlib.declRat.mk_pnatmkRat
mathlib.moduleMathlib.Data.Rat.DefsInit.Data.Rat.Basic
noteMathlib normalizes rationals so equal fractions yield the same `Rat`, but no specific example lemma exists.The smart constructor `mkRat` normalizes by gcd so different fractions reduce to the same `Rat`; no specific example lemma is stated.
modifiedLeast upper bound property087f21beaee3
FieldFrom #1434To #1848
mathlib.moduleMathlib.Data.Real.ArchimedeanMathlib.Algebra.Order.Archimedean.Real.Basic
modifiedPurely imaginary number83952d68b179
FieldFrom #1434To #1848
labelImaginary / Gaussian integerPurely imaginary number
mathlib.declGaussianIntComplex.re
mathlib.match_kindexact
mathlib.moduleMathlib.NumberTheory.Zsqrtd.GaussianIntMathlib.Data.Complex.Basic
noteGaussian integers are `Zsqrtd (-1)`; purely imaginary numbers correspond to `Complex.re = 0`.No dedicated `IsPurelyImaginary` predicate in Mathlib; expressed as `z.re = 0`.
provenanceaiai-moderated
statusformalizedpartial
addedGaussian integer6714faec3fec
modifiedPrime numberba2ae97186e7
FieldFrom #1434To #1848
mathlib.moduleMathlib.Data.Nat.Prime.BasicMathlib.Data.Nat.Prime.Defs
addedBernoulli numbers7f89fe6502ae
addedFibonacci numbers42cc40947d49
addedPerfect numbers59951ded7359
modifiedAlgebraic integer8ffad9db1078
FieldFrom #1434To #1848
mathlib.moduleMathlib.RingTheory.IntegralClosure.IsIntegral.BasicMathlib.RingTheory.IntegralClosure.IsIntegral.Defs
modifiedOrdinal and cardinal numbers25f1d6bed54e
FieldFrom #1434To #1848
noteBoth `Ordinal` and `Cardinal` (Mathlib.SetTheory.Cardinal.Basic) are formalized.Both `Ordinal` and `Cardinal` (Mathlib.SetTheory.Cardinal.Defs) are formalized.
addedCardinal numbere651c1fcd59a
modifiedSuperreal and surreal numbersdd67f4bda95e
FieldFrom #1434To #1848
noteNeither superreal nor surreal numbers are defined in Mathlib.Neither superreal nor surreal numbers are currently in Mathlib (no `Surreal` or `SetTheory/Surreal` files exist).
provenanceaiai-moderated