phanerozoic commited on
Commit
7a9b7e7
·
verified ·
1 Parent(s): ccf6248

Re-extract: full statement+proof, normalized schema, provenance

Browse files
Files changed (2) hide show
  1. README.md +5 -6
  2. 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 vernacular keyword |
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
- Local Lemma floorP x :
122
- if x \is real_num then (floor x)%:~R <= x < (floor x + 1)%:~R
123
- else floor x == 0.
124
- Proof. exact: floor_subproof. Qed.
125
  ```
126
 
127
- - kind: lemma | symbolic_name: `floorP` | algebra/archimedean.v:199
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:ce3cd74eb1a5f8bbaee39e903538630f5da0d31550a19c2cc194ceda2943e7ab
3
- size 4693440
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43a8c9545ffedc642bd2835dfa8a538b818dcddac54d0211015758b7c58307ed
3
+ size 4691450