Datasets:
metadata
license:
- gpl-3.0
- cc-by-sa-3.0
tags:
- theorem-proving
- formal-methods
- mizar
- set-theory
- mathematics
task_categories:
- text-generation
- feature-extraction
language:
- en
size_categories:
- 10K<n<100K
Mizar
A structured dataset of theorems and schemes from the Mizar Mathematical Library (MML), one of the largest libraries of formalized mathematics.
Source
- Repository: https://github.com/MizarSystem/MML
- Website: https://mizar.uwb.edu.pl
- License: GPL-3.0 or CC-BY-SA-3.0
Statistics
| Property | Value |
|---|---|
| Total Entries | 31,246 |
| Theorems | 30,606 |
| Schemes | 640 |
| Articles | 1,153 |
| Docstring Coverage | 100% |
Schema
| Column | Type | Description |
|---|---|---|
fact |
string | Theorem statement in Mizar syntax |
type |
string | "theorem" or "scheme" |
library |
string | Article name |
imports |
list[string] | Environ section (vocabularies, notations, etc.) |
filename |
string | Source .miz file |
symbolic_name |
string | Article:Label identifier |
docstring |
string | Article title |
About Mizar
Mizar is known for:
- Natural language-like proof style
- Tarski-Grothendieck set theory foundation
- Extensive library covering algebra, topology, analysis
- Named results: Hahn-Banach, Jordan curve theorem, etc.
Mizar Syntax
for x holds P[x]- universal quantificationex x st P[x]- existential quantificationx in X- set membershipX c= Y- subset relationiff- biconditional
Creator
Charles Norton (phanerozoic)