File size: 976 Bytes
a3aeebc 0d5fde1 ebe4dc1 0d5fde1 a3aeebc 0d5fde1 ebe4dc1 | 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 | ---
license: apache-2.0
tags:
- theorem-proving
- formal-methods
- lean4
task_categories:
- text-generation
- feature-extraction
language:
- en
size_categories:
- 1K<n<10K
---
# Lean4-FLT
Structured dataset from **FLT** — Formalization of Fermat's Last Theorem.
**1,755 declarations** extracted from Lean 4 source files.
## Applications
- Training language models on formal proofs
- Fine-tuning theorem provers
- Retrieval-augmented generation for proof assistants
- Learning proof embeddings and representations
## Source
- **Repository:** https://github.com/ImperialCollegeLondon/FLT
## Schema
| Column | Type | Description |
|--------|------|-------------|
| fact | string | Declaration body |
| type | string | theorem, def, lemma, etc. |
| library | string | Source module |
| imports | list | Required imports |
| filename | string | Source file path |
| symbolic_name | string | Identifier |
| docstring | string | Documentation (if present) |
|