File size: 2,131 Bytes
e5ab0df ee4338d e5ab0df ee4338d e5ab0df e371c0a e5ab0df e371c0a e5ab0df ee4338d e371c0a ee4338d e371c0a e5ab0df ee4338d e5ab0df ee4338d e5ab0df e371c0a e5ab0df ee4338d e5ab0df ee4338d e371c0a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | ---
pretty_name: Mathlib Const Deps
license: apache-2.0
tags:
- lean4
- theorem-proving
- lean-scout
- mathlib
---
# Mathlib Const Deps
This dataset was generated with [lean_scout](https://github.com/mathlib-initiative/lean_scout)
from the GitHub repository `adamtopaz/mathlib_const_deps` at commit `ded17d387875019ca8ee4eca1307a07e814fe565`.
## Source
- Source repository: `adamtopaz/mathlib_const_deps`
- Source commit: `ded17d387875019ca8ee4eca1307a07e814fe565`
- Hugging Face dataset repo: `adamtopaz/mathlib_const_deps`
- Dataset URL: `https://huggingface.co/datasets/adamtopaz/mathlib_const_deps`
- Generated at (UTC): `2026-03-27T20:57:40.590929Z`
- Mathlib commit used for extraction: `698d2b68b870f1712040ab0c233d34372d4b56df` (requested as `v4.29.0-rc8`)
If you use this dataset, please reference the corresponding `mathlib` / `mathlib4` revision used for extraction.
## Extraction details
- Extractor command: `const_dep`
- Target kind: `imports`
- Parquet shards: `128`
- Dry run: `False`
### Target values
- `Mathlib`
### Extractor config
```json
{}
```
### Scout command
```bash
lake run scout --command const_dep --parquet --dataDir /tmp/scout-action-cteyqymu --cmdRoot /home/runner/work/mathlib_const_deps/mathlib_const_deps --parallel 1 --numShards 128 --batchRows 1024 --config '{}' --imports Mathlib
```
## Schema
```yaml
fields:
- type:
datatype: string
nullable: false
name: name
- type:
datatype: string
nullable: true
name: module
- type:
item:
datatype: string
datatype: list
nullable: false
name: deps
```
## Attribution
This dataset is derived from [Mathlib](https://github.com/leanprover-community/mathlib4), an open-source mathematical library developed by the [leanprover-community](https://leanprover-community.github.io/).
If you use this dataset, please cite the [Mathlib paper](https://doi.org/10.1145/3372885.3373824) or the [Mathlib repository](https://github.com/leanprover-community/mathlib4).
A full list of Mathlib contributors is available at [this link](https://github.com/leanprover-community/mathlib4/graphs/contributors).
|