Commit
·
db04d2b
1
Parent(s):
38d2c2f
Added raw dataset
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +18 -0
- GeoCoq/eval/GeoCoq_eval.yaml +403 -0
- GeoCoq/eval/local.meta.json +3 -0
- GeoCoq/eval/local_data_0000004928.json +3 -0
- GeoCoq/eval/local_lemma_0000000000.json +3 -0
- GeoCoq/test/GeoCoq_test.yaml +788 -0
- GeoCoq/test/local.meta.json +3 -0
- GeoCoq/test/local_data_0000010000.json +3 -0
- GeoCoq/test/local_data_0000012495.json +3 -0
- GeoCoq/test/local_lemma_0000000000.json +3 -0
- GeoCoq/train/GeoCoq_train.yaml +0 -0
- GeoCoq/train/local.meta.json +3 -0
- GeoCoq/train/local_data_0000010000.json +3 -0
- GeoCoq/train/local_data_0000020000.json +3 -0
- GeoCoq/train/local_data_0000030000.json +3 -0
- GeoCoq/train/local_data_0000040000.json +3 -0
- GeoCoq/train/local_data_0000050000.json +3 -0
- GeoCoq/train/local_data_0000060000.json +3 -0
- GeoCoq/train/local_data_0000070000.json +3 -0
- GeoCoq/train/local_data_0000080000.json +3 -0
- GeoCoq/train/local_data_0000090000.json +3 -0
- GeoCoq/train/local_data_0000091120.json +3 -0
- GeoCoq/train/local_lemma_0000000000.json +3 -0
- category-theory/eval/category-theory_eval.yaml +116 -0
- category-theory/eval/local.meta.json +3 -0
- category-theory/eval/local_data_0000000208.json +3 -0
- category-theory/eval/local_lemma_0000000000.json +3 -0
- category-theory/test/category-theory_test.yaml +224 -0
- category-theory/test/local.meta.json +3 -0
- category-theory/test/local_data_0000000610.json +3 -0
- category-theory/test/local_lemma_0000000000.json +3 -0
- category-theory/train/category-theory_train.yaml +798 -0
- category-theory/train/local.meta.json +3 -0
- category-theory/train/local_data_0000004114.json +3 -0
- category-theory/train/local_lemma_0000000000.json +3 -0
- coq/eval/local.meta.json +3 -0
- coq/eval/local_data_0000007213.json +3 -0
- coq/eval/local_lemma_0000000000.json +3 -0
- coq/test/local.meta.json +3 -0
- coq/test/local_data_0000010000.json +3 -0
- coq/test/local_data_0000020000.json +3 -0
- coq/test/local_data_0000020072.json +3 -0
- coq/test/local_lemma_0000000000.json +3 -0
- coq/train/local.meta.json +3 -0
- coq/train/local_data_0000010000.json +3 -0
- coq/train/local_data_0000020000.json +3 -0
- coq/train/local_data_0000030000.json +3 -0
- coq/train/local_data_0000040000.json +3 -0
- coq/train/local_data_0000050000.json +3 -0
- coq/train/local_data_0000060000.json +3 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,21 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
GeoCoq/eval/*.json filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
GeoCoq/test/*.json filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
multilingual/eval/*.json filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
multilingual/test/*.json filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
multilingual/train/*.json filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
lean/eval/*.json filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
lean/test/*.json filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
lean/train/*.json filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
coq/eval/*.json filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
coq/test/*.json filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
coq/train/*.json filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
GeoCoq/train/*.json filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
math-comp/eval/*.json filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
math-comp/test/*.json filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
math-comp/train/*.json filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
category-theory/eval/*.json filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
category-theory/test/*.json filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
category-theory/train/*.json filter=lfs diff=lfs merge=lfs -text
|
GeoCoq/eval/GeoCoq_eval.yaml
ADDED
|
@@ -0,0 +1,403 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: GeoCoq_eval
|
| 2 |
+
num_files: 92
|
| 3 |
+
language: COQ
|
| 4 |
+
few_shot_data_path_for_retrieval: null
|
| 5 |
+
few_shot_metadata_filename_for_retrieval: null
|
| 6 |
+
dfs_data_path_for_retrieval: null
|
| 7 |
+
dfs_metadata_filename_for_retrieval: local.meta.json
|
| 8 |
+
theorem_cnt: 208
|
| 9 |
+
datasets:
|
| 10 |
+
- project: <path-to-repo>/GeoCoq
|
| 11 |
+
files:
|
| 12 |
+
- path: theories/Algebraic/Counter_models/Planar/counter_model_cong_pseudo_reflexivity.v
|
| 13 |
+
theorems:
|
| 14 |
+
- cong_inner_transitivity
|
| 15 |
+
- segment_construction
|
| 16 |
+
- path: theories/Main/Annexes/quadrilaterals_inter_dec.v
|
| 17 |
+
theorems:
|
| 18 |
+
- rmb_perp
|
| 19 |
+
- half_plgs
|
| 20 |
+
- par_strict_cong_mid
|
| 21 |
+
- Plg_perm
|
| 22 |
+
- path: theories/Main/Tarski_dev/Ch05_bet_le.v
|
| 23 |
+
theorems:
|
| 24 |
+
- lt_comm
|
| 25 |
+
- le_reflexivity
|
| 26 |
+
- path: theories/Coinc/Utils/sets.v
|
| 27 |
+
theorems:
|
| 28 |
+
- leb_dec
|
| 29 |
+
- lt
|
| 30 |
+
- sortOK
|
| 31 |
+
- path: theories/Main/Annexes/coplanar.v
|
| 32 |
+
theorems:
|
| 33 |
+
- reflectl__coplanar
|
| 34 |
+
- coplanar_perm_3
|
| 35 |
+
- path: theories/Main/Meta_theory/Models/beeson_to_tarski.v
|
| 36 |
+
theorems:
|
| 37 |
+
- IT_dec
|
| 38 |
+
- BetT_dec
|
| 39 |
+
- path: theories/Main/Tarski_dev/Ch11_angles.v
|
| 40 |
+
theorems:
|
| 41 |
+
- in_angle_out
|
| 42 |
+
- cong_lt_per2__lt_1
|
| 43 |
+
- cong3_diff2
|
| 44 |
+
- cong__acute
|
| 45 |
+
- t18_18_aux
|
| 46 |
+
- suppa_sym
|
| 47 |
+
- suppa__per
|
| 48 |
+
- angle_construction_3
|
| 49 |
+
- col_orth__orth
|
| 50 |
+
- orth_at_dec
|
| 51 |
+
- out_suppa__bet
|
| 52 |
+
- cop3_orth__orth
|
| 53 |
+
- acute_sym
|
| 54 |
+
- orth_at__ncop2
|
| 55 |
+
- bet__obtuse
|
| 56 |
+
- lta_suppa2__lta
|
| 57 |
+
- l11_62_existence_bis
|
| 58 |
+
- l11_18_1
|
| 59 |
+
- path: theories/Main/Tarski_dev/Ch12_parallel.v
|
| 60 |
+
theorems:
|
| 61 |
+
- par_col4__par
|
| 62 |
+
- par_not_col
|
| 63 |
+
- par_strict_all_one_side
|
| 64 |
+
- l12_17
|
| 65 |
+
- line_dec
|
| 66 |
+
- par_col2_par
|
| 67 |
+
- path: theories/Main/Tarski_dev/Ch10_line_reflexivity.v
|
| 68 |
+
theorems:
|
| 69 |
+
- osym_not_col
|
| 70 |
+
- midpoint_preserves_image
|
| 71 |
+
- l10_4
|
| 72 |
+
- path: theories/Main/Meta_theory/Models/hilbert_to_tarski.v
|
| 73 |
+
theorems:
|
| 74 |
+
- betH_trans
|
| 75 |
+
- congH_perms
|
| 76 |
+
- betH_colH
|
| 77 |
+
- addition_betH
|
| 78 |
+
- same_side_prime__plane
|
| 79 |
+
- playfair_s_postulateH
|
| 80 |
+
- betH_to_bet
|
| 81 |
+
- path: theories/Main/Tarski_dev/Ch16_coordinates.v
|
| 82 |
+
theorems:
|
| 83 |
+
- l16_9_1
|
| 84 |
+
- path: theories/Main/Tarski_dev/Ch13_4_cos.v
|
| 85 |
+
theorems:
|
| 86 |
+
- lcos3_permut1
|
| 87 |
+
- lcos_not_lg_null
|
| 88 |
+
- lcos2_uniqueness
|
| 89 |
+
- lcos3_eq_trans
|
| 90 |
+
- path: theories/Coinc/ColR.v
|
| 91 |
+
theorems:
|
| 92 |
+
- positive_dec
|
| 93 |
+
- proper_7
|
| 94 |
+
- path: theories/Main/Annexes/sums.v
|
| 95 |
+
theorems:
|
| 96 |
+
- sums__eq34
|
| 97 |
+
- sums_sym
|
| 98 |
+
- path: theories/Main/Tarski_dev/Ch03_bet.v
|
| 99 |
+
theorems:
|
| 100 |
+
- lower_dim_ex
|
| 101 |
+
- path: theories/Main/Annexes/quadrilaterals.v
|
| 102 |
+
theorems:
|
| 103 |
+
- Rectangle_Parallelogram
|
| 104 |
+
- col_cong_mid2
|
| 105 |
+
- col_cong_mid1
|
| 106 |
+
- mid_plg_2
|
| 107 |
+
- parallelogram_strict_not_col_2
|
| 108 |
+
- plg_to_parallelogram
|
| 109 |
+
- path: theories/Algebraic/Counter_models/nD/counter_model_upper_dim.v
|
| 110 |
+
theorems:
|
| 111 |
+
- bet_nD'_2D
|
| 112 |
+
- path: theories/Elements/OriginalProofs/euclidean_tactics.v
|
| 113 |
+
theorems:
|
| 114 |
+
- neq_or_eq
|
| 115 |
+
- path: theories/Algebraic/Counter_models/nD/counter_model_euclid.v
|
| 116 |
+
theorems:
|
| 117 |
+
- cong_abab
|
| 118 |
+
- i2'_in_unit_disk
|
| 119 |
+
- one_side_cong'_eq
|
| 120 |
+
- p_scalar_point_lt1
|
| 121 |
+
- d'_in_unit_disk
|
| 122 |
+
- lower_dim
|
| 123 |
+
- nbet_bca
|
| 124 |
+
- path: theories/Main/Annexes/suma.v
|
| 125 |
+
theorems:
|
| 126 |
+
- bet2_suma__out
|
| 127 |
+
- sams_nos__nts
|
| 128 |
+
- inangle__sams
|
| 129 |
+
- conga3_suma__suma
|
| 130 |
+
- suma_assoc_2
|
| 131 |
+
- out213__suma
|
| 132 |
+
- sams_suma__out546
|
| 133 |
+
- trisuma_perm_231
|
| 134 |
+
- path: theories/Algebraic/Counter_models/nD/counter_model_five_segment.v
|
| 135 |
+
theorems:
|
| 136 |
+
- bet_symmetry
|
| 137 |
+
- path: theories/Main/Tarski_dev/Ch08_orthogonality.v
|
| 138 |
+
theorems:
|
| 139 |
+
- per_distinct_1
|
| 140 |
+
- l8_16_1
|
| 141 |
+
- l8_16_2
|
| 142 |
+
- perp_exists
|
| 143 |
+
- col_per2_cases
|
| 144 |
+
- perp_proj
|
| 145 |
+
- l8_8
|
| 146 |
+
- path: theories/Main/Tarski_dev/Ch02_cong.v
|
| 147 |
+
theorems:
|
| 148 |
+
- cong_symmetry
|
| 149 |
+
- path: theories/Algebraic/Counter_models/Planar/counter_model_bet_inner_transitivity.v
|
| 150 |
+
theorems:
|
| 151 |
+
- segment_construction
|
| 152 |
+
- path: theories/Main/Tarski_dev/Ch14_sum.v
|
| 153 |
+
theorems:
|
| 154 |
+
- sum_exists
|
| 155 |
+
- path: theories/Algebraic/Counter_models/nD/gupta_inspired_to_independent_version.v
|
| 156 |
+
theorems:
|
| 157 |
+
- segment_constructionG_f
|
| 158 |
+
- path: theories/Main/Meta_theory/Continuity/completeness.v
|
| 159 |
+
theorems:
|
| 160 |
+
- extension_to_plane__plane
|
| 161 |
+
- path: theories/Main/Meta_theory/Models/tarski_to_euclid.v
|
| 162 |
+
theorems:
|
| 163 |
+
- Euclid_neutral_ruler_compass_follows_from_Tarski_ruler_and_compass
|
| 164 |
+
- inside
|
| 165 |
+
- path: theories/Main/Tarski_dev/Ch16_coordinates_with_functions.v
|
| 166 |
+
theorems:
|
| 167 |
+
- signed_area_perm
|
| 168 |
+
- twice_signed_area_perm
|
| 169 |
+
- Col_AM_Col
|
| 170 |
+
- path: theories/Main/Meta_theory/Continuity/first_order.v
|
| 171 |
+
theorems:
|
| 172 |
+
- fof__fof1
|
| 173 |
+
- fof1__fof
|
| 174 |
+
- path: theories/Main/Tarski_dev/Ch13_1.v
|
| 175 |
+
theorems:
|
| 176 |
+
- symmetry_preserves_per
|
| 177 |
+
- path: theories/Main/Annexes/Tagged_predicates.v
|
| 178 |
+
theorems:
|
| 179 |
+
- NCol_tagged_NCol
|
| 180 |
+
- Diff_tagged_Diff
|
| 181 |
+
- Par_Par_tagged
|
| 182 |
+
- path: theories/Main/Elements_statements/Book_1.v
|
| 183 |
+
theorems:
|
| 184 |
+
- prop_27
|
| 185 |
+
- path: theories/Main/Tarski_dev/Ch13_2_length.v
|
| 186 |
+
theorems:
|
| 187 |
+
- lg_null_instance
|
| 188 |
+
- path: theories/Main/Tarski_dev/Ch14_order.v
|
| 189 |
+
theorems:
|
| 190 |
+
- neg_not_pos
|
| 191 |
+
- col_2_le_or_ge
|
| 192 |
+
- path: theories/Main/Highschool/concyclic.v
|
| 193 |
+
theorems:
|
| 194 |
+
- concyclic_perm_17
|
| 195 |
+
- path: theories/Algebraic/POF_to_Tarski.v
|
| 196 |
+
theorems:
|
| 197 |
+
- upper_dim_aux
|
| 198 |
+
- extension_contraction
|
| 199 |
+
- c2D_neq0
|
| 200 |
+
- betS_inner_transitivity
|
| 201 |
+
- bet_colF
|
| 202 |
+
- mulmx_tr
|
| 203 |
+
- cong_perp_aux1
|
| 204 |
+
- euclid''
|
| 205 |
+
- contraction_betS
|
| 206 |
+
- path: theories/Main/Tarski_dev/Ch15_lengths.v
|
| 207 |
+
theorems:
|
| 208 |
+
- signEq_refl
|
| 209 |
+
- pyth_context
|
| 210 |
+
- bet_leP
|
| 211 |
+
- ltP_pos
|
| 212 |
+
- path: theories/Algebraic/coplanarity.v
|
| 213 |
+
theorems:
|
| 214 |
+
- l9_33
|
| 215 |
+
- path: theories/Main/Tarski_dev/Ch13_5_Pappus_Pascal.v
|
| 216 |
+
theorems:
|
| 217 |
+
- lcos_per_anga
|
| 218 |
+
- l13_10_aux4
|
| 219 |
+
- path: theories/Main/Annexes/vectors.v
|
| 220 |
+
theorems:
|
| 221 |
+
- eqv_refl
|
| 222 |
+
- path: theories/Elements/OriginalProofs/proposition_47A.v
|
| 223 |
+
theorems:
|
| 224 |
+
- proposition_47A
|
| 225 |
+
- path: theories/Algebraic/Counter_models/Planar/counter_model_cong_inner_transitivity.v
|
| 226 |
+
theorems:
|
| 227 |
+
- euclid
|
| 228 |
+
- path: theories/Elements/OriginalProofs/proposition_30B.v
|
| 229 |
+
theorems:
|
| 230 |
+
- proposition_30B
|
| 231 |
+
- path: theories/Main/Tarski_dev/Ch13_3_angles.v
|
| 232 |
+
theorems:
|
| 233 |
+
- is_anga_distinct
|
| 234 |
+
- anga_not_null_lg
|
| 235 |
+
- eqA_preserves_ang
|
| 236 |
+
- anga_conga_anga
|
| 237 |
+
- path: theories/Main/Annexes/half_angles.v
|
| 238 |
+
theorems:
|
| 239 |
+
- col_halfa__out
|
| 240 |
+
- ghalfa_preserves_conga_1
|
| 241 |
+
- ghalfa__acute
|
| 242 |
+
- path: theories/Main/Annexes/project.v
|
| 243 |
+
theorems:
|
| 244 |
+
- project_preserves_eqv
|
| 245 |
+
- projp_col
|
| 246 |
+
- projp2_col
|
| 247 |
+
- path: theories/Main/Meta_theory/Continuity/first_order_dedekind_circle_circle.v
|
| 248 |
+
theorems:
|
| 249 |
+
- fod__circle_circle
|
| 250 |
+
- path: theories/Algebraic/Counter_models/Planar/counter_model_lower_dim.v
|
| 251 |
+
theorems:
|
| 252 |
+
- euclid
|
| 253 |
+
- bet_inner_transitivity
|
| 254 |
+
- path: theories/Algebraic/Counter_models/nD/counter_model_bet_inner_transitivity.v
|
| 255 |
+
theorems:
|
| 256 |
+
- col__Col_13
|
| 257 |
+
- cong_inner_transitivity
|
| 258 |
+
- path: theories/Algebraic/Counter_models/Planar/counter_model_euclid.v
|
| 259 |
+
theorems:
|
| 260 |
+
- betR_abc
|
| 261 |
+
- c'_norm
|
| 262 |
+
- path: theories/Main/Meta_theory/Continuity/dedekind_cantor.v
|
| 263 |
+
theorems:
|
| 264 |
+
- nested__diff
|
| 265 |
+
- path: theories/Main/Tarski_dev/Ch09_plane.v
|
| 266 |
+
theorems:
|
| 267 |
+
- col_cop2__cop
|
| 268 |
+
- l9_38
|
| 269 |
+
- coplanar_pseudo_trans
|
| 270 |
+
- one_side_symmetry
|
| 271 |
+
- per_col_eq
|
| 272 |
+
- l9_19
|
| 273 |
+
- path: theories/Main/Annexes/circles.v
|
| 274 |
+
theorems:
|
| 275 |
+
- circle_circle_os
|
| 276 |
+
- outc_eq
|
| 277 |
+
- ray_cut_chord
|
| 278 |
+
- bet_inc2__inc
|
| 279 |
+
- onc2_per__mid
|
| 280 |
+
- Prop_7_8_uniqueness
|
| 281 |
+
- path: theories/Main/Meta_theory/Decidability/equivalence_between_decidability_properties_of_basic_relations.v
|
| 282 |
+
theorems:
|
| 283 |
+
- bet_dec_eq_dec
|
| 284 |
+
- path: theories/Main/Meta_theory/Models/tarski_to_hilbert.v
|
| 285 |
+
theorems:
|
| 286 |
+
- between_one
|
| 287 |
+
- OS_same_side'
|
| 288 |
+
- path: theories/Main/Tarski_dev/Ch04_col.v
|
| 289 |
+
theorems:
|
| 290 |
+
- col_permutation_5
|
| 291 |
+
- path: theories/Algebraic/Counter_models/nD/counter_model_cong_pseudo_reflexivity.v
|
| 292 |
+
theorems:
|
| 293 |
+
- segment_construction
|
| 294 |
+
- bet_inner_transitivity
|
| 295 |
+
- path: theories/Main/Meta_theory/Parallel_postulates/parallel_postulates.v
|
| 296 |
+
theorems:
|
| 297 |
+
- equivalent_postulates_without_decidability_of_intersection_of_lines_bis
|
| 298 |
+
- path: theories/Main/Tarski_dev/Ch14_prod.v
|
| 299 |
+
theorems:
|
| 300 |
+
- prod_x_axis_unit_change
|
| 301 |
+
- path: theories/Elements/OriginalProofs/lemma_ray5.v
|
| 302 |
+
theorems:
|
| 303 |
+
- lemma_ray5
|
| 304 |
+
- path: theories/Main/Meta_theory/Parallel_postulates/par_trans_NID.v
|
| 305 |
+
theorems:
|
| 306 |
+
- playfair__playfair_quater
|
| 307 |
+
- path: theories/Main/Meta_theory/Parallel_postulates/rah_existential_saccheri.v
|
| 308 |
+
theorems:
|
| 309 |
+
- rah__existential_saccheri
|
| 310 |
+
- path: theories/Main/Tarski_dev/Ch07_midpoint.v
|
| 311 |
+
theorems:
|
| 312 |
+
- Mid_cases
|
| 313 |
+
- col_bet2_cong2
|
| 314 |
+
- bet2_lt2__lt
|
| 315 |
+
- midpoint_distinct_1
|
| 316 |
+
- midpoint_out_1
|
| 317 |
+
- path: theories/Algebraic/Counter_models/counter_model_bet_identity.v
|
| 318 |
+
theorems:
|
| 319 |
+
- cong_aux_2
|
| 320 |
+
- path: theories/Algebraic/Counter_models/nD/counter_model_bet_symmetry.v
|
| 321 |
+
theorems:
|
| 322 |
+
- onemx_neq0
|
| 323 |
+
- path: theories/Elements/OriginalProofs/proposition_05b.v
|
| 324 |
+
theorems:
|
| 325 |
+
- proposition_05b
|
| 326 |
+
- path: theories/Main/Meta_theory/Models/tarski_to_gupta_inspired.v
|
| 327 |
+
theorems:
|
| 328 |
+
- T_euclidean_to_TG_euclidean
|
| 329 |
+
- path: theories/Main/Tactics/CoincR_for_concy.v
|
| 330 |
+
theorems:
|
| 331 |
+
- st_ok_empty_for_concy
|
| 332 |
+
- path: theories/Main/Meta_theory/Continuity/dedekind_completeness.v
|
| 333 |
+
theorems:
|
| 334 |
+
- extension_image_density
|
| 335 |
+
- path: theories/Algebraic/Counter_models/nD/independent_version_to_beeson.v
|
| 336 |
+
theorems:
|
| 337 |
+
- ITbetween_inner_transitivity
|
| 338 |
+
- path: theories/Coinc/Utils/arity.v
|
| 339 |
+
theorems:
|
| 340 |
+
- nthCircPerm1Eq
|
| 341 |
+
- pred_conj_aux
|
| 342 |
+
- path: theories/Algebraic/Counter_models/nD/bet_identity.v
|
| 343 |
+
theorems:
|
| 344 |
+
- g2_2
|
| 345 |
+
- g2_6_2
|
| 346 |
+
- path: theories/Main/Meta_theory/Models/tarski_to_coinc_theory_for_cop.v
|
| 347 |
+
theorems:
|
| 348 |
+
- not_col_perm_1
|
| 349 |
+
- path: theories/Coinc/CoincR.v
|
| 350 |
+
theorems:
|
| 351 |
+
- interp_CPHdOK
|
| 352 |
+
- path: theories/Main/Highschool/incenter.v
|
| 353 |
+
theorems:
|
| 354 |
+
- incenter_permut213
|
| 355 |
+
- path: theories/Algebraic/Counter_models/Planar/counter_model_bet_symmetry.v
|
| 356 |
+
theorems:
|
| 357 |
+
- parP
|
| 358 |
+
- path: theories/Elements/OriginalProofs/lemma_samesidereflexive.v
|
| 359 |
+
theorems:
|
| 360 |
+
- lemma_samesidereflexive
|
| 361 |
+
- path: theories/Main/Meta_theory/Continuity/elementary_continuity_props.v
|
| 362 |
+
theorems:
|
| 363 |
+
- segment_circle__one_point_line_circle
|
| 364 |
+
- path: theories/Elements/OriginalProofs/proposition_31short.v
|
| 365 |
+
theorems:
|
| 366 |
+
- proposition_31short
|
| 367 |
+
- path: theories/Main/Tarski_dev/Ch13_6_Desargues_Hessenberg.v
|
| 368 |
+
theorems:
|
| 369 |
+
- l13_19
|
| 370 |
+
- path: theories/Main/Meta_theory/Continuity/angle_archimedes.v
|
| 371 |
+
theorems:
|
| 372 |
+
- archi_in_acute_angles
|
| 373 |
+
- angles_archi_aux
|
| 374 |
+
- path: theories/Main/Highschool/orientation.v
|
| 375 |
+
theorems:
|
| 376 |
+
- symmetry_preserves_bet
|
| 377 |
+
- path: theories/Main/Annexes/inscribed_angle.v
|
| 378 |
+
theorems:
|
| 379 |
+
- suma__suppa
|
| 380 |
+
- path: theories/Elements/OriginalProofs/proposition_23C.v
|
| 381 |
+
theorems:
|
| 382 |
+
- proposition_23C
|
| 383 |
+
- path: theories/Elements/OriginalProofs/lemma_collinearbetween.v
|
| 384 |
+
theorems:
|
| 385 |
+
- lemma_collinearbetween
|
| 386 |
+
- path: theories/Elements/OriginalProofs/lemma_RTsymmetric.v
|
| 387 |
+
theorems:
|
| 388 |
+
- lemma_RTsymmetric
|
| 389 |
+
- path: theories/Main/Highschool/SegmTrisect.v
|
| 390 |
+
theorems:
|
| 391 |
+
- SegmTrisectSecondThirdExistence
|
| 392 |
+
- path: theories/Main/Annexes/defect.v
|
| 393 |
+
theorems:
|
| 394 |
+
- defect_perm_312
|
| 395 |
+
- path: theories/Elements/OriginalProofs/lemma_3_6b.v
|
| 396 |
+
theorems:
|
| 397 |
+
- lemma_3_6b
|
| 398 |
+
- path: theories/Algebraic/Counter_models/Planar/counter_model_upper_dim.v
|
| 399 |
+
theorems:
|
| 400 |
+
- bc_neq
|
| 401 |
+
- path: theories/Elements/OriginalProofs/lemma_TCreflexive.v
|
| 402 |
+
theorems:
|
| 403 |
+
- lemma_TCreflexive
|
GeoCoq/eval/local.meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff7b268c4284b95fd0df83e54c6d2c4502727a0d23f513cd555096497a94e646
|
| 3 |
+
size 388
|
GeoCoq/eval/local_data_0000004928.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:172135036cf1e0a9657bb6088150e25ebf1ab8e6e68d417017bd4d5d01ae257b
|
| 3 |
+
size 18886874
|
GeoCoq/eval/local_lemma_0000000000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d45d1bb11ab18584e9c29bd2b628f2d845f4693962929973a89245afba9ab131
|
| 3 |
+
size 24
|
GeoCoq/test/GeoCoq_test.yaml
ADDED
|
@@ -0,0 +1,788 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: GeoCoq_test
|
| 2 |
+
num_files: 136
|
| 3 |
+
language: COQ
|
| 4 |
+
few_shot_data_path_for_retrieval: null
|
| 5 |
+
few_shot_metadata_filename_for_retrieval: null
|
| 6 |
+
dfs_data_path_for_retrieval: null
|
| 7 |
+
dfs_metadata_filename_for_retrieval: local.meta.json
|
| 8 |
+
theorem_cnt: 505
|
| 9 |
+
datasets:
|
| 10 |
+
- project: <path-to-repo>/GeoCoq
|
| 11 |
+
files:
|
| 12 |
+
- path: theories/Main/Meta_theory/Models/hilbert_to_tarski.v
|
| 13 |
+
theorems:
|
| 14 |
+
- OS2__TS
|
| 15 |
+
- betH_expand
|
| 16 |
+
- strong_pasch
|
| 17 |
+
- bet_identity
|
| 18 |
+
- isosceles_congaH
|
| 19 |
+
- out2_out1
|
| 20 |
+
- betH_outH2__betH
|
| 21 |
+
- pars__para
|
| 22 |
+
- same_side_not_incid
|
| 23 |
+
- bet_colH
|
| 24 |
+
- same_side_comm
|
| 25 |
+
- line_col
|
| 26 |
+
- congaH_commr
|
| 27 |
+
- congH_refl
|
| 28 |
+
- cong_trans
|
| 29 |
+
- outH_trivial
|
| 30 |
+
- colH_trans
|
| 31 |
+
- outH_dec
|
| 32 |
+
- H_euclidean_to_T_euclidean
|
| 33 |
+
- other_point_exists
|
| 34 |
+
- point3_online_exists
|
| 35 |
+
- path: theories/Algebraic/Counter_models/Planar/counter_model_bet_inner_transitivity.v
|
| 36 |
+
theorems:
|
| 37 |
+
- continuity
|
| 38 |
+
- point_equality_decidability
|
| 39 |
+
- proclus
|
| 40 |
+
- path: theories/Main/Meta_theory/Continuity/elementary_continuity_props.v
|
| 41 |
+
theorems:
|
| 42 |
+
- triangle_inequality1
|
| 43 |
+
- euclid_22_aux
|
| 44 |
+
- one_point_line_circle__two_points_line_circle
|
| 45 |
+
- path: theories/Main/Annexes/suma.v
|
| 46 |
+
theorems:
|
| 47 |
+
- sams_lea2_suma2__lea456
|
| 48 |
+
- sams_lea_lta789_suma2__lta456
|
| 49 |
+
- sams_lea2_suma2__lea
|
| 50 |
+
- bet_suppa__suma
|
| 51 |
+
- trisuma_distincts
|
| 52 |
+
- col2_suma__col
|
| 53 |
+
- suma_suppa2__suma
|
| 54 |
+
- suma_assoc
|
| 55 |
+
- col_trisuma__bet
|
| 56 |
+
- acute_per_suma__nbet
|
| 57 |
+
- os2__sams
|
| 58 |
+
- bet__sams
|
| 59 |
+
- conga2_sams__sams
|
| 60 |
+
- sams_chara
|
| 61 |
+
- ts__suma_1
|
| 62 |
+
- path: theories/Coinc/CongR.v
|
| 63 |
+
theorems:
|
| 64 |
+
- CTcong_comm
|
| 65 |
+
- CTcong_pseudo_refl
|
| 66 |
+
- eq_le2__eq2
|
| 67 |
+
- path: theories/Main/Elements_statements/Book_1.v
|
| 68 |
+
theorems:
|
| 69 |
+
- prop_46
|
| 70 |
+
- prop_2
|
| 71 |
+
- prop_30
|
| 72 |
+
- prop_28_2
|
| 73 |
+
- prop_8
|
| 74 |
+
- prop_3
|
| 75 |
+
- prop_21_2
|
| 76 |
+
- prop_29_1
|
| 77 |
+
- prop_32_2
|
| 78 |
+
- prop_20
|
| 79 |
+
- prop_31
|
| 80 |
+
- prop_5_2
|
| 81 |
+
- path: theories/Main/Annexes/project.v
|
| 82 |
+
theorems:
|
| 83 |
+
- cong_conga3_cong3
|
| 84 |
+
- project_to_projp
|
| 85 |
+
- projp_project_to_perp
|
| 86 |
+
- projp_preserves_bet
|
| 87 |
+
- projp_is_project
|
| 88 |
+
- path: theories/Algebraic/Counter_models/nD/counter_model_bet_symmetry.v
|
| 89 |
+
theorems:
|
| 90 |
+
- segment_construction
|
| 91 |
+
- path: theories/Main/Annexes/coplanar.v
|
| 92 |
+
theorems:
|
| 93 |
+
- ncoplanar_perm_11
|
| 94 |
+
- reflect__coplanar
|
| 95 |
+
- coplanar_perm_11
|
| 96 |
+
- ncoplanar_perm_10
|
| 97 |
+
- coplanar_perm_9
|
| 98 |
+
- ncop__ncols
|
| 99 |
+
- ncoplanar_perm_13
|
| 100 |
+
- ncoplanar_perm_17
|
| 101 |
+
- ncoplanar_perm_4
|
| 102 |
+
- midpoint__coplanar
|
| 103 |
+
- ts__coplanar
|
| 104 |
+
- path: theories/Coinc/CoincR.v
|
| 105 |
+
theorems:
|
| 106 |
+
- CoappDup
|
| 107 |
+
- memCPAuxOK
|
| 108 |
+
- interp_CP
|
| 109 |
+
- path: theories/Main/Annexes/saccheri.v
|
| 110 |
+
theorems:
|
| 111 |
+
- t22_14__oah
|
| 112 |
+
- sac__pars1234
|
| 113 |
+
- t22_14__bet_aux
|
| 114 |
+
- mid2_sac__lam6521
|
| 115 |
+
- t22_7__cong
|
| 116 |
+
- sac__par1234
|
| 117 |
+
- path: theories/Algebraic/Counter_models/nD/counter_model_cong_identity.v
|
| 118 |
+
theorems:
|
| 119 |
+
- continuity
|
| 120 |
+
- five_segment
|
| 121 |
+
- euclid
|
| 122 |
+
- cong_pseudo_reflexivity
|
| 123 |
+
- path: theories/Main/Highschool/orientation.v
|
| 124 |
+
theorems:
|
| 125 |
+
- per_preserves_bet
|
| 126 |
+
- proj3_col
|
| 127 |
+
- cong_le_le
|
| 128 |
+
- proj_par
|
| 129 |
+
- midpoint_col
|
| 130 |
+
- path: theories/Main/Meta_theory/Models/tarski_to_euclid.v
|
| 131 |
+
theorems:
|
| 132 |
+
- Euclid_follows_from_Tarski_euclidean
|
| 133 |
+
- InCirc_not_OnCirc
|
| 134 |
+
- nCol_not_Col
|
| 135 |
+
- path: theories/Main/Meta_theory/Continuity/grad.v
|
| 136 |
+
theorems:
|
| 137 |
+
- grad_neq__neq12
|
| 138 |
+
- gradexp_le__reach
|
| 139 |
+
- grad_sum
|
| 140 |
+
- path: theories/Algebraic/POF_to_Tarski.v
|
| 141 |
+
theorems:
|
| 142 |
+
- cong_eq
|
| 143 |
+
- bet_betS
|
| 144 |
+
- ratioP_aux
|
| 145 |
+
- ratio_cp'_aux_2
|
| 146 |
+
- dot_ge0
|
| 147 |
+
- betS_ratio
|
| 148 |
+
- ratio_bet'
|
| 149 |
+
- addrBBB
|
| 150 |
+
- bet_axx
|
| 151 |
+
- betEP'
|
| 152 |
+
- ratiop0
|
| 153 |
+
- bet_symmetry
|
| 154 |
+
- extension_eq
|
| 155 |
+
- quad_eq0
|
| 156 |
+
- row2_eq0
|
| 157 |
+
- eq_div_scale
|
| 158 |
+
- betS_sym
|
| 159 |
+
- ratioNN
|
| 160 |
+
- betE_xax
|
| 161 |
+
- path: theories/Algebraic/Counter_models/Planar/counter_model_lower_dim.v
|
| 162 |
+
theorems:
|
| 163 |
+
- continuity
|
| 164 |
+
- bet_symmetry
|
| 165 |
+
- path: theories/Main/Meta_theory/Models/tarski_to_hilbert.v
|
| 166 |
+
theorems:
|
| 167 |
+
- incident_col
|
| 168 |
+
- incidentp_eqp
|
| 169 |
+
- cop_plane_aux
|
| 170 |
+
- col_incident
|
| 171 |
+
- eqp_incidentp
|
| 172 |
+
- incidentp_Proper
|
| 173 |
+
- Hilbert_2D_follows_from_Tarski_2D
|
| 174 |
+
- path: theories/Main/Annexes/circles.v
|
| 175 |
+
theorems:
|
| 176 |
+
- bet_chord__diam_or_ncol
|
| 177 |
+
- bet_incs2__incs
|
| 178 |
+
- onc__inc
|
| 179 |
+
- outcs__outc
|
| 180 |
+
- diam_uniqueness
|
| 181 |
+
- path: theories/Elements/OriginalProofs/lemma_congruencetransitive.v
|
| 182 |
+
theorems:
|
| 183 |
+
- lemma_congruencetransitive
|
| 184 |
+
- path: theories/Main/Annexes/quadrilaterals_inter_dec.v
|
| 185 |
+
theorems:
|
| 186 |
+
- perp_rmb
|
| 187 |
+
- plg_par
|
| 188 |
+
- plg_cong_2
|
| 189 |
+
- plgs_mid
|
| 190 |
+
- parallelogram_to_plg
|
| 191 |
+
- plg_not_comm_1
|
| 192 |
+
- perp3__perp
|
| 193 |
+
- degenerated_rect_eq
|
| 194 |
+
- plg_mid
|
| 195 |
+
- plg_per_rect4
|
| 196 |
+
- cop_perp3__rect
|
| 197 |
+
- path: theories/Main/Highschool/SegmTrisect.v
|
| 198 |
+
theorems:
|
| 199 |
+
- SegmTrisectSecondThirdUniqueness
|
| 200 |
+
- path: theories/Algebraic/Counter_models/nD/counter_model_euclid.v
|
| 201 |
+
theorems:
|
| 202 |
+
- cauchy_schwartz'
|
| 203 |
+
- cong_abdc
|
| 204 |
+
- E_in_disk_aux
|
| 205 |
+
- dist_lt1
|
| 206 |
+
- cauchy_schwartz_eq'
|
| 207 |
+
- a'nD_eq0
|
| 208 |
+
- bc_neq_nD
|
| 209 |
+
- cong'_cdab
|
| 210 |
+
- five_segment_holds_aux2
|
| 211 |
+
- norm_point_subr_gt0
|
| 212 |
+
- segment_addition
|
| 213 |
+
- triangle_ineq
|
| 214 |
+
- seg_aux7
|
| 215 |
+
- bet_symmetry_vector
|
| 216 |
+
- c'nD_in_unit_disk
|
| 217 |
+
- i1'_in_unit_disk
|
| 218 |
+
- dist_eq1
|
| 219 |
+
- cong_identity_holds
|
| 220 |
+
- segment_construction_holds_aux
|
| 221 |
+
- i_neq_i1
|
| 222 |
+
- Rcf_to_GI_PED
|
| 223 |
+
- omd_i1i1
|
| 224 |
+
- path: theories/Main/Tarski_dev/Ch14_sum.v
|
| 225 |
+
theorems:
|
| 226 |
+
- sum_cong
|
| 227 |
+
- opp0
|
| 228 |
+
- cong_sum
|
| 229 |
+
- sum4_equiv
|
| 230 |
+
- proj_pars
|
| 231 |
+
- grid_not_par
|
| 232 |
+
- diff_uniquenessA
|
| 233 |
+
- sum_stable
|
| 234 |
+
- change_grid_sum
|
| 235 |
+
- double_not_null_not_nul
|
| 236 |
+
- pj_trivial
|
| 237 |
+
- sum_diff
|
| 238 |
+
- path: theories/Elements/OriginalProofs/lemma_ray.v
|
| 239 |
+
theorems:
|
| 240 |
+
- lemma_ray
|
| 241 |
+
- path: theories/Main/Tarski_dev/Ch11_angles.v
|
| 242 |
+
theorems:
|
| 243 |
+
- l11_19
|
| 244 |
+
- l11_61
|
| 245 |
+
- triangle_strict_reverse_inequality
|
| 246 |
+
- not_and_lta
|
| 247 |
+
- conga_dec
|
| 248 |
+
- l11_61_bis
|
| 249 |
+
- triangle_strict_inequality_2
|
| 250 |
+
- l11_62_unicity
|
| 251 |
+
- gta_distincts
|
| 252 |
+
- col_orth_at__orth_at
|
| 253 |
+
- conga_obtuse__obtuse
|
| 254 |
+
- l11_21_a
|
| 255 |
+
- suppa2__conga123
|
| 256 |
+
- inangle_one_side2
|
| 257 |
+
- conga_preserves_in_angle
|
| 258 |
+
- l11_46
|
| 259 |
+
- l11_60_bis
|
| 260 |
+
- angle_partition
|
| 261 |
+
- cong2_conga_obtuse__cong_conga2
|
| 262 |
+
- lea_line
|
| 263 |
+
- conga_sym
|
| 264 |
+
- obtuse_chara
|
| 265 |
+
- conga_preserves_lta
|
| 266 |
+
- symmetry_preserves_conga
|
| 267 |
+
- in_angle_reverse
|
| 268 |
+
- out2__conga
|
| 269 |
+
- cong2_per2__cong
|
| 270 |
+
- l11_3
|
| 271 |
+
- l11_31_2
|
| 272 |
+
- cong_lt_per2__lt
|
| 273 |
+
- path: theories/Main/Meta_theory/Models/tarski_to_beeson.v
|
| 274 |
+
theorems:
|
| 275 |
+
- inner_pasch_B
|
| 276 |
+
- ColB_Col
|
| 277 |
+
- five_segment_B
|
| 278 |
+
- path: theories/Main/Tarski_dev/Ch12_parallel.v
|
| 279 |
+
theorems:
|
| 280 |
+
- par_strict_par
|
| 281 |
+
- col_perp2_ncol__col
|
| 282 |
+
- not_par_strict_id
|
| 283 |
+
- Par_strict_cases
|
| 284 |
+
- Par_perm
|
| 285 |
+
- par_strict_not_col_2
|
| 286 |
+
- par_strict_right_comm
|
| 287 |
+
- path: theories/Main/Tarski_dev/Ch13_5_Pappus_Pascal.v
|
| 288 |
+
theorems:
|
| 289 |
+
- l13_10
|
| 290 |
+
- l13_10_aux2
|
| 291 |
+
- lcos2_lcos
|
| 292 |
+
- path: theories/Main/Annexes/half_angles.v
|
| 293 |
+
theorems:
|
| 294 |
+
- halfa_chara2
|
| 295 |
+
- out_preserves_halfa
|
| 296 |
+
- ghalfa_right_comm
|
| 297 |
+
- ghalfa_exists
|
| 298 |
+
- cop_halfa_perp__os
|
| 299 |
+
- acute_ghalfa2_sams_suma2__ghalfa456
|
| 300 |
+
- path: theories/Algebraic/Counter_models/nD/bet_identity.v
|
| 301 |
+
theorems:
|
| 302 |
+
- g2_5
|
| 303 |
+
- g2_11
|
| 304 |
+
- g2_1
|
| 305 |
+
- path: theories/Main/Tarski_dev/Ch02_cong.v
|
| 306 |
+
theorems:
|
| 307 |
+
- not_cong_3421
|
| 308 |
+
- cong_4312
|
| 309 |
+
- cong_reflexivity
|
| 310 |
+
- distinct
|
| 311 |
+
- path: theories/Main/Annexes/quadrilaterals.v
|
| 312 |
+
theorems:
|
| 313 |
+
- Square_not_triv
|
| 314 |
+
- Rhombus_Rectangle_Square
|
| 315 |
+
- Square_Rectangle
|
| 316 |
+
- Square_not_triv_3
|
| 317 |
+
- Square_not_triv_2
|
| 318 |
+
- bet_cong_bet
|
| 319 |
+
- sym_par
|
| 320 |
+
- bet_half_bet
|
| 321 |
+
- mid_plg_1
|
| 322 |
+
- path: theories/Main/Tarski_dev/Ch10_line_reflexivity.v
|
| 323 |
+
theorems:
|
| 324 |
+
- midpoint_preserves_per
|
| 325 |
+
- l10_2_existence_spec
|
| 326 |
+
- is_image_is_image_spec
|
| 327 |
+
- ex_sym
|
| 328 |
+
- l10_4_spec
|
| 329 |
+
- image_in_gen_is_image
|
| 330 |
+
- is_image_spec_col_cong
|
| 331 |
+
- path: theories/Main/Highschool/incenter.v
|
| 332 |
+
theorems:
|
| 333 |
+
- incenter_permut312
|
| 334 |
+
- path: theories/Main/Tactics/CoincR_for_cop.v
|
| 335 |
+
theorems:
|
| 336 |
+
- ss_ok_empty_for_cop
|
| 337 |
+
- path: theories/Main/Highschool/triangles.v
|
| 338 |
+
theorems:
|
| 339 |
+
- equilateral_strict_swap_3
|
| 340 |
+
- equilateral_strict_swap_2
|
| 341 |
+
- equilateral_isosceles_1
|
| 342 |
+
- isosceles_sym
|
| 343 |
+
- equilateral_swap_2
|
| 344 |
+
- equilateral_strict_swap_5
|
| 345 |
+
- equilateral_strict__not_col
|
| 346 |
+
- path: theories/Main/Annexes/sums.v
|
| 347 |
+
theorems:
|
| 348 |
+
- sums_assoc_2
|
| 349 |
+
- sums_diff_1
|
| 350 |
+
- le2_sums2__le34
|
| 351 |
+
- path: theories/Main/Annexes/tangency.v
|
| 352 |
+
theorems:
|
| 353 |
+
- TangentCC_Col
|
| 354 |
+
- interccat__neq
|
| 355 |
+
- tangent_construction
|
| 356 |
+
- path: theories/Main/Tarski_dev/Ch16_coordinates_with_functions.v
|
| 357 |
+
theorems:
|
| 358 |
+
- signed_area_AAB
|
| 359 |
+
- characterization_of_collinearity_F
|
| 360 |
+
- put_neg_in_goal
|
| 361 |
+
- twice_signed_area_AAB
|
| 362 |
+
- SubF
|
| 363 |
+
- twice_signed_area_ABA
|
| 364 |
+
- characterization_of_perpendicularity_F
|
| 365 |
+
- AM_lower_dim
|
| 366 |
+
- signed_area_sum
|
| 367 |
+
- signed_area_ABA
|
| 368 |
+
- characterization_of_equality_F
|
| 369 |
+
- OF
|
| 370 |
+
- path: theories/Main/Tarski_dev/Ch06_out_lines.v
|
| 371 |
+
theorems:
|
| 372 |
+
- bet2_le2__le1346
|
| 373 |
+
- l6_11_existence
|
| 374 |
+
- bet_out
|
| 375 |
+
- out_bet__out
|
| 376 |
+
- bet2_le2__le2356
|
| 377 |
+
- l6_4_2
|
| 378 |
+
- path: theories/Main/Tarski_dev/Ch12_parallel_inter_dec.v
|
| 379 |
+
theorems:
|
| 380 |
+
- parallel_uniqueness
|
| 381 |
+
- l12_23
|
| 382 |
+
- not_par_one_not_par
|
| 383 |
+
- par_dec
|
| 384 |
+
- l12_20_bis
|
| 385 |
+
- path: theories/Algebraic/coplanarity.v
|
| 386 |
+
theorems:
|
| 387 |
+
- Cop_3412
|
| 388 |
+
- Cop_3214
|
| 389 |
+
- Cop_4213
|
| 390 |
+
- Copl_4312
|
| 391 |
+
- Copl_3142
|
| 392 |
+
- Cop_2413
|
| 393 |
+
- Copl_1324
|
| 394 |
+
- Cop_1243
|
| 395 |
+
- Cop_4123
|
| 396 |
+
- Copl_1432
|
| 397 |
+
- Copl_2134
|
| 398 |
+
- Copl_1342
|
| 399 |
+
- path: theories/Main/Tarski_dev/Ch10_line_reflexivity_2.v
|
| 400 |
+
theorems:
|
| 401 |
+
- cong_cop_mid_perp__col
|
| 402 |
+
- ex_perp_cop
|
| 403 |
+
- image_gen_preserves_inter
|
| 404 |
+
- image_preserves_midpoint
|
| 405 |
+
- path: theories/Elements/OriginalProofs/proposition_37.v
|
| 406 |
+
theorems:
|
| 407 |
+
- proposition_37
|
| 408 |
+
- path: theories/Main/Tarski_dev/Ch15_lengths.v
|
| 409 |
+
theorems:
|
| 410 |
+
- thales
|
| 411 |
+
- l15_7
|
| 412 |
+
- sign_dec
|
| 413 |
+
- length_id_2
|
| 414 |
+
- cong2_lea__le
|
| 415 |
+
- signeq__prod_pos
|
| 416 |
+
- image_preserves_out
|
| 417 |
+
- pythagoras_obtuse_or_per
|
| 418 |
+
- path: theories/Main/Tarski_dev/Ch13_3_angles.v
|
| 419 |
+
theorems:
|
| 420 |
+
- anga_col_out
|
| 421 |
+
- ang_distincts
|
| 422 |
+
- not_conga_is_anga
|
| 423 |
+
- anga_acute
|
| 424 |
+
- is_null_ang_out
|
| 425 |
+
- is_ang_distinct
|
| 426 |
+
- is_anga_conga_is_anga
|
| 427 |
+
- null_ang
|
| 428 |
+
- anga_distinct
|
| 429 |
+
- not_null_not_col
|
| 430 |
+
- all_eqaa
|
| 431 |
+
- path: theories/Main/Meta_theory/Continuity/archimedes.v
|
| 432 |
+
theorems:
|
| 433 |
+
- t22_23_aux
|
| 434 |
+
- t22_18_aux2
|
| 435 |
+
- t22_18_aux1
|
| 436 |
+
- path: theories/Main/Tarski_dev/Ch03_bet.v
|
| 437 |
+
theorems:
|
| 438 |
+
- bet_neq23__neq
|
| 439 |
+
- path: theories/Main/Tarski_dev/Ch13_4_cos.v
|
| 440 |
+
theorems:
|
| 441 |
+
- lcos_eq_refl
|
| 442 |
+
- lcos2_comm
|
| 443 |
+
- lcos3_lg_anga
|
| 444 |
+
- lcos_eq_sym
|
| 445 |
+
- is_null_anga_dec
|
| 446 |
+
- lcos2_exists
|
| 447 |
+
- null_lcos
|
| 448 |
+
- l13_6
|
| 449 |
+
- obtuse_not_acute
|
| 450 |
+
- path: theories/Elements/OriginalProofs/proposition_44.v
|
| 451 |
+
theorems:
|
| 452 |
+
- proposition_44
|
| 453 |
+
- path: theories/Main/Tarski_dev/Ch16_coordinates.v
|
| 454 |
+
theorems:
|
| 455 |
+
- bet_betCood_aux
|
| 456 |
+
- exists_grid
|
| 457 |
+
- cong_3_2_cong_4
|
| 458 |
+
- square_distance_formula
|
| 459 |
+
- characterization_of_congruence
|
| 460 |
+
- coordinates_of_point
|
| 461 |
+
- path: theories/Algebraic/Counter_models/Planar/counter_model_cong_pseudo_reflexivity.v
|
| 462 |
+
theorems:
|
| 463 |
+
- point_equality_decidability
|
| 464 |
+
- path: theories/Elements/OriginalProofs/proposition_07.v
|
| 465 |
+
theorems:
|
| 466 |
+
- proposition_07
|
| 467 |
+
- path: theories/Elements/OriginalProofs/lemma_21helper.v
|
| 468 |
+
theorems:
|
| 469 |
+
- lemma_21helper
|
| 470 |
+
- path: theories/Algebraic/tcp_ndc.v
|
| 471 |
+
theorems:
|
| 472 |
+
- tcp_os_mab_mmac_b_ssa
|
| 473 |
+
- tcp_os_b_ssa_mab_mac
|
| 474 |
+
- tcp_os_b_sa_mmab_mac
|
| 475 |
+
- tcp_ncol_inplane_2_4
|
| 476 |
+
- path: theories/Main/Highschool/bisector.v
|
| 477 |
+
theorems:
|
| 478 |
+
- bisector_foot_out_out
|
| 479 |
+
- path: theories/Main/Meta_theory/Continuity/completeness.v
|
| 480 |
+
theorems:
|
| 481 |
+
- extension_reverse_bet
|
| 482 |
+
- col2_diff_inj_line__diff
|
| 483 |
+
- path: theories/Algebraic/Counter_models/counter_model_bet_identity.v
|
| 484 |
+
theorems:
|
| 485 |
+
- segment_construction
|
| 486 |
+
- not_between_identity
|
| 487 |
+
- cong_aux_4
|
| 488 |
+
- euclid
|
| 489 |
+
- path: theories/Algebraic/Counter_models/Planar/counter_model_bet_symmetry.v
|
| 490 |
+
theorems:
|
| 491 |
+
- cong_inner_transitivity
|
| 492 |
+
- path: theories/Main/Tarski_dev/Ch09_plane.v
|
| 493 |
+
theorems:
|
| 494 |
+
- os_out_os
|
| 495 |
+
- osp_transitivity
|
| 496 |
+
- cop_out__osp
|
| 497 |
+
- l9_17
|
| 498 |
+
- two_sides_not_col
|
| 499 |
+
- ex_ncol_cop2
|
| 500 |
+
- mid_preserves_col
|
| 501 |
+
- cop3_osp__osp
|
| 502 |
+
- ts2__ex_bet2
|
| 503 |
+
- invert_two_sides
|
| 504 |
+
- cop__one_or_two_sides
|
| 505 |
+
- one_side_reflexivity
|
| 506 |
+
- bet_cop2__cop
|
| 507 |
+
- cop_osp__ex_cop2
|
| 508 |
+
- path: theories/Algebraic/Counter_models/nD/counter_model_cong_inner_transitivity.v
|
| 509 |
+
theorems:
|
| 510 |
+
- euclid
|
| 511 |
+
- cong_identity
|
| 512 |
+
- path: theories/Algebraic/Counter_models/Planar/counter_model_upper_dim.v
|
| 513 |
+
theorems:
|
| 514 |
+
- lower_dim
|
| 515 |
+
- path: theories/Main/Highschool/gravityCenter.v
|
| 516 |
+
theorems:
|
| 517 |
+
- intersection_two_medians_exist_unique
|
| 518 |
+
- is_gravity_center_third
|
| 519 |
+
- path: theories/Main/Highschool/sesamath_exercises.v
|
| 520 |
+
theorems:
|
| 521 |
+
- sesamath_4ieme_G2_ex42
|
| 522 |
+
- sesamath_4ieme_G2_ex45
|
| 523 |
+
- sesamath_4ieme_G2_ex44_1
|
| 524 |
+
- sesamath_4ieme_G2_ex37
|
| 525 |
+
- sesamath_4ieme_G2_ex40
|
| 526 |
+
- path: theories/Main/Tarski_dev/Ch13_1.v
|
| 527 |
+
theorems:
|
| 528 |
+
- perp2_preserves_bet23
|
| 529 |
+
- triangle_mid_par
|
| 530 |
+
- path: theories/Coinc/Utils/arity.v
|
| 531 |
+
theorems:
|
| 532 |
+
- InNth
|
| 533 |
+
- InCPOK
|
| 534 |
+
- listInd
|
| 535 |
+
- consTailCPOK
|
| 536 |
+
- circPermNIdAux
|
| 537 |
+
- CPLRec
|
| 538 |
+
- lastCPIn
|
| 539 |
+
- consHeadCP
|
| 540 |
+
- path: theories/Main/Meta_theory/Parallel_postulates/thales_converse_postulate_thales_existence.v
|
| 541 |
+
theorems:
|
| 542 |
+
- thales_converse_postulate__thales_existence
|
| 543 |
+
- path: theories/Main/Annexes/vectors.v
|
| 544 |
+
theorems:
|
| 545 |
+
- one_side_col_out
|
| 546 |
+
- same_dir_id
|
| 547 |
+
- sum_sym
|
| 548 |
+
- plg_plg_bet
|
| 549 |
+
- is_to_ise
|
| 550 |
+
- path: theories/Algebraic/Counter_models/nD/counter_model_upper_dim.v
|
| 551 |
+
theorems:
|
| 552 |
+
- oP
|
| 553 |
+
- path: theories/Elements/OriginalProofs/lemma_linereflectionisometry.v
|
| 554 |
+
theorems:
|
| 555 |
+
- lemma_linereflectionisometry
|
| 556 |
+
- path: theories/Main/Tarski_dev/Ch14_order.v
|
| 557 |
+
theorems:
|
| 558 |
+
- pos_inv_pos
|
| 559 |
+
- path: theories/Main/Meta_theory/Models/gupta_inspired_to_tarski.v
|
| 560 |
+
theorems:
|
| 561 |
+
- g2_5
|
| 562 |
+
- path: theories/Main/Meta_theory/Models/tarski_to_gupta_inspired.v
|
| 563 |
+
theorems:
|
| 564 |
+
- inner_pasch'
|
| 565 |
+
- path: theories/Main/Meta_theory/Models/tarski_to_coinc_theory_for_concyclic.v
|
| 566 |
+
theorems:
|
| 567 |
+
- not_col_perm_1
|
| 568 |
+
- concy_3
|
| 569 |
+
- path: theories/Main/Annexes/Tagged_predicates.v
|
| 570 |
+
theorems:
|
| 571 |
+
- Mid_tagged_Mid
|
| 572 |
+
- path: theories/Main/Meta_theory/Parallel_postulates/TCP_tarski.v
|
| 573 |
+
theorems:
|
| 574 |
+
- impossible_case_4_2
|
| 575 |
+
- impossible_two_sides_not_col
|
| 576 |
+
- path: theories/Algebraic/Counter_models/nD/counter_model_lower_dim.v
|
| 577 |
+
theorems:
|
| 578 |
+
- lower_dim
|
| 579 |
+
- path: theories/Main/Tarski_dev/Ch08_orthogonality.v
|
| 580 |
+
theorems:
|
| 581 |
+
- perp_cong
|
| 582 |
+
- perp_in_perp
|
| 583 |
+
- l8_14_2_1b_bis
|
| 584 |
+
- per_dec
|
| 585 |
+
- perp_col2
|
| 586 |
+
- perp_in_col_perp_in
|
| 587 |
+
- l8_3
|
| 588 |
+
- per_perp_in
|
| 589 |
+
- path: theories/Elements/OriginalProofs/proposition_30.v
|
| 590 |
+
theorems:
|
| 591 |
+
- proposition_30
|
| 592 |
+
- parnotmeet
|
| 593 |
+
- path: theories/Main/Meta_theory/Parallel_postulates/rah_rectangle_principle.v
|
| 594 |
+
theorems:
|
| 595 |
+
- rah__rectangle_principle
|
| 596 |
+
- path: theories/Elements/OriginalProofs/lemma_collinearitypreserved.v
|
| 597 |
+
theorems:
|
| 598 |
+
- lemma_collinearitypreserved
|
| 599 |
+
- path: theories/Elements/OriginalProofs/proposition_43.v
|
| 600 |
+
theorems:
|
| 601 |
+
- proposition_43
|
| 602 |
+
- path: theories/Main/Meta_theory/Models/beeson_to_tarski.v
|
| 603 |
+
theorems:
|
| 604 |
+
- ICol_chara
|
| 605 |
+
- lower_dim
|
| 606 |
+
- ICol_dec
|
| 607 |
+
- path: theories/Main/Meta_theory/Models/tarski_to_coinc_theory_for_cop.v
|
| 608 |
+
theorems:
|
| 609 |
+
- Tarski_is_a_Coinc_predicates_for_cop
|
| 610 |
+
- path: theories/Algebraic/Counter_models/Planar/counter_model_five_segment.v
|
| 611 |
+
theorems:
|
| 612 |
+
- bet_inner_transitivity
|
| 613 |
+
- cong_identity
|
| 614 |
+
- nbetS_cab
|
| 615 |
+
- bet_1Dd
|
| 616 |
+
- path: theories/Main/Annexes/midpoint_theorems.v
|
| 617 |
+
theorems:
|
| 618 |
+
- col_permut132
|
| 619 |
+
- col123_124__col134
|
| 620 |
+
- path: theories/Main/Tactics/CoincR_for_col.v
|
| 621 |
+
theorems:
|
| 622 |
+
- ss_ok_empty_for_col
|
| 623 |
+
- path: theories/Algebraic/Counter_models/Planar/counter_model_cong_inner_transitivity.v
|
| 624 |
+
theorems:
|
| 625 |
+
- cong_pseudo_reflexivity
|
| 626 |
+
- path: theories/Main/Tarski_dev/Ch14_prod.v
|
| 627 |
+
theorems:
|
| 628 |
+
- prod_0_r
|
| 629 |
+
- prod_assoc1
|
| 630 |
+
- prod_y_axis_change
|
| 631 |
+
- path: theories/Elements/OriginalProofs/lemma_erectedperpendicularunique.v
|
| 632 |
+
theorems:
|
| 633 |
+
- lemma_erectedperpendicularunique
|
| 634 |
+
- path: theories/Main/Meta_theory/Parallel_postulates/legendre.v
|
| 635 |
+
theorems:
|
| 636 |
+
- legendre_aux2
|
| 637 |
+
- legendre_s_third_theorem
|
| 638 |
+
- path: theories/Algebraic/Counter_models/Planar/counter_model_euclid.v
|
| 639 |
+
theorems:
|
| 640 |
+
- lower_dim
|
| 641 |
+
- nbet_bca
|
| 642 |
+
- cong_identity
|
| 643 |
+
- path: theories/Main/Meta_theory/Parallel_postulates/thales_existence_rah.v
|
| 644 |
+
theorems:
|
| 645 |
+
- thales_existence__rah
|
| 646 |
+
- path: theories/Algebraic/Counter_models/nD/independent_version_to_tarski.v
|
| 647 |
+
theorems:
|
| 648 |
+
- altIT2D_to_T2D
|
| 649 |
+
- Estability
|
| 650 |
+
- path: theories/Main/Tarski_dev/Ch13_2_length.v
|
| 651 |
+
theorems:
|
| 652 |
+
- ex_points_lg_not_col
|
| 653 |
+
- is_len_cong
|
| 654 |
+
- lg_eql_lg
|
| 655 |
+
- path: theories/Main/Highschool/exercises.v
|
| 656 |
+
theorems:
|
| 657 |
+
- quadrileral_midpoints
|
| 658 |
+
- path: theories/Elements/OriginalProofs/proposition_24.v
|
| 659 |
+
theorems:
|
| 660 |
+
- proposition_24
|
| 661 |
+
- path: theories/Main/Tarski_dev/Ch05_bet_le.v
|
| 662 |
+
theorems:
|
| 663 |
+
- cong__le3412
|
| 664 |
+
- between_cong_2
|
| 665 |
+
- nlt
|
| 666 |
+
- cong__nlt
|
| 667 |
+
- le__nlt
|
| 668 |
+
- path: theories/Elements/OriginalProofs/proposition_29B.v
|
| 669 |
+
theorems:
|
| 670 |
+
- proposition_29B
|
| 671 |
+
- path: theories/Elements/OriginalProofs/lemma_TGflip.v
|
| 672 |
+
theorems:
|
| 673 |
+
- lemma_TGflip
|
| 674 |
+
- path: theories/Coinc/Utils/sets.v
|
| 675 |
+
theorems:
|
| 676 |
+
- eq_equiv
|
| 677 |
+
- lt
|
| 678 |
+
- lt_trans
|
| 679 |
+
- STexists_mem_4
|
| 680 |
+
- InCPOCP
|
| 681 |
+
- path: theories/Main/Meta_theory/Parallel_postulates/tarski_euclid.v
|
| 682 |
+
theorems:
|
| 683 |
+
- tarski_s_euclid_implies_euclid_5
|
| 684 |
+
- path: theories/Main/Annexes/inscribed_angle.v
|
| 685 |
+
theorems:
|
| 686 |
+
- cop_obtuse_onc3__ts
|
| 687 |
+
- bet_cong__ghalfa
|
| 688 |
+
- path: theories/Elements/OriginalProofs/lemma_legsmallerhypotenuse.v
|
| 689 |
+
theorems:
|
| 690 |
+
- lemma_legsmallerhypotenuse
|
| 691 |
+
- path: theories/Main/Highschool/varignon.v
|
| 692 |
+
theorems:
|
| 693 |
+
- varignon_aux_aux
|
| 694 |
+
- path: theories/Elements/OriginalProofs/proposition_28C.v
|
| 695 |
+
theorems:
|
| 696 |
+
- proposition_28C
|
| 697 |
+
- path: theories/Algebraic/Counter_models/nD/independent_version_to_beeson.v
|
| 698 |
+
theorems:
|
| 699 |
+
- ITcong_inner_transitivity
|
| 700 |
+
- path: theories/Coinc/ColR.v
|
| 701 |
+
theorems:
|
| 702 |
+
- CTcol_permutation_5
|
| 703 |
+
- proper_3
|
| 704 |
+
- path: theories/Main/Meta_theory/Parallel_postulates/rah_posidonius_postulate.v
|
| 705 |
+
theorems:
|
| 706 |
+
- rah__posidonius_aux
|
| 707 |
+
- path: theories/Main/Meta_theory/Parallel_postulates/parallel_postulates.v
|
| 708 |
+
theorems:
|
| 709 |
+
- equivalence_of_aristotle_greenberg_and_decidability_of_intersection
|
| 710 |
+
- equivalent_postulates_with_decidability_of_intersection_of_lines
|
| 711 |
+
- path: theories/Main/Annexes/perp_bisect.v
|
| 712 |
+
theorems:
|
| 713 |
+
- perp_bisect_is_on_perp_bisect
|
| 714 |
+
- perp_bisect_perp
|
| 715 |
+
- perp_bisect_existence
|
| 716 |
+
- path: theories/Elements/OriginalProofs/lemma_twolines.v
|
| 717 |
+
theorems:
|
| 718 |
+
- lemma_twolines
|
| 719 |
+
- path: theories/Algebraic/Counter_models/Planar/counter_model_cong_identity.v
|
| 720 |
+
theorems:
|
| 721 |
+
- five_segment
|
| 722 |
+
- path: theories/Coinc/Utils/general_tactics.v
|
| 723 |
+
theorems:
|
| 724 |
+
- ltac_something_show
|
| 725 |
+
- path: theories/Main/Tarski_dev/Ch07_midpoint.v
|
| 726 |
+
theorems:
|
| 727 |
+
- midpoint_def
|
| 728 |
+
- path: theories/Main/Meta_theory/Parallel_postulates/weak_tarski_s_parallel_postulate_weak_inverse_projection_postulate.v
|
| 729 |
+
theorems:
|
| 730 |
+
- weak_tarski_s_parallel_postulate__weak_inverse_projection_postulate
|
| 731 |
+
- path: theories/Elements/OriginalProofs/proposition_08.v
|
| 732 |
+
theorems:
|
| 733 |
+
- proposition_08
|
| 734 |
+
- path: theories/Elements/OriginalProofs/proposition_02.v
|
| 735 |
+
theorems:
|
| 736 |
+
- proposition_02
|
| 737 |
+
- path: theories/Elements/OriginalProofs/lemma_pointreflectionisometry.v
|
| 738 |
+
theorems:
|
| 739 |
+
- lemma_pointreflectionisometry
|
| 740 |
+
- path: theories/Elements/OriginalProofs/lemma_planeseparation.v
|
| 741 |
+
theorems:
|
| 742 |
+
- lemma_planeseparation
|
| 743 |
+
- path: theories/Algebraic/Counter_models/nD/counter_model_five_segment.v
|
| 744 |
+
theorems:
|
| 745 |
+
- row_mx_head
|
| 746 |
+
- path: theories/Main/Meta_theory/Parallel_postulates/SPP_tarski.v
|
| 747 |
+
theorems:
|
| 748 |
+
- impossible_case_7
|
| 749 |
+
- strong_parallel_postulate_implies_tarski_s_euclid
|
| 750 |
+
- path: theories/Algebraic/Counter_models/nD/independence.v
|
| 751 |
+
theorems:
|
| 752 |
+
- big_pairs_andb_and
|
| 753 |
+
- path: theories/Main/Meta_theory/Models/tarski_to_coinc_theory_for_col.v
|
| 754 |
+
theorems:
|
| 755 |
+
- col_perm_1
|
| 756 |
+
- path: theories/Main/Tactics/CoincR_for_concy.v
|
| 757 |
+
theorems:
|
| 758 |
+
- ss_ok_empty_for_concy
|
| 759 |
+
- path: theories/Main/Meta_theory/Models/tarski_to_makarios.v
|
| 760 |
+
theorems:
|
| 761 |
+
- five_segment'
|
| 762 |
+
- path: theories/Elements/OriginalProofs/proposition_12.v
|
| 763 |
+
theorems:
|
| 764 |
+
- proposition_12
|
| 765 |
+
- path: theories/Elements/OriginalProofs/lemma_lessthancongruence2.v
|
| 766 |
+
theorems:
|
| 767 |
+
- lemma_lessthancongruence2
|
| 768 |
+
- path: theories/Main/Tarski_dev/Ch15_pyth_rel.v
|
| 769 |
+
theorems:
|
| 770 |
+
- Ps_Col
|
| 771 |
+
- path: theories/Algebraic/Counter_models/nD/dimensional_axioms.v
|
| 772 |
+
theorems:
|
| 773 |
+
- nth_basis
|
| 774 |
+
- path: theories/Elements/OriginalProofs/lemma_collinear5.v
|
| 775 |
+
theorems:
|
| 776 |
+
- lemma_collinear5
|
| 777 |
+
- path: theories/Elements/OriginalProofs/lemma_samenotopposite.v
|
| 778 |
+
theorems:
|
| 779 |
+
- lemma_samenotopposite
|
| 780 |
+
- path: theories/Elements/OriginalProofs/euclidean_tactics.v
|
| 781 |
+
theorems:
|
| 782 |
+
- nCol_notCol
|
| 783 |
+
- path: theories/Algebraic/Counter_models/nD/counter_model_segment_construction.v
|
| 784 |
+
theorems:
|
| 785 |
+
- ncol__nColT
|
| 786 |
+
- path: theories/Elements/OriginalProofs/lemma_samesidecollinear.v
|
| 787 |
+
theorems:
|
| 788 |
+
- lemma_samesidecollinear
|
GeoCoq/test/local.meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c37442c88d461507f1fe63e4907b411c37e02cc90110acbacbc0675f2e4dbb59
|
| 3 |
+
size 390
|
GeoCoq/test/local_data_0000010000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb1436aa8520714cb2acc07b83291066eb880936bd823d5a6520cbbf0affd522
|
| 3 |
+
size 38486203
|
GeoCoq/test/local_data_0000012495.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02631242127130a33ad1f2094dfb2d0d2c6bb1ed420948f1e5dae35c08951c4c
|
| 3 |
+
size 17108362
|
GeoCoq/test/local_lemma_0000000000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d45d1bb11ab18584e9c29bd2b628f2d845f4693962929973a89245afba9ab131
|
| 3 |
+
size 24
|
GeoCoq/train/GeoCoq_train.yaml
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
GeoCoq/train/local.meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8844a4b9a736403ca9f4b197831b3d01eca557324a6e7e5c571cc00d297617cf
|
| 3 |
+
size 390
|
GeoCoq/train/local_data_0000010000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:907cc1823d12d7e057fa2cac786191039295dbaaf2a63cfa07e5047540801aa5
|
| 3 |
+
size 28376140
|
GeoCoq/train/local_data_0000020000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:add81f113ac594bcdadb6cb29b2c305b23263ad45ae9917ea4bd0a9843ec22e3
|
| 3 |
+
size 29358820
|
GeoCoq/train/local_data_0000030000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:004ab5a12901b18bffb2754781be9d988dae9a8696472efbc5dd14cd3f3b3876
|
| 3 |
+
size 36470382
|
GeoCoq/train/local_data_0000040000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a62456bd792c5f487532587f70dfe59815d60c679490421195fe9276235bb6a4
|
| 3 |
+
size 33816489
|
GeoCoq/train/local_data_0000050000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00da17156f30ae509fc5c06f41d38b3849ec9cac4e8b4695afb02c36693e7dd3
|
| 3 |
+
size 30563876
|
GeoCoq/train/local_data_0000060000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:220821294b5e4abeeefe1f7ea748bae34d2e5f249085c691510ab2913577ae26
|
| 3 |
+
size 31433723
|
GeoCoq/train/local_data_0000070000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:658d2608d336e5202b3fa464c7f9d5a3e83490e82e58d7c79d3128853b27d485
|
| 3 |
+
size 36943268
|
GeoCoq/train/local_data_0000080000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad00fa04a7c6f1fd083a8e92175e19d224df04623c18b1797432bdc5261af214
|
| 3 |
+
size 47663948
|
GeoCoq/train/local_data_0000090000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:952a021232d917f453d21b82bccd1192f6142407151aac153f726608304f4ec6
|
| 3 |
+
size 53123465
|
GeoCoq/train/local_data_0000091120.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd0be1533deb85867600ca76a9e7b6b5692627f4622fb2e6353e48725a560cae
|
| 3 |
+
size 3329074
|
GeoCoq/train/local_lemma_0000000000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d45d1bb11ab18584e9c29bd2b628f2d845f4693962929973a89245afba9ab131
|
| 3 |
+
size 24
|
category-theory/eval/category-theory_eval.yaml
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: category-theory_eval
|
| 2 |
+
num_files: 31
|
| 3 |
+
language: COQ
|
| 4 |
+
few_shot_data_path_for_retrieval: null
|
| 5 |
+
few_shot_metadata_filename_for_retrieval: null
|
| 6 |
+
dfs_data_path_for_retrieval: null
|
| 7 |
+
dfs_metadata_filename_for_retrieval: local.meta.json
|
| 8 |
+
theorem_cnt: 43
|
| 9 |
+
datasets:
|
| 10 |
+
- project: <path-to-repo>/category-theory/
|
| 11 |
+
files:
|
| 12 |
+
- path: Lib/MapDecide.v
|
| 13 |
+
theorems:
|
| 14 |
+
- map_expr_substitution_eq
|
| 15 |
+
- formula_denote_subst_formula
|
| 16 |
+
- path: Theory/Isomorphism.v
|
| 17 |
+
theorems:
|
| 18 |
+
- from_equiv_implies_iso_equiv
|
| 19 |
+
- path: Theory/Category.v
|
| 20 |
+
theorems:
|
| 21 |
+
- cod_id
|
| 22 |
+
- path: Instance/Lambda/Step.v
|
| 23 |
+
theorems:
|
| 24 |
+
- Value_cannot_start
|
| 25 |
+
- path: Instance/Lambda/Sem.v
|
| 26 |
+
theorems:
|
| 27 |
+
- RenSem_inil
|
| 28 |
+
- path: Instance/Two/Discrete.v
|
| 29 |
+
theorems:
|
| 30 |
+
- TwoDHom_Y_X_absurd
|
| 31 |
+
- path: Construction/Free/Quiver.v
|
| 32 |
+
theorems:
|
| 33 |
+
- tlistDA_morDA
|
| 34 |
+
- morDA_tlistDA
|
| 35 |
+
- QuiverHomomorphismEquivalence_Symmetric
|
| 36 |
+
- path: Structure/Cartesian.v
|
| 37 |
+
theorems:
|
| 38 |
+
- fork_comp
|
| 39 |
+
- exr_split
|
| 40 |
+
- exr_fork_assoc
|
| 41 |
+
- path: Construction/Free.v
|
| 42 |
+
theorems:
|
| 43 |
+
- morD_sound
|
| 44 |
+
- path: Structure/Monoidal/Semicartesian/Proofs.v
|
| 45 |
+
theorems:
|
| 46 |
+
- proj_right_natural
|
| 47 |
+
- path: Instance/Fun.v
|
| 48 |
+
theorems:
|
| 49 |
+
- nat_id_right
|
| 50 |
+
- whisker_right_id
|
| 51 |
+
- whisker_flip
|
| 52 |
+
- path: Theory/Metacategory/ArrowsOnly.v
|
| 53 |
+
theorems:
|
| 54 |
+
- mapsto_inv
|
| 55 |
+
- path: Construction/Comma/Adjunction.v
|
| 56 |
+
theorems:
|
| 57 |
+
- lawvere_from_morph_iso_functorial
|
| 58 |
+
- lawvere_to_morph_iso_functorial
|
| 59 |
+
- surjective_tripleF
|
| 60 |
+
- path: Instance/Lambda/Ren.v
|
| 61 |
+
theorems:
|
| 62 |
+
- RenExp_DropAll
|
| 63 |
+
- Keep_idRen
|
| 64 |
+
- path: Construction/Product.v
|
| 65 |
+
theorems:
|
| 66 |
+
- Product_Opposite
|
| 67 |
+
- path: Theory/Coq/Map.v
|
| 68 |
+
theorems:
|
| 69 |
+
- lookup_delete
|
| 70 |
+
- path: Theory/Natural/Transformation.v
|
| 71 |
+
theorems:
|
| 72 |
+
- fun_id_left
|
| 73 |
+
- path: Theory/Adjunction.v
|
| 74 |
+
theorems:
|
| 75 |
+
- Build_Adjunction'
|
| 76 |
+
- path: Structure/UniversalProperty/Universal/Arrow.v
|
| 77 |
+
theorems:
|
| 78 |
+
- fmap_respects'
|
| 79 |
+
- path: Tools/Abstraction.v
|
| 80 |
+
theorems:
|
| 81 |
+
- ccc_curry
|
| 82 |
+
- path: Lib/FMapExt.v
|
| 83 |
+
theorems:
|
| 84 |
+
- filter_empty
|
| 85 |
+
- filter_idempotent
|
| 86 |
+
- path: Structure/Group/Proofs.v
|
| 87 |
+
theorems:
|
| 88 |
+
- left_inverse_unique
|
| 89 |
+
- path: Structure/Monoidal/Proofs.v
|
| 90 |
+
theorems:
|
| 91 |
+
- bimap_triangle_left
|
| 92 |
+
- bimap_triangle_right
|
| 93 |
+
- path: Instance/Lambda/Multi.v
|
| 94 |
+
theorems:
|
| 95 |
+
- values_final
|
| 96 |
+
- path: Theory/Metacategory/DecideExample.v
|
| 97 |
+
theorems:
|
| 98 |
+
- formula_backward_example
|
| 99 |
+
- path: Structure/Cocartesian.v
|
| 100 |
+
theorems:
|
| 101 |
+
- left_comp
|
| 102 |
+
- path: Instance/Lambda/Norm.v
|
| 103 |
+
theorems:
|
| 104 |
+
- step_preserves_SN'
|
| 105 |
+
- path: Instance/Lambda.v
|
| 106 |
+
theorems:
|
| 107 |
+
- composition_assoc_sym
|
| 108 |
+
- path: Theory/Morphisms.v
|
| 109 |
+
theorems:
|
| 110 |
+
- epi_compose
|
| 111 |
+
- path: Functor/Bifunctor.v
|
| 112 |
+
theorems:
|
| 113 |
+
- bimap_id_left_right
|
| 114 |
+
- path: Instance/Comp.v
|
| 115 |
+
theorems:
|
| 116 |
+
- from_free_unique
|
category-theory/eval/local.meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ae9f0783bf50ffdb7d6be44de5cc618366edf8abadd4bc6862ae41a5feac384
|
| 3 |
+
size 386
|
category-theory/eval/local_data_0000000208.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ef7aff604ab3706149378f57f2913181690b8ecad533c784a55b7c3b5778148
|
| 3 |
+
size 295969
|
category-theory/eval/local_lemma_0000000000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d45d1bb11ab18584e9c29bd2b628f2d845f4693962929973a89245afba9ab131
|
| 3 |
+
size 24
|
category-theory/test/category-theory_test.yaml
ADDED
|
@@ -0,0 +1,224 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: category-theory_test
|
| 2 |
+
num_files: 56
|
| 3 |
+
language: COQ
|
| 4 |
+
few_shot_data_path_for_retrieval: null
|
| 5 |
+
few_shot_metadata_filename_for_retrieval: null
|
| 6 |
+
dfs_data_path_for_retrieval: null
|
| 7 |
+
dfs_metadata_filename_for_retrieval: local.meta.json
|
| 8 |
+
theorem_cnt: 101
|
| 9 |
+
datasets:
|
| 10 |
+
- project: <path-to-repo>/category-theory/
|
| 11 |
+
files:
|
| 12 |
+
- path: Tools/Abstraction.v
|
| 13 |
+
theorems:
|
| 14 |
+
- forall_distribute
|
| 15 |
+
- ccc_apply_pair
|
| 16 |
+
- path: Instance/Fun.v
|
| 17 |
+
theorems:
|
| 18 |
+
- "nat_\u03C1"
|
| 19 |
+
- "nat_\u03BB"
|
| 20 |
+
- path: Structure/Cartesian.v
|
| 21 |
+
theorems:
|
| 22 |
+
- second_id
|
| 23 |
+
- second_split
|
| 24 |
+
- exl_second
|
| 25 |
+
- split_first
|
| 26 |
+
- path: Instance/Lambda/Full.v
|
| 27 |
+
theorems:
|
| 28 |
+
- Plug_injective
|
| 29 |
+
- path: Construction/Free/Quiver.v
|
| 30 |
+
theorems:
|
| 31 |
+
- tlist'_equiv_lengths
|
| 32 |
+
- transport_comp
|
| 33 |
+
- tlist_quiver_equiv
|
| 34 |
+
- Forgetful
|
| 35 |
+
- transport_quiver_cod
|
| 36 |
+
- path: Structure/Cartesian/Closed.v
|
| 37 |
+
theorems:
|
| 38 |
+
- uncurry_comp
|
| 39 |
+
- uncurry_inj
|
| 40 |
+
- eval_first
|
| 41 |
+
- path: Structure/Monoidal/Braided.v
|
| 42 |
+
theorems:
|
| 43 |
+
- Yang_Baxter_equation
|
| 44 |
+
- path: Instance/Lambda.v
|
| 45 |
+
theorems:
|
| 46 |
+
- composition_identity_left
|
| 47 |
+
- path: Lib/MapDecide.v
|
| 48 |
+
theorems:
|
| 49 |
+
- term_denote_subst_term
|
| 50 |
+
- formula_sound
|
| 51 |
+
- path: Structure/Bicartesian.v
|
| 52 |
+
theorems:
|
| 53 |
+
- fork_merge
|
| 54 |
+
- path: Functor/Diagonal.v
|
| 55 |
+
theorems:
|
| 56 |
+
- Diagonal_Product_Two
|
| 57 |
+
- path: Instance/Roof.v
|
| 58 |
+
theorems:
|
| 59 |
+
- RPos_RNeg_absurd
|
| 60 |
+
- RPos_RZero_absurd
|
| 61 |
+
- path: Lib/FMapExt.v
|
| 62 |
+
theorems:
|
| 63 |
+
- add_mapsto_iffT
|
| 64 |
+
- for_all_remove_inv_2
|
| 65 |
+
- add_equal_iff
|
| 66 |
+
- path: Theory/Coq/Map.v
|
| 67 |
+
theorems:
|
| 68 |
+
- pneq_dec
|
| 69 |
+
- size_delete
|
| 70 |
+
- delete_comm
|
| 71 |
+
- delete_idem
|
| 72 |
+
- path: Theory/Adjunction.v
|
| 73 |
+
theorems:
|
| 74 |
+
- from_adj_unit
|
| 75 |
+
- counit_fmap_unit
|
| 76 |
+
- adj_univ
|
| 77 |
+
- left_adjoint_iso
|
| 78 |
+
- path: Structure/UniversalProperty.v
|
| 79 |
+
theorems:
|
| 80 |
+
- preyoneda
|
| 81 |
+
- univ_property_unique_up_to_unique_iso
|
| 82 |
+
- path: Theory/Metacategory/ArrowsOnly.v
|
| 83 |
+
theorems:
|
| 84 |
+
- Two_2_object
|
| 85 |
+
- composition_right
|
| 86 |
+
- path: Solver/Normal.v
|
| 87 |
+
theorems:
|
| 88 |
+
- exprAD_sound'
|
| 89 |
+
- ex_normalize
|
| 90 |
+
- from_morphism_to_morphism_r
|
| 91 |
+
- path: Theory/Coq/Monad/Proofs.v
|
| 92 |
+
theorems:
|
| 93 |
+
- arrow_IsMonad
|
| 94 |
+
- path: Instance/Lambda/Multi.v
|
| 95 |
+
theorems:
|
| 96 |
+
- multistep_Fst1
|
| 97 |
+
- path: Structure/Binoidal.v
|
| 98 |
+
theorems:
|
| 99 |
+
- inj_left_right
|
| 100 |
+
- path: Solver/Decide.v
|
| 101 |
+
theorems:
|
| 102 |
+
- expr_sound
|
| 103 |
+
- ex_categorical
|
| 104 |
+
- path: Structure/Cocartesian.v
|
| 105 |
+
theorems:
|
| 106 |
+
- left_fork
|
| 107 |
+
- left_right
|
| 108 |
+
- path: Lib/NETList.v
|
| 109 |
+
theorems:
|
| 110 |
+
- netlist_app_length
|
| 111 |
+
- netlist_concat_app
|
| 112 |
+
- path: Structure/Monoidal/Semicartesian/Proofs.v
|
| 113 |
+
theorems:
|
| 114 |
+
- proj_left_left
|
| 115 |
+
- proj_right_tensor_id
|
| 116 |
+
- path: Theory/Functor.v
|
| 117 |
+
theorems:
|
| 118 |
+
- ToAFunctor_FromAFunctor
|
| 119 |
+
- transport_relation_exchange
|
| 120 |
+
- transport_adjunction
|
| 121 |
+
- proper_transport_r
|
| 122 |
+
- fun_equiv_comp_assoc
|
| 123 |
+
- fun_strict_equiv_id_left
|
| 124 |
+
- path: Instance/Coq/Monad.v
|
| 125 |
+
theorems:
|
| 126 |
+
- join_fmap_fmap_x
|
| 127 |
+
- join_fmap_ret_x
|
| 128 |
+
- path: Theory/Morphisms.v
|
| 129 |
+
theorems:
|
| 130 |
+
- id_monic
|
| 131 |
+
- id_epic
|
| 132 |
+
- id_invol
|
| 133 |
+
- path: Theory/Coq/Tuple/Proofs.v
|
| 134 |
+
theorems:
|
| 135 |
+
- unsplit
|
| 136 |
+
- path: Theory/Isomorphism.v
|
| 137 |
+
theorems:
|
| 138 |
+
- to_equiv_implies_iso_equiv
|
| 139 |
+
- path: Construction/Free.v
|
| 140 |
+
theorems:
|
| 141 |
+
- composition_tapp
|
| 142 |
+
- path: Instance/Shapes.v
|
| 143 |
+
theorems:
|
| 144 |
+
- sized_resized
|
| 145 |
+
- sized
|
| 146 |
+
- path: Instance/Lambda/Step.v
|
| 147 |
+
theorems:
|
| 148 |
+
- Step_deterministic
|
| 149 |
+
- path: Instance/Lambda/Ren.v
|
| 150 |
+
theorems:
|
| 151 |
+
- RenExp_ValueP
|
| 152 |
+
- RenVar_idRen
|
| 153 |
+
- path: Functor/Bifunctor.v
|
| 154 |
+
theorems:
|
| 155 |
+
- bimap_id_right_left
|
| 156 |
+
- path: Instance/Comp.v
|
| 157 |
+
theorems:
|
| 158 |
+
- Project
|
| 159 |
+
- path: Theory/Natural/Transformation.v
|
| 160 |
+
theorems:
|
| 161 |
+
- fun_id_right
|
| 162 |
+
- path: Theory/Coq/List/Proofs.v
|
| 163 |
+
theorems:
|
| 164 |
+
- Permutation_insert
|
| 165 |
+
- Permutation_Forall
|
| 166 |
+
- path: Monad/Adjunction.v
|
| 167 |
+
theorems:
|
| 168 |
+
- Adjunction_Nat_Monad
|
| 169 |
+
- path: Construction/Comma/Adjunction.v
|
| 170 |
+
theorems:
|
| 171 |
+
- lawvere_eqv_counit_fmap_unit
|
| 172 |
+
- lawvere_to_functorial
|
| 173 |
+
- path: Adjunction/Hom.v
|
| 174 |
+
theorems:
|
| 175 |
+
- hom_unit_naturality_consequence
|
| 176 |
+
- path: Instance/Lambda/Norm.v
|
| 177 |
+
theorems:
|
| 178 |
+
- Exp_SN
|
| 179 |
+
- path: Instance/Fun/Cartesian.v
|
| 180 |
+
theorems:
|
| 181 |
+
- ump_product_auto3
|
| 182 |
+
- ump_product_auto1
|
| 183 |
+
- ump_product'
|
| 184 |
+
- path: Lib/Datatypes.v
|
| 185 |
+
theorems:
|
| 186 |
+
- match_last
|
| 187 |
+
- last_rcons
|
| 188 |
+
- map_inj
|
| 189 |
+
- path: Instance/Lambda/Sem.v
|
| 190 |
+
theorems:
|
| 191 |
+
- SubSem_idSub
|
| 192 |
+
- path: Functor/Construction/Product/Monoidal.v
|
| 193 |
+
theorems:
|
| 194 |
+
- ProductFunctor_LaxMonoidal_ap_functor_nat
|
| 195 |
+
- path: Theory/Metacategory/DecideExample.v
|
| 196 |
+
theorems:
|
| 197 |
+
- problem3
|
| 198 |
+
- path: Functor/Hom.v
|
| 199 |
+
theorems:
|
| 200 |
+
- Curried_Hom
|
| 201 |
+
- path: Instance/Parallel.v
|
| 202 |
+
theorems:
|
| 203 |
+
- ParHom_Id_false_absurd
|
| 204 |
+
- path: Structure/Monoidal/Cartesian/Proofs.v
|
| 205 |
+
theorems:
|
| 206 |
+
- proj_left_braid
|
| 207 |
+
- path: Solver/Reify.v
|
| 208 |
+
theorems:
|
| 209 |
+
- test_lookup
|
| 210 |
+
- path: Construction/Cayley.v
|
| 211 |
+
theorems:
|
| 212 |
+
- Cayley_Right
|
| 213 |
+
- path: Theory/Coq/Applicative/Proofs.v
|
| 214 |
+
theorems:
|
| 215 |
+
- pure_comp
|
| 216 |
+
- path: Construction/Comma.v
|
| 217 |
+
theorems:
|
| 218 |
+
- comma_proj_com_iso
|
| 219 |
+
- path: Structure/Terminal.v
|
| 220 |
+
theorems:
|
| 221 |
+
- one_comp
|
| 222 |
+
- path: Structure/Monoidal/Proofs.v
|
| 223 |
+
theorems:
|
| 224 |
+
- tensor_id_left_inj
|
category-theory/test/local.meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:444a8740f43110b5ed1c444d76ceb519b247f1926371ab33ca53a2927f6171f7
|
| 3 |
+
size 386
|
category-theory/test/local_data_0000000610.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2744d6246e2c3783bd255150c4a47724877c018f384569a94aa274c9d087ad8a
|
| 3 |
+
size 939929
|
category-theory/test/local_lemma_0000000000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d45d1bb11ab18584e9c29bd2b628f2d845f4693962929973a89245afba9ab131
|
| 3 |
+
size 24
|
category-theory/train/category-theory_train.yaml
ADDED
|
@@ -0,0 +1,798 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: category-theory_train
|
| 2 |
+
num_files: 107
|
| 3 |
+
language: COQ
|
| 4 |
+
few_shot_data_path_for_retrieval: null
|
| 5 |
+
few_shot_metadata_filename_for_retrieval: null
|
| 6 |
+
dfs_data_path_for_retrieval: null
|
| 7 |
+
dfs_metadata_filename_for_retrieval: local.meta.json
|
| 8 |
+
theorem_cnt: 573
|
| 9 |
+
datasets:
|
| 10 |
+
- project: <path-to-repo>/category-theory/
|
| 11 |
+
files:
|
| 12 |
+
- path: Structure/Cartesian.v
|
| 13 |
+
theorems:
|
| 14 |
+
- exr_first
|
| 15 |
+
- swap_second
|
| 16 |
+
- swap_inj_l
|
| 17 |
+
- exl_fork_comp
|
| 18 |
+
- first_comp
|
| 19 |
+
- exl_split
|
| 20 |
+
- exr_fork
|
| 21 |
+
- fork_exl_exr
|
| 22 |
+
- exl'_fork
|
| 23 |
+
- second_fork
|
| 24 |
+
- swap_fork
|
| 25 |
+
- first_id
|
| 26 |
+
- exr_second
|
| 27 |
+
- split_comp
|
| 28 |
+
- first_split
|
| 29 |
+
- swap_inj_r
|
| 30 |
+
- split_id
|
| 31 |
+
- exl_fork
|
| 32 |
+
- fork'_natural
|
| 33 |
+
- swap_first
|
| 34 |
+
- split_second
|
| 35 |
+
- exr'_fork
|
| 36 |
+
- first_second
|
| 37 |
+
- fork_inv
|
| 38 |
+
- swap_invol
|
| 39 |
+
- exr_fork_comp
|
| 40 |
+
- exl_fork_assoc
|
| 41 |
+
- exl_first
|
| 42 |
+
- second_comp
|
| 43 |
+
- split_fork
|
| 44 |
+
- first_fork
|
| 45 |
+
- path: Lib/FMapExt.v
|
| 46 |
+
theorems:
|
| 47 |
+
- filter_not_in
|
| 48 |
+
- update_empty_r
|
| 49 |
+
- MapsTo_singleton
|
| 50 |
+
- update_add
|
| 51 |
+
- for_all_remove_inv
|
| 52 |
+
- Oeq_neq_sym
|
| 53 |
+
- filter_add_false
|
| 54 |
+
- for_all_empty
|
| 55 |
+
- update_empty_l
|
| 56 |
+
- take_first_None
|
| 57 |
+
- for_all_impl
|
| 58 |
+
- remove_add
|
| 59 |
+
- add_associative
|
| 60 |
+
- in_mapsto_iff
|
| 61 |
+
- mapsto_dec
|
| 62 |
+
- update_find_l
|
| 63 |
+
- filter_add_false_r
|
| 64 |
+
- filter_add_true_r
|
| 65 |
+
- filter_add_true
|
| 66 |
+
- for_all_add_true
|
| 67 |
+
- in_mapsto_iffT
|
| 68 |
+
- for_all_remove
|
| 69 |
+
- filter_Empty
|
| 70 |
+
- update_find_r
|
| 71 |
+
- not_in_mapsto_iff
|
| 72 |
+
- Proper_Oeq_negb
|
| 73 |
+
- path: Instance/Parallel.v
|
| 74 |
+
theorems:
|
| 75 |
+
- ParHom_inv_t
|
| 76 |
+
- ParHom_Y_X_absurd
|
| 77 |
+
- ParHom_inv
|
| 78 |
+
- path: Structure/Monoidal/Proofs.v
|
| 79 |
+
theorems:
|
| 80 |
+
- tensor_id_right_inj
|
| 81 |
+
- unit_identity
|
| 82 |
+
- id_unit_left
|
| 83 |
+
- triangle_identity_right
|
| 84 |
+
- bimap_id_unit_left
|
| 85 |
+
- id_unit_right
|
| 86 |
+
- inverse_pentagon_identity
|
| 87 |
+
- triangle_identity_left
|
| 88 |
+
- bimap_unit_right_id
|
| 89 |
+
- inverse_triangle_identity
|
| 90 |
+
- path: Structure/Cone.v
|
| 91 |
+
theorems:
|
| 92 |
+
- Cocone
|
| 93 |
+
- path: Tools/Abstraction.v
|
| 94 |
+
theorems:
|
| 95 |
+
- ccc_terminal
|
| 96 |
+
- convert_fork
|
| 97 |
+
- ccc_apply
|
| 98 |
+
- ccc_id
|
| 99 |
+
- distribute_forall
|
| 100 |
+
- path: Structure/Cocartesian.v
|
| 101 |
+
theorems:
|
| 102 |
+
- cover_inl
|
| 103 |
+
- cover_inr
|
| 104 |
+
- inr_right
|
| 105 |
+
- inr_left
|
| 106 |
+
- inl_right
|
| 107 |
+
- right_id
|
| 108 |
+
- paws_invol
|
| 109 |
+
- right_cover
|
| 110 |
+
- left_cover
|
| 111 |
+
- cover_right
|
| 112 |
+
- inr_merge
|
| 113 |
+
- paws_left
|
| 114 |
+
- left_id
|
| 115 |
+
- right_comp
|
| 116 |
+
- merge_comp
|
| 117 |
+
- cover_left
|
| 118 |
+
- merge_inl_inr
|
| 119 |
+
- cover_id
|
| 120 |
+
- right_fork
|
| 121 |
+
- inl_left
|
| 122 |
+
- paws_fork
|
| 123 |
+
- cover_comp
|
| 124 |
+
- paws_right
|
| 125 |
+
- inl_merge
|
| 126 |
+
- merge_inv
|
| 127 |
+
- path: Construction/Free/Quiver.v
|
| 128 |
+
theorems:
|
| 129 |
+
- QuiverComp
|
| 130 |
+
- transport_comp_mid
|
| 131 |
+
- tlist'_quiver_equiv_transitive
|
| 132 |
+
- transport_quiver_dom
|
| 133 |
+
- tlist'_quiver_equiv_symmetric
|
| 134 |
+
- QuiverHomomorphismEquivalence_Transitive
|
| 135 |
+
- QuiverComp
|
| 136 |
+
- tlist'_quiver_equiv_reflexive
|
| 137 |
+
- InducedFunctor
|
| 138 |
+
- transport_id
|
| 139 |
+
- inductive_implies_fixpoint
|
| 140 |
+
- fixpoint_implies_inductive
|
| 141 |
+
- QuiverHomomorphismEquivalence_Reflexive
|
| 142 |
+
- QuiverHomomorphismOfFunctor
|
| 143 |
+
- UniversalArrowQuiverCat
|
| 144 |
+
- UnitQuiverCatAdjunction
|
| 145 |
+
- transport_r_comp
|
| 146 |
+
- path: Structure/Monoidal/Closed.v
|
| 147 |
+
theorems:
|
| 148 |
+
- curry_inj
|
| 149 |
+
- curry_uncurry
|
| 150 |
+
- curry_eval
|
| 151 |
+
- uncurry_curry
|
| 152 |
+
- uncurry_inj
|
| 153 |
+
- path: Theory/Coq/Map.v
|
| 154 |
+
theorems:
|
| 155 |
+
- fromList_toList
|
| 156 |
+
- compress_delete
|
| 157 |
+
- lookup_insert
|
| 158 |
+
- insert_delete
|
| 159 |
+
- MapsTo_lookup
|
| 160 |
+
- toList_fromList
|
| 161 |
+
- compress_equiv
|
| 162 |
+
- size_compress
|
| 163 |
+
- path: Functor/Structure/Monoidal.v
|
| 164 |
+
theorems:
|
| 165 |
+
- ap_iso_to_from
|
| 166 |
+
- ap_iso_from_to
|
| 167 |
+
- path: Instance/Lambda/Norm.v
|
| 168 |
+
theorems:
|
| 169 |
+
- SubExp_SN
|
| 170 |
+
- step_preserves_SN
|
| 171 |
+
- step_preserves_halting
|
| 172 |
+
- value_halts
|
| 173 |
+
- strong_normalization
|
| 174 |
+
- multistep_preserves_SN
|
| 175 |
+
- normal_forms_unique
|
| 176 |
+
- multistep_preserves_SN'
|
| 177 |
+
- path: Structure/Monoidal/Cartesian/Proofs.v
|
| 178 |
+
theorems:
|
| 179 |
+
- proj_right_braid
|
| 180 |
+
- eliminate_left_diagonal
|
| 181 |
+
- proj_right_left_diagonal
|
| 182 |
+
- proj_left_id_diagonal
|
| 183 |
+
- proj_right_id_diagonal
|
| 184 |
+
- unit_right_eliminate
|
| 185 |
+
- unit_left_eliminate
|
| 186 |
+
- proj_left_right_diagonal
|
| 187 |
+
- eliminate_right_diagonal
|
| 188 |
+
- path: Lib/MapDecide.v
|
| 189 |
+
theorems:
|
| 190 |
+
- formula_substitution_eq
|
| 191 |
+
- map_expr_size_subst_all_map_expr
|
| 192 |
+
- find_mapsto_iff_ex
|
| 193 |
+
- formula_size_subst_formula
|
| 194 |
+
- term_substitution_eq
|
| 195 |
+
- term_denote_substitution
|
| 196 |
+
- formula_size_subst_all_formula
|
| 197 |
+
- map_expr_denote_subst_map_expr
|
| 198 |
+
- map_contains_MapsTo
|
| 199 |
+
- term_beq_sound
|
| 200 |
+
- map_expr_size_subst_map_expr
|
| 201 |
+
- terms_not_conflicted
|
| 202 |
+
- path: Instance/Shapes.v
|
| 203 |
+
theorems:
|
| 204 |
+
- Trie_case0
|
| 205 |
+
- trie_vec
|
| 206 |
+
- vec_Trie_left
|
| 207 |
+
- resized_sized
|
| 208 |
+
- size_unsize
|
| 209 |
+
- vec_trie
|
| 210 |
+
- vec_Trie_right
|
| 211 |
+
- Trie_map_flatten
|
| 212 |
+
- resized
|
| 213 |
+
- map_id
|
| 214 |
+
- map_concat
|
| 215 |
+
- Trie_right
|
| 216 |
+
- Trie_left
|
| 217 |
+
- map_map
|
| 218 |
+
- map_append
|
| 219 |
+
- path: Construction/Subcategory.v
|
| 220 |
+
theorems:
|
| 221 |
+
- Full_Implies_Full_Functor
|
| 222 |
+
- path: Instance/Lambda/Full.v
|
| 223 |
+
theorems:
|
| 224 |
+
- AppR_LAM
|
| 225 |
+
- Ctxt_id_left
|
| 226 |
+
- Ctxt_id_right
|
| 227 |
+
- strong_progress
|
| 228 |
+
- Ctxt_comp_assoc
|
| 229 |
+
- AppL_LAM
|
| 230 |
+
- Redex_deterministic
|
| 231 |
+
- Plug_functional
|
| 232 |
+
- path: Adjunction/Hom.v
|
| 233 |
+
theorems:
|
| 234 |
+
- hom_fmap_counit_unit
|
| 235 |
+
- hom_counit_fmap_unit
|
| 236 |
+
- hom_counit_naturality_consequence
|
| 237 |
+
- path: Instance/Sets/Par.v
|
| 238 |
+
theorems:
|
| 239 |
+
- from_to_impossible
|
| 240 |
+
- to_from_impossible
|
| 241 |
+
- from_to
|
| 242 |
+
- to_from
|
| 243 |
+
- path: Theory/Adjunction.v
|
| 244 |
+
theorems:
|
| 245 |
+
- fmap_counit_unit
|
| 246 |
+
- to_adj_unit
|
| 247 |
+
- to_adj_comp_law
|
| 248 |
+
- right_adjoint_iso
|
| 249 |
+
- unit_comp
|
| 250 |
+
- to_adj_counit
|
| 251 |
+
- fmap_from_adj_unit
|
| 252 |
+
- from_adj_respects
|
| 253 |
+
- from_adj_comp_law
|
| 254 |
+
- counit_comp
|
| 255 |
+
- from_adj_counit
|
| 256 |
+
- adj_univ_impl
|
| 257 |
+
- fmap_to_adj_counit
|
| 258 |
+
- adj_monic
|
| 259 |
+
- to_adj_respects
|
| 260 |
+
- path: Solver/Normal.v
|
| 261 |
+
theorems:
|
| 262 |
+
- exprAD_sound
|
| 263 |
+
- from_morphism_to_morphism
|
| 264 |
+
- from_morphism_app_r
|
| 265 |
+
- append_assoc
|
| 266 |
+
- from_morphism_app
|
| 267 |
+
- exprSD_enough
|
| 268 |
+
- path: Theory/Metacategory/ArrowsOnly.v
|
| 269 |
+
theorems:
|
| 270 |
+
- composition_identity_left
|
| 271 |
+
- Two_2_morphism
|
| 272 |
+
- composable_pairs_step_disjoint
|
| 273 |
+
- Two_2_object
|
| 274 |
+
- composition_respects
|
| 275 |
+
- composition_associative
|
| 276 |
+
- peano_rect'
|
| 277 |
+
- composition_identity_right
|
| 278 |
+
- composable_pairs_step_find
|
| 279 |
+
- composable_pairs_succ
|
| 280 |
+
- composition_left
|
| 281 |
+
- peano_rect'
|
| 282 |
+
- find_add_inv
|
| 283 |
+
- path: Structure/Monoidal/Semicartesian.v
|
| 284 |
+
theorems:
|
| 285 |
+
- eliminate_comp
|
| 286 |
+
- path: Functor/Construction/Product/Monoidal.v
|
| 287 |
+
theorems:
|
| 288 |
+
- ProductFunctor_fst_LaxMonoidal_ap_functor_nat
|
| 289 |
+
- ProductFunctor_Monoidal_proj2_ap_functor_iso
|
| 290 |
+
- ProductFunctor_LaxMonoidal_proj2_ap_functor_nat
|
| 291 |
+
- ProductFunctor_proj_LaxMonoidal
|
| 292 |
+
- ProductFunctor_snd_LaxMonoidal_ap_functor_nat
|
| 293 |
+
- ProductFunctor_LaxMonoidal_proj1_ap_functor_nat
|
| 294 |
+
- path: Natural/Transformation/Opposite.v
|
| 295 |
+
theorems:
|
| 296 |
+
- Opposite_Transform_invol
|
| 297 |
+
- path: Structure/BiCCC.v
|
| 298 |
+
theorems:
|
| 299 |
+
- unmerge_uncurry
|
| 300 |
+
- uncurry_merge
|
| 301 |
+
- path: Instance/Two/Discrete.v
|
| 302 |
+
theorems:
|
| 303 |
+
- TwoDHom_inv_t
|
| 304 |
+
- TwoDHom_inv
|
| 305 |
+
- TwoDHom_X_Y_absurd
|
| 306 |
+
- path: Lib/NETList.v
|
| 307 |
+
theorems:
|
| 308 |
+
- netlist_find_sublist_app
|
| 309 |
+
- netlist_rev_length
|
| 310 |
+
- netlist_concat_tadd
|
| 311 |
+
- netlist_rev_unit
|
| 312 |
+
- netlist_rev_involutive
|
| 313 |
+
- netlist_find_sublist_nat_ex1
|
| 314 |
+
- netlist_app_assoc
|
| 315 |
+
- netlist_cons_uncons
|
| 316 |
+
- netlist_app_comm_cons
|
| 317 |
+
- netlist_rev_app_distr
|
| 318 |
+
- path: Theory/Coq/Monad/Proofs.v
|
| 319 |
+
theorems:
|
| 320 |
+
- Identity_IsMonad
|
| 321 |
+
- Compose_IsMonad
|
| 322 |
+
- path: Theory/Coq/List/Proofs.v
|
| 323 |
+
theorems:
|
| 324 |
+
- olast_spec
|
| 325 |
+
- olast_last
|
| 326 |
+
- sortBy_sorted
|
| 327 |
+
- olast_cons
|
| 328 |
+
- Forall_insert
|
| 329 |
+
- Permutation_sortBy
|
| 330 |
+
- StronglySorted_insert
|
| 331 |
+
- Forall_append
|
| 332 |
+
- StronglySorted_cat
|
| 333 |
+
- Forall_ordered
|
| 334 |
+
- path: Theory/Isomorphism.v
|
| 335 |
+
theorems:
|
| 336 |
+
- iso_sym_right_inverse
|
| 337 |
+
- iso_sym_left_inverse
|
| 338 |
+
- to_equiv_implies_iso_equiv
|
| 339 |
+
- to_equiv_implies_iso_equiv
|
| 340 |
+
- path: Structure/Monoidal/Relevance.v
|
| 341 |
+
theorems:
|
| 342 |
+
- braid2_natural
|
| 343 |
+
- path: Theory/Coq/Maybe/Proofs.v
|
| 344 |
+
theorems:
|
| 345 |
+
- ap_endo_nothing
|
| 346 |
+
- fmap_endo_nothing
|
| 347 |
+
- alt_endo_nothing
|
| 348 |
+
- bind_endo_just
|
| 349 |
+
- fmap_endo_just
|
| 350 |
+
- Maybe_choose_spec
|
| 351 |
+
- bind_endo_nothing
|
| 352 |
+
- alt_endo_just
|
| 353 |
+
- ap_endo_just
|
| 354 |
+
- path: Lib/TList.v
|
| 355 |
+
theorems:
|
| 356 |
+
- tlist_concat_tnil
|
| 357 |
+
- tlist_rev_length
|
| 358 |
+
- tlist_app_assoc
|
| 359 |
+
- tlist_app_cons
|
| 360 |
+
- tlist_app_length
|
| 361 |
+
- tlist_app_tnil_r
|
| 362 |
+
- tlist_rev_involutive
|
| 363 |
+
- tlist_rev_unit
|
| 364 |
+
- tlist_rev_app_distr
|
| 365 |
+
- tlist_concat_app
|
| 366 |
+
- tlist_app_comm_cons
|
| 367 |
+
- tlist_concat_tcons
|
| 368 |
+
- tlist_app_tnil_l
|
| 369 |
+
- path: Lib/Datatypes.v
|
| 370 |
+
theorems:
|
| 371 |
+
- Forall_app
|
| 372 |
+
- let_projT1
|
| 373 |
+
- last_app_cons
|
| 374 |
+
- length_remove
|
| 375 |
+
- last_Forall
|
| 376 |
+
- Acc_symprod2
|
| 377 |
+
- let_snd
|
| 378 |
+
- list_rect2
|
| 379 |
+
- last_cons
|
| 380 |
+
- let_projT2
|
| 381 |
+
- let_fst
|
| 382 |
+
- wf_symprod2
|
| 383 |
+
- path: Structure/Cartesian/Closed.v
|
| 384 |
+
theorems:
|
| 385 |
+
- curry_comp
|
| 386 |
+
- curry_inj
|
| 387 |
+
- uncurry_comp_r
|
| 388 |
+
- curry_unfork
|
| 389 |
+
- curry_id
|
| 390 |
+
- uncurry_curry
|
| 391 |
+
- curry_uncurry
|
| 392 |
+
- curry_fork
|
| 393 |
+
- eval_curry
|
| 394 |
+
- curry_eval
|
| 395 |
+
- curry_comp_l
|
| 396 |
+
- path: Theory/Morphisms.v
|
| 397 |
+
theorems:
|
| 398 |
+
- sections_are_monic
|
| 399 |
+
- flip_Retraction
|
| 400 |
+
- retractions_are_epic
|
| 401 |
+
- flip_invol
|
| 402 |
+
- id_idem
|
| 403 |
+
- flip_Section
|
| 404 |
+
- monic_compose
|
| 405 |
+
- path: Instance/Lambda/Sem.v
|
| 406 |
+
theorems:
|
| 407 |
+
- SubSem_ScR
|
| 408 |
+
- RenSem_idRen
|
| 409 |
+
- SemExp_wk
|
| 410 |
+
- SubSem_ScS
|
| 411 |
+
- SemVar_SubSem
|
| 412 |
+
- SemExp_RenSem
|
| 413 |
+
- ScR_idRen
|
| 414 |
+
- SubSem_RcS
|
| 415 |
+
- SubSem_inil
|
| 416 |
+
- SemExp_SubSem
|
| 417 |
+
- RenSem_RcR
|
| 418 |
+
- RenSem_skip1
|
| 419 |
+
- SemVar_RenSem
|
| 420 |
+
- path: Theory/Universal/Arrow.v
|
| 421 |
+
theorems:
|
| 422 |
+
- AdjunctionFromUniversalArrows
|
| 423 |
+
- ump_universal_arrows
|
| 424 |
+
- universal_arrow_from_UMP
|
| 425 |
+
- LeftAdjointFunctorFromUniversalArrows
|
| 426 |
+
- path: Instance/Lambda/Multi.v
|
| 427 |
+
theorems:
|
| 428 |
+
- multi_trans
|
| 429 |
+
- multi_R
|
| 430 |
+
- multistep_Snd1
|
| 431 |
+
- multistep_Pair
|
| 432 |
+
- multistep_Pair2
|
| 433 |
+
- multistep_AppR
|
| 434 |
+
- multistep_Pair1
|
| 435 |
+
- path: Theory/Functor.v
|
| 436 |
+
theorems:
|
| 437 |
+
- fun_equiv_id_left
|
| 438 |
+
- fun_equiv_id_right
|
| 439 |
+
- fun_equiv_fmap_from
|
| 440 |
+
- fun_strict_equiv_comp_assoc
|
| 441 |
+
- transport_functorial_dom
|
| 442 |
+
- proper_transport_r
|
| 443 |
+
- transport_trans
|
| 444 |
+
- FullyFaithful
|
| 445 |
+
- transport_f_equal
|
| 446 |
+
- transport_functorial_cod
|
| 447 |
+
- FromAFunctor_ToAFunctor
|
| 448 |
+
- proper_transport_r
|
| 449 |
+
- proper_transport
|
| 450 |
+
- fun_equiv_to_fmap
|
| 451 |
+
- fun_strict_equiv_id_right
|
| 452 |
+
- fobj_Compose
|
| 453 |
+
- transport_r_trans
|
| 454 |
+
- path: Instance/Comp.v
|
| 455 |
+
theorems:
|
| 456 |
+
- Bool
|
| 457 |
+
- Product
|
| 458 |
+
- component_compose
|
| 459 |
+
- component_compose
|
| 460 |
+
- component_compose
|
| 461 |
+
- component_compose
|
| 462 |
+
- GroupEq
|
| 463 |
+
- induced_hom
|
| 464 |
+
- path: Functor/Structure/Cartesian/Closed.v
|
| 465 |
+
theorems:
|
| 466 |
+
- exp_out_inj
|
| 467 |
+
- exp_out_in
|
| 468 |
+
- exp_in_inj
|
| 469 |
+
- fmap_eval
|
| 470 |
+
- exp_in_out
|
| 471 |
+
- path: Theory/Coq/Tuple/Proofs.v
|
| 472 |
+
theorems:
|
| 473 |
+
- fst_snd
|
| 474 |
+
- uncurry_works
|
| 475 |
+
- path: Solver/Reify.v
|
| 476 |
+
theorems:
|
| 477 |
+
- test_reifyExpr
|
| 478 |
+
- test_addToObjList
|
| 479 |
+
- test_allObjs
|
| 480 |
+
- test_addToCatList
|
| 481 |
+
- test_catLists
|
| 482 |
+
- test_reifyTerm
|
| 483 |
+
- test_toList
|
| 484 |
+
- ex_find_vars
|
| 485 |
+
- ex_reify_and_change
|
| 486 |
+
- test_lookupObj
|
| 487 |
+
- test_listSize
|
| 488 |
+
- test_updateCat
|
| 489 |
+
- test_lookupCat
|
| 490 |
+
- test_lookupArr
|
| 491 |
+
- test_reifyObj
|
| 492 |
+
- test_addToList
|
| 493 |
+
- test_addToArrList
|
| 494 |
+
- test_allVars
|
| 495 |
+
- path: Instance/Cat.v
|
| 496 |
+
theorems:
|
| 497 |
+
- Cat_Iso_from_Full
|
| 498 |
+
- path: Structure/UniversalProperty/Universal/Arrow.v
|
| 499 |
+
theorems:
|
| 500 |
+
- UniversalArrowIsUniversalProperty
|
| 501 |
+
- path: Instance/Sets.v
|
| 502 |
+
theorems:
|
| 503 |
+
- surjectivity_is_epic
|
| 504 |
+
- bijective_is_iso
|
| 505 |
+
- injectivity_is_monic
|
| 506 |
+
- setoid_morphism_compose_respects
|
| 507 |
+
- path: Theory/Coq/Functor/Proofs.v
|
| 508 |
+
theorems:
|
| 509 |
+
- compose_fmap
|
| 510 |
+
- path: Theory/Natural/Transformation.v
|
| 511 |
+
theorems:
|
| 512 |
+
- fun_id_right_and_sym
|
| 513 |
+
- fun_id_right_sym_and
|
| 514 |
+
- fun_comp_assoc
|
| 515 |
+
- fun_id_left_sym
|
| 516 |
+
- fun_id_right_sym
|
| 517 |
+
- fun_comp_assoc_and_sym
|
| 518 |
+
- Build_Transform'
|
| 519 |
+
- nat_compose_respects
|
| 520 |
+
- fun_comp_assoc_sym
|
| 521 |
+
- fun_comp_assoc_sym_and
|
| 522 |
+
- fun_id_left_and_sym
|
| 523 |
+
- fun_id_left_sym_and
|
| 524 |
+
- path: Instance/Roof.v
|
| 525 |
+
theorems:
|
| 526 |
+
- RZero_RPos_id
|
| 527 |
+
- RNeg_RZero_absurd
|
| 528 |
+
- RNeg_RNeg_id
|
| 529 |
+
- RoofHom_inv
|
| 530 |
+
- RNeg_RPos_absurd
|
| 531 |
+
- RoofHom_inv_t
|
| 532 |
+
- path: Instance/Lambda.v
|
| 533 |
+
theorems:
|
| 534 |
+
- composition_assoc
|
| 535 |
+
- composition_identity_right
|
| 536 |
+
- SemExp_identity
|
| 537 |
+
- SemExp_composition
|
| 538 |
+
- path: Instance/Two.v
|
| 539 |
+
theorems:
|
| 540 |
+
- TwoHom_inv_t
|
| 541 |
+
- TwoHom_Y_X_absurd
|
| 542 |
+
- TwoHom_inv
|
| 543 |
+
- path: Instance/Fun.v
|
| 544 |
+
theorems:
|
| 545 |
+
- "nat_\u03B1"
|
| 546 |
+
- "nat_\u03B1_whisker_assoc"
|
| 547 |
+
- whisker_right_dist
|
| 548 |
+
- whisker_left_dist
|
| 549 |
+
- "nat_\u03B1_whisker_right_comp"
|
| 550 |
+
- "nat_\u03B1_whisker_left_comp"
|
| 551 |
+
- nat_id_left
|
| 552 |
+
- whisker_left_id
|
| 553 |
+
- nat_comp_assoc
|
| 554 |
+
- "nat_\u03B1_nat_\u03B1"
|
| 555 |
+
- Functor_Setoid_Nat_Iso
|
| 556 |
+
- whisker_left_right
|
| 557 |
+
- path: Instance/Cones/Comma.v
|
| 558 |
+
theorems:
|
| 559 |
+
- Cones_Comma
|
| 560 |
+
- Cones_to_Comma
|
| 561 |
+
- Cones_from_Comma
|
| 562 |
+
- path: Construction/Product.v
|
| 563 |
+
theorems:
|
| 564 |
+
- fst_comp
|
| 565 |
+
- snd_comp
|
| 566 |
+
- path: Theory/Coq/Applicative/Proofs.v
|
| 567 |
+
theorems:
|
| 568 |
+
- Compose_IsApplicative
|
| 569 |
+
- compose_ap
|
| 570 |
+
- Identity_IsApplicative
|
| 571 |
+
- ap_comp
|
| 572 |
+
- arrow_IsApplicative
|
| 573 |
+
- path: Instance/One/Diagonal.v
|
| 574 |
+
theorems:
|
| 575 |
+
- Diagonal_Unique
|
| 576 |
+
- path: Structure/Monoidal/Naturality.v
|
| 577 |
+
theorems:
|
| 578 |
+
- monoidal_naturality
|
| 579 |
+
- path: Instance/Lambda/Step.v
|
| 580 |
+
theorems:
|
| 581 |
+
- AppR_LAM
|
| 582 |
+
- strong_progress
|
| 583 |
+
- AppL_LAM
|
| 584 |
+
- value_is_nf
|
| 585 |
+
- Value_irreducible
|
| 586 |
+
- path: Functor/Bifunctor.v
|
| 587 |
+
theorems:
|
| 588 |
+
- bimap_id_id
|
| 589 |
+
- bimap_comp
|
| 590 |
+
- bimap_fmap
|
| 591 |
+
- bimap_comp_id_left
|
| 592 |
+
- bimap_comp_id_right
|
| 593 |
+
- path: Instance/Fun/Cartesian.v
|
| 594 |
+
theorems:
|
| 595 |
+
- ump_product_auto4
|
| 596 |
+
- ump_product_auto4
|
| 597 |
+
- fmap_respects'
|
| 598 |
+
- ump_product_auto2
|
| 599 |
+
- path: Structure/Group/Proofs.v
|
| 600 |
+
theorems:
|
| 601 |
+
- mappend_inverse
|
| 602 |
+
- mempty_left_diagonal
|
| 603 |
+
- mempty_right_diagonal
|
| 604 |
+
- path: Structure/Initial.v
|
| 605 |
+
theorems:
|
| 606 |
+
- zero_comp
|
| 607 |
+
- path: Adjunction/Natural/Transformation/Opposite.v
|
| 608 |
+
theorems:
|
| 609 |
+
- Opposite_Adjunction_Transform_invol
|
| 610 |
+
- path: Instance/Lambda/Ren.v
|
| 611 |
+
theorems:
|
| 612 |
+
- DropAll_nil_idRen
|
| 613 |
+
- RenExp_idRen
|
| 614 |
+
- RenExp_preserves_size
|
| 615 |
+
- NoRen_idRen
|
| 616 |
+
- Keep_RcR
|
| 617 |
+
- RcR_idRen_right
|
| 618 |
+
- RcR_idRen_left
|
| 619 |
+
- RenVar_RcR
|
| 620 |
+
- RcR_assoc
|
| 621 |
+
- RenVar_skip1
|
| 622 |
+
- RenExp_RcR
|
| 623 |
+
- path: Structure/UniversalProperty.v
|
| 624 |
+
theorems:
|
| 625 |
+
- univ_property_respects_iso
|
| 626 |
+
- univ_property_unique
|
| 627 |
+
- representability_by_yoneda
|
| 628 |
+
- path: Theory/Metacategory/DecideExample.v
|
| 629 |
+
theorems:
|
| 630 |
+
- map_decide_test
|
| 631 |
+
- problem4
|
| 632 |
+
- problem5
|
| 633 |
+
- problem100
|
| 634 |
+
- path: Construction/Comma/Adjunction.v
|
| 635 |
+
theorems:
|
| 636 |
+
- lawvere_iso_to_from
|
| 637 |
+
- Left_Functoriality
|
| 638 |
+
- lawvere_from_to
|
| 639 |
+
- "\u03BC_\u03BA_\u03B8"
|
| 640 |
+
- "\u03C6_\u03C8_equiv"
|
| 641 |
+
- lawvere_iso_from
|
| 642 |
+
- lawvere_iso_from_to
|
| 643 |
+
- "\u03C8_\u03C6_equiv"
|
| 644 |
+
- "\u03B7_\u03B8_\u03BA"
|
| 645 |
+
- "expand_\u03C6_\u03C8"
|
| 646 |
+
- lawvere_iso_to
|
| 647 |
+
- Adjunction_Comma
|
| 648 |
+
- lawvere_eqv_fmap_counit_unit
|
| 649 |
+
- surjective_tripleG
|
| 650 |
+
- lawvere_to_from
|
| 651 |
+
- Right_Functoriality
|
| 652 |
+
- "expand_\u03C8_\u03C6"
|
| 653 |
+
- lawvere_from_functorial
|
| 654 |
+
- path: Instance/Lambda/Log.v
|
| 655 |
+
theorems:
|
| 656 |
+
- ExpP_P
|
| 657 |
+
- ExpR_R
|
| 658 |
+
- path: Functor/Hom.v
|
| 659 |
+
theorems:
|
| 660 |
+
- Yoneda_Embedding'
|
| 661 |
+
- Curried_Hom
|
| 662 |
+
- path: Theory/Category.v
|
| 663 |
+
theorems:
|
| 664 |
+
- dom_id
|
| 665 |
+
- cod_comp
|
| 666 |
+
- dom_comp
|
| 667 |
+
- Build_Category'_Coq
|
| 668 |
+
- path: Construction/Free.v
|
| 669 |
+
theorems:
|
| 670 |
+
- morDA_tlistDA
|
| 671 |
+
- tlistDA_morDA
|
| 672 |
+
- composition_tnil
|
| 673 |
+
- path: Construction/Enriched.v
|
| 674 |
+
theorems:
|
| 675 |
+
- Functor_is_Enriched_over_Set
|
| 676 |
+
- Category_is_Enriched_over_Set
|
| 677 |
+
- path: Instance/Lambda/Value.v
|
| 678 |
+
theorems:
|
| 679 |
+
- ValueP_dec
|
| 680 |
+
- ValueP_irrelevance
|
| 681 |
+
- path: Monad/Kleisli.v
|
| 682 |
+
theorems:
|
| 683 |
+
- monad_id_right
|
| 684 |
+
- monad_comp_assoc
|
| 685 |
+
- monad_id_left
|
| 686 |
+
- path: Structure/UniversalProperty/Limit.v
|
| 687 |
+
theorems:
|
| 688 |
+
- LimitIsUniversalProperty
|
| 689 |
+
- ump_limit_construct_proper
|
| 690 |
+
- cone_coherence_auto1
|
| 691 |
+
- cone_equiv_to_morphism_equiv
|
| 692 |
+
- ump_limit_construct_recover
|
| 693 |
+
- ump_limit_construct_recover'
|
| 694 |
+
- ump_limit_construct
|
| 695 |
+
- path: Construction/Cayley.v
|
| 696 |
+
theorems:
|
| 697 |
+
- Cayley_Left
|
| 698 |
+
- path: Functor/Diagonal.v
|
| 699 |
+
theorems:
|
| 700 |
+
- Diagonal_Product_Two
|
| 701 |
+
- path: Functor/Structure/Cartesian.v
|
| 702 |
+
theorems:
|
| 703 |
+
- prod_out_in
|
| 704 |
+
- prod_out_inj
|
| 705 |
+
- prod_in_inj
|
| 706 |
+
- prod_in_out
|
| 707 |
+
- path: Construction/Opposite.v
|
| 708 |
+
theorems:
|
| 709 |
+
- op_invol
|
| 710 |
+
- path: Theory/Kan/Extension.v
|
| 711 |
+
theorems:
|
| 712 |
+
- left_adjoint_impl
|
| 713 |
+
- left_adjoints_preserve
|
| 714 |
+
- path: Adjunction/Opposite.v
|
| 715 |
+
theorems:
|
| 716 |
+
- Opposite_Adjunction_invol
|
| 717 |
+
- path: Lib/IList.v
|
| 718 |
+
theorems:
|
| 719 |
+
- ith
|
| 720 |
+
- ith_exact
|
| 721 |
+
- path: Structure/Limit/Cartesian.v
|
| 722 |
+
theorems:
|
| 723 |
+
- Cartesian_Limit
|
| 724 |
+
- path: Structure/Monoid.v
|
| 725 |
+
theorems:
|
| 726 |
+
- uncurry_exl_fork_exr
|
| 727 |
+
- mappend_assoc_sym
|
| 728 |
+
- path: Instance/Lambda/Sound.v
|
| 729 |
+
theorems:
|
| 730 |
+
- soundness
|
| 731 |
+
- path: Theory/Coq/List.v
|
| 732 |
+
theorems:
|
| 733 |
+
- oends
|
| 734 |
+
- path: Structure/Cone/Const.v
|
| 735 |
+
theorems:
|
| 736 |
+
- Cone_Comma
|
| 737 |
+
- Cone_Natural_Transform
|
| 738 |
+
- path: Functor/Structure/Monoidal/Pure.v
|
| 739 |
+
theorems:
|
| 740 |
+
- pure_natural
|
| 741 |
+
- fmap_pure
|
| 742 |
+
- path: Structure/Monoidal/Symmetric.v
|
| 743 |
+
theorems:
|
| 744 |
+
- bimap_braid
|
| 745 |
+
- braid_bimap_braid
|
| 746 |
+
- hexagon_rotated
|
| 747 |
+
- path: Instance/Poset.v
|
| 748 |
+
theorems:
|
| 749 |
+
- eq_equiv
|
| 750 |
+
- path: Monad/Monoid.v
|
| 751 |
+
theorems:
|
| 752 |
+
- Monoid_Monad
|
| 753 |
+
- path: Solver/Decide.v
|
| 754 |
+
theorems:
|
| 755 |
+
- expr_tauto
|
| 756 |
+
- path: Functor/Traversable/Product.v
|
| 757 |
+
theorems:
|
| 758 |
+
- ProductFunctor_Traversable_ap_functor_nat
|
| 759 |
+
- path: Instance/Coq/Monad.v
|
| 760 |
+
theorems:
|
| 761 |
+
- join_fmap_join_x
|
| 762 |
+
- join_ret_x
|
| 763 |
+
- path: Structure/UniversalProperty/Cartesian.v
|
| 764 |
+
theorems:
|
| 765 |
+
- CartesianProductIsUniversalProperty
|
| 766 |
+
- path: Instance/Lambda/Exp.v
|
| 767 |
+
theorems:
|
| 768 |
+
- Exp_size_preserved
|
| 769 |
+
- path: Functor/Opposite.v
|
| 770 |
+
theorems:
|
| 771 |
+
- Opposite_Functor_invol
|
| 772 |
+
- path: Construction/Product/Comma.v
|
| 773 |
+
theorems:
|
| 774 |
+
- Comma_Product
|
| 775 |
+
- path: Structure/Monoidal/Semicartesian/Proofs.v
|
| 776 |
+
theorems:
|
| 777 |
+
- proj_right_right
|
| 778 |
+
- proj_left_tensor_id
|
| 779 |
+
- proj_left_natural
|
| 780 |
+
- path: Construction/Comma.v
|
| 781 |
+
theorems:
|
| 782 |
+
- comma_proj_mor_iso
|
| 783 |
+
- path: Structure/Limit/Kan/Extension.v
|
| 784 |
+
theorems:
|
| 785 |
+
- Kan_Limit
|
| 786 |
+
- path: Structure/Monoidal/Internal/Product.v
|
| 787 |
+
theorems:
|
| 788 |
+
- exl_swap
|
| 789 |
+
- exr_swap
|
| 790 |
+
- path: Structure/Limit/Terminal.v
|
| 791 |
+
theorems:
|
| 792 |
+
- Terminal_Limit
|
| 793 |
+
- path: Structure/Monoidal/Semicocartesian.v
|
| 794 |
+
theorems:
|
| 795 |
+
- generate_comp
|
| 796 |
+
- path: Monad/Adjunction.v
|
| 797 |
+
theorems:
|
| 798 |
+
- Adjunction_Monad
|
category-theory/train/local.meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff6a1c7827e403d8922ecbc9c632b679fbe56c2feb9254eb1a803bd89042ca5d
|
| 3 |
+
size 388
|
category-theory/train/local_data_0000004114.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a45e608c1f3ee43adda42f62a751b1495255d2ea3224eabdb6bfa6a0d96bc23
|
| 3 |
+
size 9705422
|
category-theory/train/local_lemma_0000000000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d45d1bb11ab18584e9c29bd2b628f2d845f4693962929973a89245afba9ab131
|
| 3 |
+
size 24
|
coq/eval/local.meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:585070c7bff1571bb3c7dee4fbaa4fb5e4d18bd814aa6b0c7a0dc01dddafe70c
|
| 3 |
+
size 388
|
coq/eval/local_data_0000007213.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5adbaef5bb645fe52d62a8c960253856536b84bfd8392ffbed3b59a9e149a834
|
| 3 |
+
size 23304144
|
coq/eval/local_lemma_0000000000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d45d1bb11ab18584e9c29bd2b628f2d845f4693962929973a89245afba9ab131
|
| 3 |
+
size 24
|
coq/test/local.meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e65bb89501ede82e72b3bfb278da47a0c071bce08637d26c163d73b4f512dc6b
|
| 3 |
+
size 390
|
coq/test/local_data_0000010000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46f76392afc4bdc2214963db9e1d6468c045142ea1f41ee2901dafc22c6a4188
|
| 3 |
+
size 27497917
|
coq/test/local_data_0000020000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45ca9ee1799f4aa0e768b775e85fcff558c401940c46b575948d4e538360b3cb
|
| 3 |
+
size 51676475
|
coq/test/local_data_0000020072.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bc8596243bcca86501a421e436d087e087818bd7ab500fe12e95c6713d1568c
|
| 3 |
+
size 114917
|
coq/test/local_lemma_0000000000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d45d1bb11ab18584e9c29bd2b628f2d845f4693962929973a89245afba9ab131
|
| 3 |
+
size 24
|
coq/train/local.meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0474c44d1cb318466eaac5de9567ea6f91beb1eeb168fc25f585db422443f7a
|
| 3 |
+
size 392
|
coq/train/local_data_0000010000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5e0af1a3f5e54b0f0a50f83d93af1cf4644e4fcd73484f6c029ba5e5ef14617
|
| 3 |
+
size 16090910
|
coq/train/local_data_0000020000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4a0aca28af175c00ff4507003531ad76cf401a3d5d087efa57c65e58c4b46dc
|
| 3 |
+
size 38786695
|
coq/train/local_data_0000030000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b249e5781252a4e805dd460e814ad619be25e90f5b20b7474f6ece7519dca664
|
| 3 |
+
size 29441520
|
coq/train/local_data_0000040000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43cf077fde864c0a4cb77ce87685ca024f5ebf07e2c379b9546500077cf5d7b4
|
| 3 |
+
size 18611035
|
coq/train/local_data_0000050000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8aec7a4288b395494fc57f3ce350f04aac1890fd187341c7c3cb8f14f3a1d668
|
| 3 |
+
size 29565846
|
coq/train/local_data_0000060000.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97538a7dbd8c097ad4757c288862a8992427d019dd2b1380923a538244467f8e
|
| 3 |
+
size 34993066
|