Datasets:
Re-extract: full statement+proof, normalized schema, provenance
Browse files- README.md +2 -2
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -58,7 +58,7 @@ Structured dataset from the Mathematical Components library (MathComp) for Coq.
|
|
| 58 |
|
| 59 |
| Column | Type | Description |
|
| 60 |
|--------|------|-------------|
|
| 61 |
-
| fact | string |
|
| 62 |
| statement | string | Signature with the leading keyword removed (verbatim slice) |
|
| 63 |
| proof | string | Verbatim proof/body, empty if none |
|
| 64 |
| type | string | Declaration keyword |
|
|
@@ -114,7 +114,7 @@ Structured dataset from the Mathematical Components library (MathComp) for Coq.
|
|
| 114 |
## Example
|
| 115 |
|
| 116 |
```coq
|
| 117 |
-
|
| 118 |
if n \is real_num then n%:~R <= n < (n + 1)%:~R else n == 0.
|
| 119 |
Proof. by rewrite num_real !intz ltzD1 lexx. Qed.
|
| 120 |
```
|
|
|
|
| 58 |
|
| 59 |
| Column | Type | Description |
|
| 60 |
|--------|------|-------------|
|
| 61 |
+
| fact | string | Verbatim declaration with the leading keyword removed: signature and body/proof joined |
|
| 62 |
| statement | string | Signature with the leading keyword removed (verbatim slice) |
|
| 63 |
| proof | string | Verbatim proof/body, empty if none |
|
| 64 |
| type | string | Declaration keyword |
|
|
|
|
| 114 |
## Example
|
| 115 |
|
| 116 |
```coq
|
| 117 |
+
floor_subproof n :
|
| 118 |
if n \is real_num then n%:~R <= n < (n + 1)%:~R else n == 0.
|
| 119 |
Proof. by rewrite num_real !intz ltzD1 lexx. Qed.
|
| 120 |
```
|
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:01607a48f5208c89364bc4b2cd6d1b8c0a8b298800d1d06430dcb9fe480bc269
|
| 3 |
+
size 4569523
|