aboutsummaryrefslogtreecommitdiff
path: root/hott/Nat.thy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (broken) update hott for Isabelle 2021-1HEADmasterstuebinm2022-06-291-6/+6
| | | | | | | | | this just replaces all instance of `this` with instances of `infer`. Unfortunately, it looks likes something else also broke, and I have no idea what it is (but the proof for equiv_if_equal fails). Sadly this means we can't get to univalence for now … (but rn I'm too tired to try anything else with it)
* renamingsJosh Chen2021-01-211-30/+30
|
* Swapped notation for metas (now ?) and holes (now {}), other notation and ↵Josh Chen2021-01-181-7/+7
| | | | name changes.
* (FEAT) Context data slots for known types and conditional type rules, as ↵Josh Chen2020-08-141-7/+7
| | | | | | | | | | | | | well as a separate one for judgmental equality rules. (REF) Goal statement assumptions are now put into the new context data slots. (FEAT) `assuming` Isar keyword—like `assume` but puts assumptions into context data. (REF) Typechecking and all other tactics refactored to use type information from the context data, as opposed to looking at all facts visible in context. MINOR INCOMPATIBILITY: facts that were implicitly used in proofs now have to be annotated with [type] to make them visible throughout the context, else explicitly passed to methods via `using`, or declared with `assuming`. (REF) Fixed incompatibilities in theories.
* (REF) Tweak attribute names in preparation for new logical introduction rule ↵Josh Chen2020-07-311-3/+3
| | | | behavior
* (FEAT) Term elaboration of assumption and goal statements.Josh Chen2020-07-311-29/+29
| | | | | | | | | | | | | | | | | | | | . spartan/core/goals.ML . spartan/core/elaboration.ML . spartan/core/elaborated_statement.ML (FEAT) More context tacticals and search tacticals. . spartan/core/context_tactical.ML (FEAT) Improved subgoal focus. Moves fully elaborated assumptions into the context (MINOR INCOMPATIBILITY). . spartan/core/focus.ML (FIX) Normalize facts in order to be able to resolve properly. . spartan/core/typechecking.ML (MAIN) New definitions. (MAIN) Renamed theories and theorems. (MAIN) Refactor theories to fit new features.
* 1. Type-checking/inference now more principled, and the implementation is ↵Josh Chen2020-07-211-8/+9
| | | | better. 2. Changed most tactics to context tactics.
* Non-annotated object lambdaJosh Chen2020-07-091-5/+5
|
* minorJosh Chen2020-07-081-1/+1
|
* multiplicationJosh Chen2020-05-311-6/+72
|
* add and mul recurse on second argument instead of firstJosh Chen2020-05-301-20/+49
|
* fix nameJosh Chen2020-05-301-1/+5
|
* change variable name in elim rules and fix small mistakeJosh Chen2020-05-271-7/+7
|
* new materialJosh Chen2020-05-261-3/+3
|
* more reorganizingJosh Chen2020-05-251-1/+1
|
* Lists + more reorganizingJosh Chen2020-05-251-1/+1
|
* minorJosh Chen2020-05-251-1/+1
|
* some arithmeticJosh Chen2020-05-251-17/+30
|
* new work on elimination tacticJosh Chen2020-05-241-1/+1
|
* some tweaks and comments, in preparation for general inductive type eliminationJosh Chen2020-05-221-4/+47
|
* minor namingJosh Chen2020-04-161-9/+13
|
* 1. change var names. 2. add and mulJosh Chen2020-04-031-8/+11
|
* 1. Base theory. 2. Fix Nat axioms, addition.Josh Chen2020-04-031-9/+10
|
* Brand-spanking new version using Spartan infrastructureJosh Chen2020-04-021-0/+51