Valid Tags¶
This page defines the allowed tags for experiments in py-mathx-lab. Tags are used in the Experiments Gallery and individual experiment pages to categorize content.
Primary Tags (Domains)¶
These represent the broad mathematical area of the experiment.
Tag |
Description |
|---|---|
|
Calculus, real/complex analysis, limits, and approximation. |
|
Arithmetic Progressions and related theorems. |
|
Patterns suggest statements that might be true (or false). |
|
Systematic exploration tries to break a hypothesis early. |
|
Dirichlet characters modulo \(q\), orthogonality, and primitive characters. |
|
Dirichlet \(L\)-functions and related analytic objects controlling prime distribution. |
|
Validate (or invalidate) approximations and heuristics. |
|
Properties of integers, divisibility, and prime numbers. |
|
Prime number races (e.g., Chebyshev bias) comparing counts in residue classes. |
|
Estimate constants, rates, limits, or distributions. |
|
Reveal structure that is hard to see symbolically. |
Secondary Tags (Topics & Methods)¶
These provide more specific detail about the techniques or subtopics involved.
Tag |
Description |
|---|---|
|
Classical functions on integers (e.g., \(\phi\), \(\mu\), \(\sigma\), \(\tau\)) and their relations. |
|
Explicit mathematical bounds (e.g., on prime-counting functions). |
|
Carmichael’s lambda function λ(n), the exponent of (Z/nZ)*. |
|
Carmichael numbers (absolute Fermat pseudoprimes). |
|
Grouping objects into classes based on shared properties. |
|
Zeta/L-function values on Re(s)=1/2 and related numerics. |
|
Dirichlet convolution of arithmetic functions and identity checks. |
|
Dirichlet generating functions and related analytic tools. |
|
Divisor functions such as τ(n)=d(n) and σ(n), including record behavior. |
|
Explicit formulas connecting primes and zeros (ψ(x), π(x), etc.). |
|
Open-ended search for patterns or properties. |
|
Integer factorization methods and hardness. |
|
Fermat numbers and Fermat primes. |
|
Studies of the distribution of gaps between primes. |
|
Ordinary/exponential generating functions (esp. partitions). |
|
Gram points and Gram’s law heuristics for zeta zeros. |
|
Hardy’s Z-function and Riemann–Siegel theta function. |
|
Probabilistic or empirical models (e.g., Cramér’s model for primes). |
|
Logarithmic integral \(\operatorname{li}(x)\) and its relation to \(\pi(x)\). |
|
Liouville function λ(n) and related parity questions for Ω(n). |
|
Lucas–Lehmer primality test for Mersenne numbers. |
|
von Mangoldt function Λ(n) and related Chebyshev functions θ(x), ψ(x). |
|
Mersenne numbers \(M_p = 2^p - 1\) and Mersenne primes. |
|
Miller–Rabin primality test and its counterexamples. |
|
Möbius function \(\mu(n)\), Möbius inversion, squarefree indicators. |
|
Multiplicative arithmetic functions; Dirichlet convolution viewpoints. |
|
Heavy use of floating-point or high-precision computation. |
|
Prime-factor counting functions ω(n) and Ω(n) (distinct vs with multiplicity). |
|
Related to famous unproven conjectures. |
|
Finding maxima, minima, or best-fit parameters. |
|
Partition function p(n), identities, and asymptotics. |
|
Related specifically to perfect, abundant, or deficient numbers. |
|
Prime Number Theorem and related asymptotics. |
|
Prime number distribution, density, and related theorems. |
|
Primorials, Euclid numbers, primorial primes. |
|
Pseudoprimes, primality-test failures. |
|
Collective study of various types of pseudoprimes. |
|
Riemann zeta function ζ(s): series, Euler product, analytic continuation, zeros. |
|
Systematic search through a large state space. |
|
Semiprimes, RSA-type composites. |
|
Sieve methods (Eratosthenes, Sundaram, Atkin, etc.). |
|
Related to the sum-of-divisors function \(\sigma(n)\). |
|
Summatory functions (e.g., Mertens \(M(x)\), summatory totient \(\Phi(x)\)). |
|
Related to Taylor series and their approximations. |
|
Euler’s totient function \(\phi(n)\), totient equations, summatory behavior. |
|
Twin primes and the twin prime conjecture. |
|
Klauber triangle and prime patterns between consecutive squares. |
|
Sacks spiral (\(r=\sqrt{n},\ \theta=2\pi\sqrt{n}\)) and related prime patterns. |
|
Integer spirals on a hexagonal lattice (hex-grid prime maps). |
|
Ulam spiral and related prime patterns in 2D. |
|
Wieferich primes and related congruences. |
|
Wilson’s theorem and Wilson primes. |
|
Nontrivial zeros, zero-counting \(N(T)\), root bracketing. |
Usage¶
When adding a new experiment:
Choose at least one Primary Tag (Domain or Type).
Choose one or more Secondary Tags (Topics & Methods).
Add them to the
**Tags:**line in your.mdfile.Update the Experiments Gallery using the corresponding CSS classes (
tag-primaryfor primary tags,tag-secondaryfor secondary tags).