przemekch commited on
Commit
5908cb3
·
verified ·
1 Parent(s): 8bd486a

Upload 6 files

Browse files
Files changed (6) hide show
  1. README.md +382 -3
  2. categories.json +110 -0
  3. dataset.json +0 -0
  4. difficulty_levels.json +37 -0
  5. problems.json +0 -0
  6. sets.json +83 -0
README.md CHANGED
@@ -1,3 +1,382 @@
1
- ---
2
- license: cc
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - question-answering
5
+ - text-generation
6
+ language:
7
+ - en
8
+ tags:
9
+ - mathematics
10
+ - unsolved-problems
11
+ - math
12
+ - research
13
+ - latex
14
+ - erdos
15
+ - number-theory
16
+ - combinatorics
17
+ size_categories:
18
+ - 1K<n<10K
19
+ pretty_name: UnsolvedMath
20
+ ---
21
+
22
+ # UnsolvedMath Dataset
23
+
24
+ A comprehensive curated collection of **1,146 open mathematics problems** across all domains and difficulty levels, including the largest collection of Erdős problems available in machine-readable format. Available for browsing at https://unsolvedmath.com
25
+
26
+ ## Dataset Description
27
+
28
+ **UnsolvedMath** is a meticulously curated dataset of unsolved and historically significant mathematical problems, organized by domain, difficulty level, and problem set. This dataset aggregates problems from the most prestigious collections in mathematics, with a particular focus on Paul Erdős's extensive problem collection.
29
+
30
+ ### Featured Collections
31
+
32
+ - **Erdős Problems** (632 problems) - Extensive collection from Paul Erdős, one of the most prolific mathematicians of the 20th century
33
+ - **Millennium Prize Problems** - Clay Mathematics Institute's seven $1M problems
34
+ - **Hilbert's 23 Problems** - David Hilbert's foundational problems from 1900
35
+ - **Smale's Problems** - Steve Smale's 18 problems for the 21st century
36
+ - **DARPA's 23 Mathematical Challenges** - Fundamental research challenges
37
+ - **Ben Green's 100 Open Problems** - Problems in additive combinatorics
38
+ - **Hardy-Littlewood Conjectures** - Foundational problems on primes and partitions
39
+ - **Landau's Problems** - Four classic problems on prime numbers
40
+ - **Richard Guy - Prime Numbers** - Problems from "Unsolved Problems in Number Theory"
41
+
42
+ ### Dataset Summary
43
+
44
+ - **Total Problems**: 1,146
45
+ - **Erdős Problems**: 632 (with full citations and references)
46
+ - **Categories**: 12 mathematical domains
47
+ - **Difficulty Levels**: 5 (L1: Tractable → L5: Millennium Prize)
48
+ - **Problem Sets**: 9 curated collections
49
+ - **Format**: JSON with LaTeX mathematical notation
50
+ - **License**: CC BY 4.0
51
+
52
+ ### What's New
53
+
54
+ This dataset includes the most comprehensive collection of Erdős problems available in structured format:
55
+ - **632 Erdős problems** (EP-1 through EP-1135) from the Erdos Problems website
56
+ - Complete problem statements with LaTeX mathematical notation
57
+ - Detailed backgrounds with historical context
58
+ - Full bibliographic references for each problem
59
+ - Difficulty classifications (L1-L3)
60
+ - Category assignments (Number Theory, Combinatorics, Graph Theory, etc.)
61
+
62
+ ### Supported Tasks
63
+
64
+ - Mathematical research and exploration
65
+ - Mathematical question answering systems
66
+ - LaTeX/mathematical notation processing
67
+ - Problem classification and organization
68
+ - Educational content generation
69
+ - Research bibliography extraction
70
+ - Historical mathematics analysis
71
+
72
+ ## Dataset Structure
73
+
74
+ ### Data Files
75
+
76
+ The dataset consists of multiple JSON files:
77
+
78
+ 1. **problems.json** (1.4 MB) - Main dataset containing all 1,146 problems
79
+ 2. **categories.json** (3.0 KB) - 12 mathematical domain classifications
80
+ 3. **difficulty_levels.json** (1.1 KB) - 5-tier difficulty system
81
+ 4. **sets.json** (3.1 KB) - Problem set metadata
82
+ 5. **dataset.json** (1.5 MB) - Combined file with all data and metadata
83
+
84
+ ### Data Fields
85
+
86
+ #### Problems
87
+
88
+ Each problem contains:
89
+
90
+ - `id` (int): Unique identifier
91
+ - `problem_number` (string): Problem code (e.g., "EP-1", "MPP-001")
92
+ - `title` (string): Problem title
93
+ - `statement` (string): Complete problem statement with LaTeX notation
94
+ - `background` (string): Historical context, references, and related work
95
+ - `difficulty_level_id` (int): Difficulty level (1-5)
96
+ - `status` (string): "open" or "solved"
97
+ - `category_id` (int): Mathematical domain identifier
98
+ - `set_id` (int, optional): Problem set identifier
99
+ - `proposed_by` (string, optional): Person who proposed the problem
100
+ - `proposed_year` (int, optional): Year the problem was first posed
101
+ - `view_count` (int): Number of views
102
+ - `favorite_count` (int): Number of favorites
103
+ - `created_at` (string): Timestamp
104
+ - `updated_at` (string): Timestamp
105
+ - `published` (boolean): Publication status
106
+
107
+ #### Categories
108
+
109
+ 12 mathematical domains:
110
+ - **Number Theory** - Properties of integers, primes, Diophantine equations
111
+ - **Combinatorics** - Counting, arrangements, combinatorial structures
112
+ - **Graph Theory** - Networks, graphs, and their properties
113
+ - **Algebra** - Algebraic structures and equations
114
+ - **Algebraic Geometry** - Geometric objects defined by polynomials
115
+ - **Geometry** - Euclidean and non-Euclidean geometry
116
+ - **Topology** - Properties preserved under continuous deformations
117
+ - **Analysis** - Limits, continuity, calculus, function theory
118
+ - **Partial Differential Equations** - PDEs and applications
119
+ - **Set Theory** - Foundations, infinite sets, cardinality
120
+ - **Computer Science** - Computational complexity, algorithms
121
+ - **Mathematical Physics** - Mathematics-physics intersection
122
+
123
+ #### Difficulty Levels
124
+
125
+ - **L1: Tractable** - Problems potentially within reach with current techniques
126
+ - **L2: Intermediate** - Challenging problems requiring solid mathematical background
127
+ - **L3: Advanced** - Difficult problems requiring specialized knowledge
128
+ - **L4: Expert** - Very challenging problems at the frontier of research
129
+ - **L5: Millennium Prize** - Millennium Prize Problems and equivalent difficulty
130
+
131
+ #### Problem Sets
132
+
133
+ - Millennium Prize Problems (7 problems)
134
+ - Hilbert's 23 Problems
135
+ - Smale's Problems (18 problems)
136
+ - DARPA's 23 Mathematical Challenges
137
+ - Ben Green's 100 Open Problems
138
+ - **Erdős Problems (632 problems)**
139
+ - Hardy-Littlewood Conjectures
140
+ - Landau's Problems (4 problems)
141
+ - Richard Guy - A: Prime Numbers
142
+
143
+ ## Usage
144
+
145
+ ### Loading the Dataset
146
+
147
+ ```python
148
+ import json
149
+
150
+ # Load all problems
151
+ with open('problems.json', 'r', encoding='utf-8') as f:
152
+ problems = json.load(f)
153
+
154
+ print(f"Total problems: {len(problems)}")
155
+
156
+ # Load the complete dataset
157
+ with open('dataset.json', 'r', encoding='utf-8') as f:
158
+ data = json.load(f)
159
+
160
+ print(f"Problems: {data['metadata']['total_problems']}")
161
+ print(f"Categories: {len(data['categories'])}")
162
+ print(f"Sets: {len(data['sets'])}")
163
+ ```
164
+
165
+ ### Example: Filtering Erdős Problems
166
+
167
+ ```python
168
+ import json
169
+
170
+ with open('problems.json', 'r') as f:
171
+ problems = json.load(f)
172
+
173
+ # Get all Erdős problems
174
+ erdos_problems = [
175
+ p for p in problems
176
+ if p['problem_number'].startswith('EP-')
177
+ ]
178
+
179
+ print(f"Found {len(erdos_problems)} Erdős problems")
180
+
181
+ # Get Erdős problems in Number Theory
182
+ erdos_nt = [
183
+ p for p in erdos_problems
184
+ if p['category_id'] == 1 # Number Theory
185
+ ]
186
+
187
+ print(f"Erdős problems in Number Theory: {len(erdos_nt)}")
188
+ ```
189
+
190
+ ### Example: Filtering by Difficulty
191
+
192
+ ```python
193
+ import json
194
+
195
+ with open('problems.json', 'r') as f:
196
+ problems = json.load(f)
197
+
198
+ # Get all Millennium Prize problems (L5)
199
+ millennium = [
200
+ p for p in problems
201
+ if p['difficulty_level_id'] == 5
202
+ ]
203
+
204
+ # Get tractable problems (L1)
205
+ tractable = [
206
+ p for p in problems
207
+ if p['difficulty_level_id'] == 1
208
+ ]
209
+
210
+ print(f"Millennium Prize problems: {len(millennium)}")
211
+ print(f"Tractable problems: {len(tractable)}")
212
+ ```
213
+
214
+ ### Example: Working with LaTeX
215
+
216
+ ```python
217
+ # Problems contain LaTeX notation in statement and background fields
218
+ problem = problems[0]
219
+ print(f"Title: {problem['title']}")
220
+ print(f"Statement: {problem['statement']}")
221
+
222
+ # Example statement with LaTeX:
223
+ # "If $A\\subseteq \\{1,\\ldots,N\\}$ with $\\lvert A\\rvert=n$
224
+ # is such that the subset sums $\\sum_{a\\in S}a$ are distinct
225
+ # for all $S\\subseteq A$ then $N \\gg 2^{n}$."
226
+
227
+ # Use KaTeX, MathJax, or sympy to render LaTeX
228
+ from IPython.display import display, Markdown
229
+ display(Markdown(problem['statement']))
230
+ ```
231
+
232
+ ### Example: Extracting Citations from Erdős Problems
233
+
234
+ ```python
235
+ import json
236
+ import re
237
+
238
+ with open('problems.json', 'r') as f:
239
+ problems = json.load(f)
240
+
241
+ # Get all Erdős problems
242
+ erdos = [p for p in problems if p['problem_number'].startswith('EP-')]
243
+
244
+ # Extract citations from background
245
+ citations = set()
246
+ for problem in erdos:
247
+ bg = problem.get('background', '')
248
+ # Find citations like \\cite{Er98}
249
+ refs = re.findall(r'\\cite\{([^}]+)\}', bg)
250
+ citations.update(refs)
251
+
252
+ print(f"Unique citations in Erdős problems: {len(citations)}")
253
+ print(f"Examples: {list(citations)[:10]}")
254
+ ```
255
+
256
+ ## Data Collection and Curation
257
+
258
+ ### Sources
259
+
260
+ This dataset was curated from:
261
+ - Erdős problems website by Thomas Bloom (erdosproblems.com)
262
+ - Clay Mathematics Institute - Official Millennium Prize documentation
263
+ - Historical mathematical problem collections (Hilbert, Smale, Landau)
264
+ - Published research papers and mathematical surveys
265
+ - Reputable mathematical organizations (AMS, IMU, etc.)
266
+ - Richard Guy's "Unsolved Problems in Number Theory"
267
+ - Ben Green's additive combinatorics problem collection
268
+
269
+ ### Erdős Problems Special Notes
270
+
271
+ The 632 Erdős problems include:
272
+ - Complete problem statements
273
+ - Detailed backgrounds with historical context from original sources
274
+ - Full bibliographic references (e.g., Erdős papers from 1931-1999)
275
+ - Cross-references between related problems
276
+ - Citations to recent progress and partial results
277
+ - OEIS sequence references where applicable
278
+ - Connections to other famous problems and conjectures
279
+
280
+ ### Quality Assurance
281
+
282
+ All problems include:
283
+ - Accurate mathematical statements with proper LaTeX notation (mostly, there might be some smaller corrections needed)
284
+ - Historical context and background information
285
+ - Proper attribution and source references
286
+ - Classification by mathematical domain and difficulty
287
+
288
+ ## Statistics
289
+
290
+ ### By Difficulty Level
291
+ - **L1 (Tractable)**: 662 problems (57.8%)
292
+ - **L2 (Intermediate)**: 56 problems (4.9%)
293
+ - **L3 (Advanced)**: 72 problems (6.3%)
294
+ - **L4 (Expert)**: 220 problems (19.2%)
295
+ - **L5 (Millennium)**: 136 problems (11.9%)
296
+
297
+ ### By Category
298
+ - **Number Theory**: 497 problems (43.4%) - heavily represented in Erdős problems
299
+ - **Graph Theory**: 214 problems (18.7%)
300
+ - **Combinatorics**: 195 problems (17.0%)
301
+ - **Other categories**: 240 problems (20.9%)
302
+
303
+ ### By Set
304
+ - **Erdős Problems**: 632 problems (55.1% of total)
305
+ - **Other historical collections**: 514 problems (44.9% of total)
306
+
307
+ ## Ethical Considerations
308
+
309
+ - **Academic Integrity**: This dataset is for research and educational purposes
310
+ - **Attribution**: All problems properly attributed to original sources
311
+ - **Open Problems**: Status accuracy maintained as of January 2026
312
+ - **Updates**: Some problems may be solved after dataset publication
313
+ - **Citations**: Erdős problems include full bibliographic references for verification
314
+
315
+ ## Limitations
316
+
317
+ - The dataset represents a curated selection, not an exhaustive list of all unsolved problems
318
+ - Problem difficulty is subjective
319
+ - LaTeX notation may require preprocessing for some applications
320
+ - Status (open/solved) should be verified for time-sensitive applications
321
+ - Some Erdős problem backgrounds contain extensive LaTeX citations that may need special handling
322
+
323
+ ## Citation
324
+
325
+ If you use this dataset in your research, please cite:
326
+
327
+ ```bibtex
328
+ @misc{unsolvedmath2026,
329
+ title={UnsolvedMath: A Curated Collection of Open Mathematics Problems},
330
+ author={P. Chojecki},
331
+ year={2026},
332
+ howpublished={\url{https://huggingface.co/datasets/ulamai/UnsolvedMath}},
333
+ note={Includes over 1000 open mathematical problems}
334
+ }
335
+ ```
336
+
337
+ For the Erdős problems specifically:
338
+
339
+ ```bibtex
340
+ @misc{erdos-problems,
341
+ title={Erdős Problems},
342
+ author={T. F. Bloom},
343
+ year={2026},
344
+ howpublished={\url{https://www.erdosproblems.com}},
345
+ note={Forum}
346
+ }
347
+ ```
348
+
349
+ ## Additional Information
350
+
351
+ ### Dataset Curators
352
+
353
+ UnsolvedMath project contributors
354
+
355
+ ### Licensing Information
356
+
357
+ This dataset is released under the **Creative Commons Attribution 4.0 International (CC BY 4.0)** license.
358
+
359
+ You are free to:
360
+ - Share — copy and redistribute the material in any medium or format
361
+ - Adapt — remix, transform, and build upon the material for any purpose, even commercially
362
+
363
+ Under the following terms:
364
+ - Attribution — You must give appropriate credit and indicate if changes were made
365
+
366
+ ### Updates and Maintenance
367
+
368
+ - **Version**: 1.0.0
369
+ - **Last Updated**: 2026-01-24
370
+ - **Total Problems**: 1,146
371
+ - **Erdős Problems Added**: 2026-01-24
372
+
373
+ ### Contact
374
+
375
+ For questions, issues, or contributions, visit the project repository.
376
+
377
+ ---
378
+
379
+ **Generated**: 2026-01-24
380
+ **Version**: 1.0.0
381
+ **Total Problems**: 1,146
382
+ **Erdős Problems**: 632
categories.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": 1,
4
+ "name": "number_theory",
5
+ "display_name": "Number Theory",
6
+ "description": "Properties of integers, prime numbers, Diophantine equations.",
7
+ "slug": "number-theory",
8
+ "order_index": 1,
9
+ "created_at": "2024-01-01T00:00:00Z"
10
+ },
11
+ {
12
+ "id": 2,
13
+ "name": "combinatorics",
14
+ "display_name": "Combinatorics",
15
+ "description": "Counting problems, graph theory, discrete structures.",
16
+ "slug": "combinatorics",
17
+ "order_index": 2,
18
+ "created_at": "2024-01-01T00:00:00Z"
19
+ },
20
+ {
21
+ "id": 3,
22
+ "name": "graph_theory",
23
+ "display_name": "Graph Theory",
24
+ "description": "Problems involving graphs, networks, and their properties.",
25
+ "slug": "graph-theory",
26
+ "order_index": 3,
27
+ "created_at": "2024-01-01T00:00:00Z"
28
+ },
29
+ {
30
+ "id": 4,
31
+ "name": "algebra",
32
+ "display_name": "Algebra",
33
+ "description": "Group theory, ring theory, field theory, and algebraic structures.",
34
+ "slug": "algebra",
35
+ "order_index": 4,
36
+ "created_at": "2024-01-01T00:00:00Z"
37
+ },
38
+ {
39
+ "id": 5,
40
+ "name": "algebraic_geometry",
41
+ "display_name": "Algebraic Geometry",
42
+ "description": "Geometric objects defined by polynomial equations.",
43
+ "slug": "algebraic-geometry",
44
+ "order_index": 5,
45
+ "created_at": "2024-01-01T00:00:00Z"
46
+ },
47
+ {
48
+ "id": 6,
49
+ "name": "geometry",
50
+ "display_name": "Geometry",
51
+ "description": "Euclidean and non-Euclidean geometry, geometric structures.",
52
+ "slug": "geometry",
53
+ "order_index": 6,
54
+ "created_at": "2024-01-01T00:00:00Z"
55
+ },
56
+ {
57
+ "id": 7,
58
+ "name": "topology",
59
+ "display_name": "Topology",
60
+ "description": "Properties preserved under continuous deformations.",
61
+ "slug": "topology",
62
+ "order_index": 7,
63
+ "created_at": "2024-01-01T00:00:00Z"
64
+ },
65
+ {
66
+ "id": 8,
67
+ "name": "analysis",
68
+ "display_name": "Analysis",
69
+ "description": "Limits, continuity, calculus, and function theory.",
70
+ "slug": "analysis",
71
+ "order_index": 8,
72
+ "created_at": "2024-01-01T00:00:00Z"
73
+ },
74
+ {
75
+ "id": 9,
76
+ "name": "pde",
77
+ "display_name": "Partial Differential Equations",
78
+ "description": "PDEs and their applications in physics and geometry.",
79
+ "slug": "pde",
80
+ "order_index": 9,
81
+ "created_at": "2024-01-01T00:00:00Z"
82
+ },
83
+ {
84
+ "id": 10,
85
+ "name": "set_theory",
86
+ "display_name": "Set Theory",
87
+ "description": "Foundations of mathematics, infinite sets, and cardinality.",
88
+ "slug": "set-theory",
89
+ "order_index": 10,
90
+ "created_at": "2024-01-01T00:00:00Z"
91
+ },
92
+ {
93
+ "id": 15,
94
+ "name": "computer_science",
95
+ "display_name": "Computer Science",
96
+ "description": "Computational complexity, algorithms, and theoretical CS.",
97
+ "slug": "computer-science",
98
+ "order_index": 15,
99
+ "created_at": "2024-01-01T00:00:00Z"
100
+ },
101
+ {
102
+ "id": 16,
103
+ "name": "physics",
104
+ "display_name": "Mathematical Physics",
105
+ "description": "Problems at the intersection of mathematics and physics.",
106
+ "slug": "physics",
107
+ "order_index": 16,
108
+ "created_at": "2024-01-01T00:00:00Z"
109
+ }
110
+ ]
dataset.json ADDED
The diff for this file is too large to render. See raw diff
 
difficulty_levels.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": 1,
4
+ "level": 1,
5
+ "name": "L1: Tractable",
6
+ "description": "Problems that may be within reach with current techniques. Reserved for future additions.",
7
+ "color_class": "text-green-600 bg-green-50 border-green-200"
8
+ },
9
+ {
10
+ "id": 2,
11
+ "level": 2,
12
+ "name": "L2: Intermediate",
13
+ "description": "Challenging problems requiring solid mathematical background. Reserved for future additions.",
14
+ "color_class": "text-blue-600 bg-blue-50 border-blue-200"
15
+ },
16
+ {
17
+ "id": 3,
18
+ "level": 3,
19
+ "name": "L3: Advanced",
20
+ "description": "Difficult problems requiring specialized knowledge and sophisticated techniques.",
21
+ "color_class": "text-yellow-600 bg-yellow-50 border-yellow-200"
22
+ },
23
+ {
24
+ "id": 4,
25
+ "level": 4,
26
+ "name": "L4: Expert",
27
+ "description": "Very challenging problems at the frontier of mathematical research.",
28
+ "color_class": "text-red-600 bg-red-50 border-red-200"
29
+ },
30
+ {
31
+ "id": 5,
32
+ "level": 5,
33
+ "name": "L5: Millennium Prize",
34
+ "description": "Millennium Prize Problems and problems of equivalent difficulty.",
35
+ "color_class": "text-purple-600 bg-purple-50 border-purple-200"
36
+ }
37
+ ]
problems.json ADDED
The diff for this file is too large to render. See raw diff
 
sets.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": 1,
4
+ "name": "millennium_prize",
5
+ "display_name": "Millennium Prize Problems",
6
+ "description": "Seven problems selected by the Clay Mathematics Institute in 2000, each with a $1,000,000 prize for solution.",
7
+ "slug": "millennium-prize",
8
+ "order_index": 1,
9
+ "created_at": "2024-01-01T00:00:00Z"
10
+ },
11
+ {
12
+ "id": 2,
13
+ "name": "hilbert_problems",
14
+ "display_name": "Hilbert's 23 Problems",
15
+ "description": "David Hilbert's list of 23 unsolved problems presented at the International Congress of Mathematicians in Paris in 1900.",
16
+ "slug": "hilbert-problems",
17
+ "order_index": 2,
18
+ "created_at": "2024-01-01T00:00:00Z"
19
+ },
20
+ {
21
+ "id": 3,
22
+ "name": "green_problems",
23
+ "display_name": "Ben Green's 100 Open Problems",
24
+ "description": "A collection of 100 open problems in additive combinatorics and related areas, compiled by Ben Green.",
25
+ "slug": "green-problems",
26
+ "order_index": 3,
27
+ "created_at": "2024-01-01T00:00:00Z"
28
+ },
29
+ {
30
+ "id": 4,
31
+ "name": "darpa_challenges",
32
+ "display_name": "DARPA's 23 Mathematical Challenges",
33
+ "description": "Mathematical challenges identified by DARPA to drive fundamental research in mathematics.",
34
+ "slug": "darpa-challenges",
35
+ "order_index": 4,
36
+ "created_at": "2024-01-01T00:00:00Z"
37
+ },
38
+ {
39
+ "id": 5,
40
+ "name": "smale_problems",
41
+ "display_name": "Smale's Problems",
42
+ "description": "Steve Smale's list of mathematical problems for the 21st century.",
43
+ "slug": "smale-problems",
44
+ "order_index": 5,
45
+ "created_at": "2024-01-01T00:00:00Z"
46
+ },
47
+ {
48
+ "id": 6,
49
+ "name": "landau_problems",
50
+ "display_name": "Landau's Problems",
51
+ "description": "Four basic problems about prime numbers posed by Edmund Landau at the 1912 International Congress of Mathematicians.",
52
+ "slug": "landau-problems",
53
+ "order_index": 6,
54
+ "created_at": "2024-01-01T00:00:00Z"
55
+ },
56
+ {
57
+ "id": 7,
58
+ "name": "hardy_littlewood_conjectures",
59
+ "display_name": "Hardy-Littlewood Conjectures",
60
+ "description": "A collection of fundamental conjectures on prime numbers, Goldbach-type problems, and Waring's problem from the \"Partitio Numerorum\" papers (1919-1923) by G.H. Hardy and J.E. Littlewood.",
61
+ "slug": "hardy-littlewood-conjectures",
62
+ "order_index": 7,
63
+ "created_at": "2024-01-01T00:00:00Z"
64
+ },
65
+ {
66
+ "id": 8,
67
+ "name": "erdos_problems",
68
+ "display_name": "Erdős Problems",
69
+ "description": "A collection of open problems posed by Paul Erdős, one of the most prolific mathematicians of the 20th century. These problems span combinatorics, number theory, graph theory, and analysis.",
70
+ "slug": "erdos-problems",
71
+ "order_index": 8,
72
+ "created_at": "2024-01-01T00:00:00Z"
73
+ },
74
+ {
75
+ "id": 9,
76
+ "name": "guy_prime_numbers",
77
+ "display_name": "Richard Guy - A: Prime Numbers",
78
+ "description": "Problems from Chapter A (Prime Numbers) of Richard Guy's \"Unsolved Problems in Number Theory\", a comprehensive collection of open questions in prime number theory.",
79
+ "slug": "guy-prime-numbers",
80
+ "order_index": 9,
81
+ "created_at": "2024-01-01T00:00:00Z"
82
+ }
83
+ ]