{"id": "LIN_FORM", "name": "linear_form_range_counting", "type": "solver_lemma", "domains": ["algebra"], "level": "olympiad", "track": "olympiad_nt", "description": "count of linear form values.", "dataset_count": 11174, "dataset_fraction": 0.1878, "dataset_as_root": 8782, "description_latex": "|\\{x \\in [a,b] : \\exists\\, k,\\; x = \\alpha + k\\beta\\}|", "added_at": "2026-01-18"} {"id": "B3", "name": "fixed_product_extremum", "type": "solver_lemma", "domains": ["algebra"], "level": "standard", "track": "olympiad_algebra", "description": "MinOverSet of sum with fixed product constraint.", "dataset_count": 10020, "dataset_fraction": 0.1684, "dataset_as_root": 6263, "description_latex": "\\min(a + b) \\text{ s.t. } ab = N", "added_at": "2026-01-18"} {"id": "MAX_PRIME_BELOW", "name": "max_prime_below", "type": "solver_lemma", "domains": ["number_theory"], "level": "standard", "track": "olympiad_nt", "description": "MaxOverSet(SolutionsSet(n, And(n >= 2, n <= upper, IsPrime(n)))).", "dataset_count": 5601, "dataset_fraction": 0.0942, "dataset_as_root": 3576, "description_latex": "\\max\\{p \\le n : p \\text{ prime}\\}", "added_at": "2026-02-01"} {"id": "COPRIME_PAIRS", "name": "coprime_factor_pairs", "type": "solver_lemma", "domains": ["combinatorics"], "level": "standard", "track": "olympiad_combinatorics", "description": "CountOverSet({p : Exists(q, p*q=N ∧ gcd(p,q)=1 ∧ p= 2.", "dataset_count": 4334, "dataset_fraction": 0.0729, "dataset_as_root": 2909, "description_latex": "\\min\\{p : p \\mid n,\\; p \\text{ prime}\\}", "added_at": "2026-02-07"} {"id": "K2", "name": "sum_totient_floor_to_triangular", "type": "solver_lemma", "domains": ["number_theory"], "level": "olympiad", "track": "olympiad_nt", "description": "Summation(Mul(EulerPhi(Var(k)), Floor(Div(n, Var(k)))), k, 1, n)", "dataset_count": 3610, "dataset_fraction": 0.0607, "dataset_as_root": 1634, "description_latex": "\\sum_{k=1}^{n} \\varphi(k)\\lfloor n/k \\rfloor = \\tfrac{n(n+1)}{2}", "added_at": "2026-01-18"} {"id": "B1", "name": "equal_variables_extremum", "type": "solver_lemma", "domains": ["algebra"], "level": "standard", "track": "olympiad_algebra", "description": "MinOverSet/MaxOverSet of symmetric expression with symmetric constraint.", "dataset_count": 3480, "dataset_fraction": 0.0585, "dataset_as_root": 2115, "description_latex": "\\min/\\max f(x,y) \\text{ s.t. symmetric constraint}", "added_at": "2026-01-18"} {"id": "COUNT_SUM_EQUALS", "name": "count_pairs_sum_equals_target", "type": "solver_lemma", "domains": ["combinatorics"], "level": "standard", "track": "olympiad_combinatorics", "description": "CountOverSet({(i,j) ∈ [1,a]×[1,b] : i+j=t})", "dataset_count": 3119, "dataset_fraction": 0.0524, "dataset_as_root": 1604, "description_latex": "|\\{(i,j) \\in [1,a]\\times[1,b] : i+j=t\\}|", "added_at": "2026-02-06"} {"id": "K3", "name": "divisor_sum_totient_to_n", "type": "solver_lemma", "domains": ["number_theory"], "level": "olympiad", "track": "olympiad_nt", "description": "SumOverDivisors(n, var, EulerPhi(Var(var)))", "dataset_count": 3005, "dataset_fraction": 0.0505, "dataset_as_root": 2130, "description_latex": "\\sum_{d \\mid n} \\varphi(d) = n", "added_at": "2026-01-18"} {"id": "COMB1", "name": "count_odd_tuples", "type": "solver_lemma", "domains": ["combinatorics"], "level": "standard", "track": "olympiad_combinatorics", "description": "CountOverSet(SolutionsSet(var, And(IsPositive, IsOdd, ..., Eq(Sum, S))))", "dataset_count": 2884, "dataset_fraction": 0.0485, "dataset_as_root": 1760, "description_latex": "|\\{x \\in \\mathbb{Z}_{>0} : x \\text{ odd},\\; \\sum = S\\}|", "added_at": "2026-01-18"} {"id": "COUNT_CARTESIAN", "name": "cartesian_product_cardinality", "type": "solver_lemma", "domains": ["combinatorics"], "level": "elementary", "track": "olympiad_combinatorics", "description": "CountOverSet of CartesianProduct.", "dataset_count": 2243, "dataset_fraction": 0.0377, "dataset_as_root": 1700, "description_latex": "|A \\times B| = |A| \\cdot |B|", "added_at": "2026-01-21"} {"id": "SUM_ARITHMETIC", "name": "sum_arithmetic", "type": "solver_lemma", "description": "Arithmetic sum: Σ_{k=0}^{n} k = n(n+1)/2", "dataset_count": 2165, "dataset_fraction": 0.0364, "dataset_as_root": 1376, "description_latex": "\\sum_{k=0}^{n-1}(a + kd) = n \\cdot a + d\\binom{n}{2}", "added_at": "2026-02-15"} {"id": "V8", "name": "count_odd_binomials", "type": "solver_lemma", "domains": ["number_theory"], "level": "olympiad", "track": "olympiad_nt", "description": "CountOverSet({k : 0 ≤ k ≤ n ∧ C(n,k) odd})", "dataset_count": 2023, "dataset_fraction": 0.034, "dataset_as_root": 1174, "description_latex": "|\\{0 \\le k \\le n : 2 \\nmid \\binom{n}{k}\\}| = 2^{s_2(n)}", "added_at": "2026-01-18"} {"id": "LEMMA_BINOMIAL_ALTERNATING", "name": "binomial_alternating", "type": "spawner", "value": 0, "domains": ["COMB"], "complexity": 3, "description": "∑_{k=0}^{n} (-1)^k C(n,k) = 0 for n > 0 (inclusion-exclusion)", "dataset_count": 1817, "dataset_fraction": 0.0305, "dataset_as_root": 1096, "description_latex": "\\sum_{k=0}^{n} (-1)^k \\binom{n}{k} = [n = 0]", "added_at": "2026-01-31"} {"id": "VIETA_SUM", "name": "vieta_sum_of_roots", "type": "solver_lemma", "domains": ["algebra"], "level": "standard", "track": "olympiad_algebra", "description": "SumOverSet(SolutionsSet(x, Eq(polynomial, 0))) pattern.", "dataset_count": 1371, "dataset_fraction": 0.023, "dataset_as_root": 941, "description_latex": "\\sum \\text{roots}(P) = -a_{n-1}/a_n \\text{ (Vieta)}", "added_at": "2026-02-01"} {"id": "C2", "name": "count_multiples_in_range", "type": "solver_lemma", "domains": ["combinatorics"], "level": "elementary", "track": "olympiad_combinatorics", "description": "CountOverSet(SolutionsSet(var, And(bounds..., Divides...)))", "dataset_count": 1111, "dataset_fraction": 0.0187, "dataset_as_root": 652, "description_latex": "|\\{x \\in [a,b] : d \\mid f(x)\\}|", "added_at": "2026-01-18"} {"id": "COUNT_FIB_DIVISIBLE", "name": "count_fib_divisible", "type": "solver_lemma", "domains": ["number_theory"], "level": "standard", "track": "olympiad_nt", "description": "CountOverSet(SolutionsSet(n, And(n >= 1, n <= N, Divides(d, Fib(n))))).", "dataset_count": 1091, "dataset_fraction": 0.0183, "dataset_as_root": 729, "description_latex": "|\\{1 \\le n \\le N : d \\mid F_n\\}|", "added_at": "2026-02-01"} {"id": "C4", "name": "count_coprime_in_range", "type": "solver_lemma", "domains": ["combinatorics"], "level": "olympiad", "track": "olympiad_combinatorics", "description": "CountOverSet(SolutionsSet(var, And(bounds..., Eq(GCD(var, m), 1))))", "dataset_count": 1080, "dataset_fraction": 0.0182, "dataset_as_root": 651, "description_latex": "|\\{x \\in [1,n] : \\gcd(x,m) = 1\\}|", "added_at": "2026-01-18"} {"id": "LEMMA_MOBIUS_COPRIME", "name": "mobius_coprime", "type": "spawner", "value": 0, "domains": ["NT"], "complexity": 3, "description": "∑_{d|gcd(a,b)} μ(d) = 0 when gcd(a,b) > 1", "dataset_count": 1080, "dataset_fraction": 0.0182, "dataset_as_root": 529, "description_latex": "\\sum_{d \\mid \\gcd(a,b)} \\mu(d) = [\\gcd(a,b) = 1]", "added_at": "2026-01-31"} {"id": "MAX_DIVISOR", "name": "max_divisor", "type": "dataset_only", "description": "largest proper divisor of n (max d | n with d < n).", "dataset_count": 1069, "dataset_fraction": 0.018, "dataset_as_root": 661, "description_latex": "\\max\\{d : d \\mid n,\\; d < n\\}", "added_at": "2026-02-07"} {"id": "L3c", "name": "count_div2_congruence", "type": "solver_lemma", "domains": ["number_theory"], "level": "olympiad", "track": "aimo_nt", "description": "CountOverSet(SolutionsSet(var, And(bounds, Congruent(var, Floor(Div(var, 2)), m))))", "dataset_count": 1062, "dataset_fraction": 0.0179, "dataset_as_root": 661, "description_latex": "|\\{x \\in [a,b] : x \\equiv \\lfloor x/2 \\rfloor \\pmod{m}\\}|", "added_at": "2026-01-18"} {"id": "COUNT_PRIMES", "name": "count_primes", "type": "solver_lemma", "domains": ["number_theory"], "level": "standard", "track": "olympiad_nt", "description": "CountOverSet(SolutionsSet(n, And(n >= 2, n <= upper, IsPrime(n)))).", "dataset_count": 966, "dataset_fraction": 0.0162, "dataset_as_root": 596, "description_latex": "\\pi(n) = |\\{p \\le n : p \\text{ prime}\\}|", "added_at": "2026-02-01"} {"id": "QF_PSD_COUNT_LEQ", "name": "qf_psd_count_leq", "type": "dataset_only", "description": "count of lattice points x in [1,M]^n with Q(x) <= K for a PSD form Q.", "dataset_count": 964, "dataset_fraction": 0.0162, "dataset_as_root": 568, "description_latex": "|\\{x \\in [1,M]^n : x^T A x \\le K\\}|"} {"id": "C3", "name": "count_powers_in_range", "type": "solver_lemma", "domains": ["combinatorics"], "level": "standard", "track": "olympiad_nt", "description": "CountOverSet(SolutionsSet(var, And(lower ≤ Pow(var,e) ≤ upper)))", "dataset_count": 925, "dataset_fraction": 0.0155, "dataset_as_root": 540, "description_latex": "|\\{x \\in [a,b] : x = k^e \\text{ for some } k\\}|", "added_at": "2026-01-18"} {"id": "C5", "name": "count_intersection_divides_coprime", "type": "solver_lemma", "domains": ["combinatorics"], "level": "olympiad", "track": "olympiad_combinatorics", "description": "CountOverSet(SolutionsSet(var, And(", "dataset_count": 897, "dataset_fraction": 0.0151, "dataset_as_root": 541, "description_latex": "|\\{x \\in [a,b] : \\gcd(f(x),m) = 1\\}|", "added_at": "2026-02-01"} {"id": "L3b", "name": "count_popcount_parity", "type": "solver_lemma", "domains": ["number_theory"], "level": "olympiad", "track": "aimo_nt", "description": "CountOverSet(SolutionsSet(var, And(bounds, Eq(Mod(DigitSum(var, 2), 2), k))))", "dataset_count": 887, "dataset_fraction": 0.0149, "dataset_as_root": 555, "description_latex": "|\\{x \\in [a,b] : s_2(x) \\equiv k \\pmod{2}\\}|", "added_at": "2026-01-18"} {"id": "POLY_ORBIT_COUNT", "name": "poly_orbit_count", "type": "dataset_only", "description": "count of starting values with exact minimal period r under an iterated polynomial map mod M.", "dataset_count": 818, "dataset_fraction": 0.0138, "dataset_as_root": 774, "description_latex": "|\\{a \\in [0,N] : P^r(a) \\equiv a \\pmod{M},\\; P^k(a) \\not\\equiv a \\text{ for } 1\\le k= 1, n <= N, n mod d = 0))).", "dataset_count": 716, "dataset_fraction": 0.012, "dataset_as_root": 435, "description_latex": "\\sum_{\\substack{1 \\le k \\le n \\\\ d \\mid k}} k", "added_at": "2026-02-01"} {"id": "K13", "name": "valuation_product", "type": "solver_lemma", "domains": ["number_theory"], "level": "standard", "track": "olympiad_nt", "description": "MaxKDivides(Mul(a, b, ...), p)", "dataset_count": 706, "dataset_fraction": 0.0119, "dataset_as_root": 618, "description_latex": "v_p(ab) = v_p(a) + v_p(b)", "added_at": "2026-01-18"} {"id": "ONE_PHI_1", "name": "phi_1", "type": "spawner", "value": 1, "domains": ["NT"], "complexity": 2, "description": "phi(1) = 1", "dataset_count": 674, "dataset_fraction": 0.0113, "dataset_as_root": 322, "description_latex": "\\varphi(1) = 1", "added_at": "2026-01-29"} {"id": "ONE_PHI_2", "name": "phi_2", "type": "spawner", "value": 1, "domains": ["NT"], "complexity": 2, "description": "phi(2) = 1", "dataset_count": 662, "dataset_fraction": 0.0111, "dataset_as_root": 277, "description_latex": "\\varphi(2) = 1", "added_at": "2026-01-29"} {"id": "V1", "name": "valuation_factorial_digit_sum", "type": "solver_lemma", "domains": ["number_theory"], "level": "advanced", "track": "aimo_nt", "description": "MaxKDivides(Factorial(n), p) where n is symbolic.", "dataset_count": 567, "dataset_fraction": 0.0095, "dataset_as_root": 361, "description_latex": "v_p(n!) = \\sum_{i=1}^{\\infty} \\lfloor n/p^i \\rfloor", "added_at": "2026-01-18"} {"id": "POLY_ORBIT_HENSEL", "name": "poly_orbit_hensel", "type": "dataset_only", "description": "count of starting values with exact minimal period r under an iterated polynomial map modulo p^k (Hensel lift).", "dataset_count": 548, "dataset_fraction": 0.0092, "dataset_as_root": 344, "description_latex": "|\\{a \\in [0,N] : P^r(a) \\equiv a \\pmod{p^k},\\; P^j(a) \\not\\equiv a \\text{ for } 1\\le j 1 (Möbius annihilation)", "dataset_count": 356, "dataset_fraction": 0.006, "dataset_as_root": 112, "description_latex": "\\sum_{d \\mid n} \\mu(d) = [n = 1]", "added_at": "2026-01-31"} {"id": "MAX_VAL", "name": "max_valuation", "type": "solver_lemma", "domains": ["number_theory"], "level": "standard", "track": "olympiad_nt", "description": "pattern for maximum valuation query.", "dataset_count": 350, "dataset_fraction": 0.0059, "dataset_as_root": 190, "description_latex": "\\max_{p^v \\mid n} v", "added_at": "2026-01-18"} {"id": "QF_PSD_MIN", "name": "qf_psd_min", "type": "dataset_only", "description": "minimum of a PSD quadratic form Q(x) = x^T A x over x in [1,M]^n.", "dataset_count": 333, "dataset_fraction": 0.0056, "dataset_as_root": 164, "description_latex": "\\min_{x \\in [1,M]^n} x^T A x"} {"id": "V7", "name": "valuation_binomial_kummer", "type": "solver_lemma", "domains": ["number_theory"], "level": "olympiad", "track": "olympiad_nt", "description": "MaxKDivides(Binom(n, k), p)", "dataset_count": 320, "dataset_fraction": 0.0054, "dataset_as_root": 200, "description_latex": "v_p\\binom{n}{k} = \\frac{s_p(k) + s_p(n-k) - s_p(n)}{p-1}", "added_at": "2026-01-18"} {"id": "V5", "name": "min_valuation_factorial", "type": "solver_lemma", "domains": ["number_theory"], "level": "advanced", "track": "aimo_nt", "description": "MinOverSet({n : v_p(n!) >= k})", "dataset_count": 269, "dataset_fraction": 0.0045, "dataset_as_root": 160, "description_latex": "\\min\\{n \\in \\mathbb{Z}_{>0} : v_p(n!) \\ge k\\}", "added_at": "2026-01-18"} {"id": "POLY_ORBIT_LEGENDRE", "name": "poly_orbit_legendre", "type": "dataset_only", "description": "count of orbits of exact period r under iterated P mod p, filtered by a Legendre-symbol sum congruence.", "dataset_count": 262, "dataset_fraction": 0.0044, "dataset_as_root": 234, "description_latex": "|\\{a \\in [0,N] : \\text{period}_P(a) = r,\\; \\textstyle\\sum_{i=0}^{r-1}\\bigl(\\frac{P^i(a)}{p}\\bigr) \\equiv 0 \\pmod m\\}|"} {"id": "K14", "name": "valuation_power", "type": "solver_lemma", "domains": ["number_theory"], "level": "standard", "track": "olympiad_nt", "description": "MaxKDivides(Pow(a, k), p)", "dataset_count": 256, "dataset_fraction": 0.0043, "dataset_as_root": 158, "description_latex": "v_p(a^k) = k \\cdot v_p(a)", "added_at": "2026-01-18"} {"id": "SUM_FACTOR_CARTESIAN", "name": "sum_over_cartesian_factor_product", "type": "solver_lemma", "domains": ["combinatorics"], "level": "standard", "track": "olympiad_combinatorics", "description": "SumOverSet(MapOverSet(SolutionsSet((i,j), domain=A×B), Mul(f(i), g(j))))", "dataset_count": 229, "dataset_fraction": 0.0038, "dataset_as_root": 128, "description_latex": "\\sum_{(i,j) \\in A\\times B} f(i)g(j) = \\bigl(\\sum_{i \\in A} f(i)\\bigr)\\bigl(\\sum_{j \\in B} g(j)\\bigr)", "added_at": "2026-02-06"} {"id": "POLY3_MIN", "name": "poly3_min", "type": "dataset_only", "description": "minimum of a cubic form F(x) (sum of cubes of linear forms) over x in [1,M]^n.", "dataset_count": 220, "dataset_fraction": 0.0037, "dataset_as_root": 108, "description_latex": "\\min_{x \\in [1,M]^n} F(x),\\; \\deg F = 3"} {"id": "PRODUCT_OF_SUMS", "name": "product_of_sums", "type": "dataset_only", "description": "product of two independent sums, each reducible via its own antilemma.", "dataset_count": 218, "dataset_fraction": 0.0037, "dataset_as_root": 77, "description_latex": "\\prod_i \\sum_j a_{ij} \\text{ expansion}", "added_at": "2026-02-07"} {"id": "ZERO_BINOM_0", "name": "binom_0", "type": "spawner", "value": 0, "domains": ["COMB"], "complexity": 2, "description": "C(n, 0) - 1 = 0", "dataset_count": 211, "dataset_fraction": 0.0035, "dataset_as_root": 5, "description_latex": "\\binom{n}{0} - 1 = 0", "added_at": "2026-01-29"} {"id": "ZERO_BINOM_N", "name": "binom_n", "type": "spawner", "value": 0, "domains": ["COMB"], "complexity": 2, "description": "C(n, n) - 1 = 0", "dataset_count": 208, "dataset_fraction": 0.0035, "dataset_as_root": 14, "description_latex": "\\binom{n}{n} - 1 = 0", "added_at": "2026-01-29"} {"id": "SUM_PRIMES", "name": "sum_primes", "type": "solver_lemma", "domains": ["number_theory"], "level": "standard", "track": "olympiad_nt", "description": "SumOverSet(SolutionsSet(n, And(n >= lower, n <= upper, IsPrime(n)))).", "dataset_count": 193, "dataset_fraction": 0.0032, "dataset_as_root": 76, "description_latex": "\\sum_{\\substack{p \\le n \\\\ p \\text{ prime}}} p", "added_at": "2026-02-06"} {"id": "LEMMA_MOBIUS_SQUAREFREE", "name": "mobius_squarefree", "type": "spawner", "value": 0, "domains": ["NT"], "complexity": 3, "description": "μ(n)² = 0 when n has a square factor", "dataset_count": 181, "dataset_fraction": 0.003, "dataset_as_root": 56, "description_latex": "\\mu(n)^2 = [n \\text{ is squarefree}]", "added_at": "2026-01-31"} {"id": "ONE_FACTORIAL_0", "name": "factorial_0", "type": "spawner", "value": 1, "domains": ["COMB"], "complexity": 2, "description": "0! = 1", "dataset_count": 180, "dataset_fraction": 0.003, "dataset_as_root": 57, "description_latex": "0! = 1", "added_at": "2026-01-29"} {"id": "ONE_BINOM_N", "name": "binom_n", "type": "spawner", "value": 1, "domains": ["COMB"], "complexity": 2, "description": "C(n, n) = 1", "dataset_count": 174, "dataset_fraction": 0.0029, "dataset_as_root": 32, "description_latex": "\\binom{n}{n} = 1", "added_at": "2026-01-29"} {"id": "ONE_BINOM_0", "name": "binom_0", "type": "spawner", "value": 1, "domains": ["COMB"], "complexity": 2, "description": "C(n, 0) = 1", "dataset_count": 171, "dataset_fraction": 0.0029, "dataset_as_root": 29, "description_latex": "\\binom{n}{0} = 1", "added_at": "2026-01-29"} {"id": "LEMMA_DIVISOR_PARITY", "name": "divisor_parity", "type": "spawner", "value": 0, "domains": ["NT"], "complexity": 2, "description": "τ(n) mod 2 = 0 when n is not a perfect square", "dataset_count": 146, "dataset_fraction": 0.0025, "dataset_as_root": 30, "description_latex": "\\tau(n) \\bmod 2 = [n \\text{ is a perfect square}]", "added_at": "2026-01-31"} {"id": "EULER_TOTIENT_SUM", "name": "euler_totient_sum", "type": "dataset_only", "description": "totient summatory function: sum of phi(k) over k = 1..n.", "dataset_count": 133, "dataset_fraction": 0.0022, "dataset_as_root": 42, "description_latex": "\\sum_{k=1}^{n} \\varphi(k)", "added_at": "2026-02-10"} {"id": "STARS_BARS", "name": "stars_bars", "type": "dataset_only", "description": "compositions count: number of positive integer tuples (x1,...,xk) with sum S.", "dataset_count": 117, "dataset_fraction": 0.002, "dataset_as_root": 89, "description_latex": "|\\{(x_1,\\dots,x_k) \\in \\mathbb{Z}_{\\ge 1}^k : x_1+\\dots+x_k = S\\}| = \\binom{S-1}{k-1}"} {"id": "WILSON", "name": "wilson", "type": "dataset_only", "description": "Wilson's theorem: (p-1)! is congruent to -1 modulo prime p.", "dataset_count": 115, "dataset_fraction": 0.0019, "dataset_as_root": 2, "description_latex": "(p-1)! \\equiv -1 \\pmod{p}", "added_at": "2026-02-10"} {"id": "LTE_SUM", "name": "lte_sum", "type": "solver_lemma", "domains": ["number_theory"], "level": "olympiad", "track": "olympiad_nt", "description": "MaxKDivides(Sum(Pow(a, n), Pow(b, n)), p) where n is odd.", "dataset_count": 114, "dataset_fraction": 0.0019, "dataset_as_root": 86, "description_latex": "v_p(a^n + b^n) \\text{ for odd } n, \\; p \\mid a+b", "added_at": "2026-01-20"} {"id": "LIOUVILLE_MINUS_ONE", "name": "liouville_minus_one", "type": "dataset_only", "description": "Liouville lambda evaluates to -1 when Omega(n) is odd.", "dataset_count": 114, "dataset_fraction": 0.0019, "dataset_as_root": 43, "description_latex": "\\lambda(n) = (-1)^{\\Omega(n)} = -1 \\text{ when } \\Omega(n) \\text{ odd}", "added_at": "2026-02-10"} {"id": "IDENTITY_DIV_SELF", "name": "div_self", "type": "spawner", "value": 1, "domains": ["ARITH"], "complexity": 1, "description": "a / a = 1", "dataset_count": 110, "dataset_fraction": 0.0018, "dataset_as_root": 73, "description_latex": "a / a = 1", "added_at": "2026-02-07"} {"id": "LIOUVILLE_ONE", "name": "liouville_one", "type": "dataset_only", "description": "Liouville lambda evaluates to 1 when Omega(n) is even.", "dataset_count": 107, "dataset_fraction": 0.0018, "dataset_as_root": 15, "description_latex": "\\lambda(n) = (-1)^{\\Omega(n)} = 1 \\text{ when } \\Omega(n) \\text{ even}", "added_at": "2026-02-10"} {"id": "POLY4_MIN", "name": "poly4_min", "type": "dataset_only", "description": "minimum of a quartic form F(x) (sum of 4th powers of linear forms) over x in [1,M]^n.", "dataset_count": 100, "dataset_fraction": 0.0017, "dataset_as_root": 49, "description_latex": "\\min_{x \\in [1,M]^n} F(x),\\; \\deg F = 4"} {"id": "IDENTITY_POW_ZERO", "name": "pow_zero", "type": "spawner", "value": 1, "domains": ["ARITH"], "complexity": 1, "description": "a^0 = 1", "dataset_count": 93, "dataset_fraction": 0.0016, "dataset_as_root": 57, "description_latex": "a^0 = 1", "added_at": "2026-02-07"} {"id": "HALFPLANE_COUNT", "name": "halfplane_count", "type": "dataset_only", "description": "count of lattice points (x,y) in [1,Nx] x [1,Ny] under a half-plane constraint ax+by <= C.", "dataset_count": 93, "dataset_fraction": 0.0016, "dataset_as_root": 64, "description_latex": "|\\{(x,y) \\in [1,N_x]\\times[1,N_y] : ax + by \\le C\\}|"} {"id": "BIG_OMEGA_ZERO", "name": "big_omega_zero", "type": "dataset_only", "description": "Big Omega vanishes at n = 1 (no prime factors with multiplicity).", "dataset_count": 89, "dataset_fraction": 0.0015, "dataset_as_root": 30, "description_latex": "\\Omega(1) = 0", "added_at": "2026-02-10"} {"id": "BIG_OMEGA_ONE", "name": "big_omega_one", "type": "dataset_only", "description": "Big Omega equals 1 at any prime p.", "dataset_count": 81, "dataset_fraction": 0.0014, "dataset_as_root": 11, "description_latex": "\\Omega(p) = 1", "added_at": "2026-02-10"} {"id": "SUM_SQUARES_IDENTITY", "name": "sum_of_squares_equals_sum_of_products", "type": "solver_lemma", "domains": ["algebra"], "level": "olympiad", "track": "olympiad_algebra", "description": "a²+b²+c² = ab+bc+ca forces a=b=c; combined with linear constraint determines unique value.", "description_latex": "a^2+b^2+c^2 = ab+bc+ca \\iff (a-b)^2+(b-c)^2+(c-a)^2=0 \\implies a=b=c", "dataset_count": 81, "dataset_fraction": 0.0014, "dataset_as_root": 44, "added_at": "2026-02-24"} {"id": "POLY_ORBIT_LEGENDRE_COUNT", "name": "poly_orbit_legendre_count", "type": "dataset_only", "description": "count of starting values a with exact minimal period r under iterated P mod p and Legendre-sum filter.", "dataset_count": 80, "dataset_fraction": 0.0013, "dataset_as_root": 80, "description_latex": "|\\{a \\in [0,N] : \\text{period}_P(a) = r,\\; \\textstyle\\sum_{i=0}^{r-1}\\bigl(\\frac{P^i(a)}{p}\\bigr) \\equiv 0 \\pmod m\\}|"} {"id": "OMEGA_ZERO", "name": "omega_zero", "type": "dataset_only", "description": "small omega vanishes at n = 1 (no distinct prime factors).", "dataset_count": 76, "dataset_fraction": 0.0013, "dataset_as_root": 10, "description_latex": "\\omega(1) = 0", "added_at": "2026-02-10"} {"id": "OMEGA_ONE", "name": "omega_one", "type": "dataset_only", "description": "small omega equals 1 at any prime power p^k (single distinct prime).", "dataset_count": 65, "dataset_fraction": 0.0011, "dataset_as_root": 5, "description_latex": "\\omega(p) = 1", "added_at": "2026-02-10"} {"id": "LTE_DIFF_P2", "name": "lte_difference_p2", "type": "solver_lemma", "domains": ["number_theory"], "level": "olympiad", "track": "olympiad_nt", "description": "MaxKDivides(Sub(Pow(a, n), Pow(b, n)), 2)", "dataset_count": 58, "dataset_fraction": 0.001, "dataset_as_root": 39, "description_latex": "v_2(a^n - b^n) = v_2(a-b) + v_2(a+b) + v_2(n) - 1", "added_at": "2026-01-20"} {"id": "ABS_INEQ", "name": "abs_ineq", "type": "dataset_only", "description": "count of integers x in [1,N] satisfying an absolute-value inequality |ax - b| <= c.", "dataset_count": 56, "dataset_fraction": 0.0009, "dataset_as_root": 35, "description_latex": "|\\{x \\in [1,N] : |ax - b| \\le c\\}|"} {"id": "SUM_AP", "name": "sum_ap", "type": "dataset_only", "description": "closed form for the general arithmetic-progression sum Sigma_{k=start}^{n} (a*k + b).", "dataset_count": 40, "dataset_fraction": 0.0007, "dataset_as_root": 32, "description_latex": "\\sum_{k=s}^{n} (a k + b) = a\\cdot\\tfrac{n(n+1) - s(s-1)}{2} + b(n - s + 1)"} {"id": "QUADRATIC_INEQ", "name": "quadratic_ineq", "type": "dataset_only", "description": "count of integers x in [1,N] satisfying a quadratic inequality a x^2 + b x + c <= 0 with a > 0.", "dataset_count": 35, "dataset_fraction": 0.0006, "dataset_as_root": 25, "description_latex": "|\\{x \\in [1,N] : a x^2 + b x + c \\le 0\\}|"} {"id": "IDENTITY_MUL_ZERO", "name": "mul_zero", "type": "spawner", "value": 0, "domains": ["ARITH"], "complexity": 1, "description": "a * 0 = 0", "dataset_count": 26, "dataset_fraction": 0.0004, "dataset_as_root": 8, "description_latex": "a \\cdot 0 = 0", "added_at": "2026-02-07"} {"id": "IDENTITY_SUB_SELF", "name": "sub_self", "type": "spawner", "value": 0, "domains": ["ARITH"], "complexity": 1, "description": "a - a = 0", "dataset_count": 23, "dataset_fraction": 0.0004, "dataset_as_root": 8, "description_latex": "a - a = 0", "added_at": "2026-02-07"} {"id": "ZERO_PHI_PRIME", "name": "phi_prime", "type": "spawner", "value": 0, "domains": ["NT"], "complexity": 2, "description": "phi(p) - (p-1) = 0 for prime p", "dataset_count": 18, "dataset_fraction": 0.0003, "dataset_as_root": 7, "description_latex": "\\varphi(p) = p - 1", "added_at": "2026-01-29"} {"id": "IDENTITY_MOD_SELF", "name": "mod_self", "type": "spawner", "value": 0, "domains": ["ARITH"], "complexity": 1, "description": "a % a = 0", "dataset_count": 16, "dataset_fraction": 0.0003, "dataset_as_root": 2, "description_latex": "a \\bmod a = 0", "added_at": "2026-02-07"} {"id": "TELESCOPE", "name": "telescope", "type": "dataset_only", "description": "telescoping sum Sigma_{k=start}^{n} (f(k+1) - f(k)) collapses to f(n+1) - f(start).", "dataset_count": 4, "dataset_fraction": 0.0001, "dataset_as_root": 2, "description_latex": "\\sum_{k=s}^{n} \\bigl(f(k+1) - f(k)\\bigr) = f(n+1) - f(s)"} {"id": "POLY_PREPERIOD_COUNT", "name": "poly_preperiod_count", "type": "dataset_only", "description": "count of starting values with preperiod t and exact cycle length s under iterated polynomial map mod M.", "dataset_count": 2, "dataset_fraction": 0.0, "dataset_as_root": 2, "description_latex": "|\\{a \\in [0,N] : P^{t+s}(a) \\equiv P^t(a) \\pmod{M},\\; P^{t+k}(a) \\not\\equiv P^t(a) \\text{ for } 1\\le k