Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
English
Size:
100K - 1M
License:
File size: 1,270 Bytes
4365a98 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
prioritize_num();;
(* ------------------------------------------------------------------------- *)
(* Some additional mathematical background. *)
(* ------------------------------------------------------------------------- *)
loadt "Library/rstc.ml";;
loadt "Library/prime.ml";;
(* ------------------------------------------------------------------------- *)
(* The basics of first order logic and our inference system. *)
(* ------------------------------------------------------------------------- *)
loadt "Arithmetic/fol.ml";;
(* ------------------------------------------------------------------------- *)
(* The incompleteness results. *)
(* ------------------------------------------------------------------------- *)
loadt "Arithmetic/definability.ml";;
loadt "Arithmetic/tarski.ml";;
loadt "Arithmetic/arithprov.ml";;
loadt "Arithmetic/godel.ml";;
(* ------------------------------------------------------------------------- *)
(* Sigma-1 completeness of Robinson arithmetic. *)
(* ------------------------------------------------------------------------- *)
loadt "Arithmetic/derived.ml";;
loadt "Arithmetic/sigmacomplete.ml";;
|