Datasets:
Re-extract: full statement+proof, normalized schema, provenance
Browse files- README.md +5 -6
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -63,7 +63,7 @@ Structured dataset from the Mathematical Components library (MathComp) for Coq.
|
|
| 63 |
| fact | string | Verbatim declaration: statement followed by proof where present |
|
| 64 |
| statement | string | Verbatim statement (keyword through the closing period) |
|
| 65 |
| proof | string | Verbatim proof block (`Proof. ... Qed.`/`Defined.`), empty if none |
|
| 66 |
-
| type | string | Raw
|
| 67 |
| kind | string | Normalized kind |
|
| 68 |
| symbolic_name | string | Declaration identifier |
|
| 69 |
| library | string | Sub-library |
|
|
@@ -118,13 +118,12 @@ Structured dataset from the Mathematical Components library (MathComp) for Coq.
|
|
| 118 |
## Example
|
| 119 |
|
| 120 |
```coq
|
| 121 |
-
|
| 122 |
-
if
|
| 123 |
-
|
| 124 |
-
Proof. exact: floor_subproof. Qed.
|
| 125 |
```
|
| 126 |
|
| 127 |
-
- kind:
|
| 128 |
|
| 129 |
## Use
|
| 130 |
|
|
|
|
| 63 |
| fact | string | Verbatim declaration: statement followed by proof where present |
|
| 64 |
| statement | string | Verbatim statement (keyword through the closing period) |
|
| 65 |
| proof | string | Verbatim proof block (`Proof. ... Qed.`/`Defined.`), empty if none |
|
| 66 |
+
| type | string | Raw declaration keyword |
|
| 67 |
| kind | string | Normalized kind |
|
| 68 |
| symbolic_name | string | Declaration identifier |
|
| 69 |
| library | string | Sub-library |
|
|
|
|
| 118 |
## Example
|
| 119 |
|
| 120 |
```coq
|
| 121 |
+
Fact floor_subproof n :
|
| 122 |
+
if n \is real_num then n%:~R <= n < (n + 1)%:~R else n == 0.
|
| 123 |
+
Proof. by rewrite num_real !intz ltzD1 lexx. Qed.
|
|
|
|
| 124 |
```
|
| 125 |
|
| 126 |
+
- kind: theorem | symbolic_name: `floor_subproof` | algebra/archimedean.v:163
|
| 127 |
|
| 128 |
## Use
|
| 129 |
|
data/train-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43a8c9545ffedc642bd2835dfa8a538b818dcddac54d0211015758b7c58307ed
|
| 3 |
+
size 4691450
|