Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1. fix intros method. 2. Couple extra lemmas; good small test cases for ↵ | Josh Chen | 2020-08-05 | 1 | -1/+2 |
| | | | | normalization in typechecking/elaboration. | ||||
* | (FEAT) SIDE_CONDS tactical has additional argument specifying how many ↵ | Josh Chen | 2020-08-03 | 1 | -13/+17 |
| | | | | | | | | initial subgoals to skip applying the side condition solver to. (FEAT) `intro`, `intros` methods for "logical introduction rules" (as opposed to typechecking `intr` attribute), only works on conclusions with rigid type. (FEAT) CREPEAT_N bounded repetition tactical, used in `intros n` method. | ||||
* | (REF) Tweak attribute names in preparation for new logical introduction rule ↵ | Josh Chen | 2020-07-31 | 1 | -13/+16 |
| | | | | behavior | ||||
* | (FEAT) Term elaboration of assumption and goal statements. | Josh Chen | 2020-07-31 | 1 | -33/+37 |
| | | | | | | | | | | | | | | | | | | | | . 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. | ||||
* | New `assuming` proof command for elaborated assumptions | Josh Chen | 2020-07-28 | 1 | -14/+8 |
| | |||||
* | Hook elaboration into assumptions mechanism | Josh Chen | 2020-07-27 | 1 | -0/+2 |
| | |||||
* | begin work on pre-proof elaboration | Josh Chen | 2020-07-22 | 1 | -19/+19 |
| | |||||
* | minor | Josh Chen | 2020-07-21 | 1 | -1/+1 |
| | |||||
* | 1. Bugfix: implicits now properly name schematic variables. Fixes problems ↵ | Josh Chen | 2020-07-21 | 1 | -7/+11 |
| | | | | caused by variable name clashes. 2. reduce method now more principled: restricts to repeating on first subgoal. 3. An example declarative proof in Equivalence.thy. | ||||
* | 1. Type-checking/inference now more principled, and the implementation is ↵ | Josh Chen | 2020-07-21 | 1 | -83/+64 |
| | | | | better. 2. Changed most tactics to context tactics. | ||||
* | Checkpoint. THIS BUILD WILL FAIL | Josh Chen | 2020-07-16 | 1 | -30/+75 |
| | |||||
* | Defined annotated terms to be used in future typechecking improvements | Josh Chen | 2020-07-11 | 1 | -4/+7 |
| | |||||
* | Non-annotated object lambda | Josh Chen | 2020-07-09 | 1 | -20/+45 |
| | |||||
* | 1. Initial `Definition` keyword. 2. ifelse. | Josh Chen | 2020-07-08 | 1 | -13/+12 |
| | |||||
* | reorganize | Josh Chen | 2020-06-19 | 1 | -14/+17 |
| | |||||
* | 1. Type information context data | Josh Chen | 2020-06-03 | 1 | -2/+3 |
| | | | | | 2. Small reformulations of rules 3. Bool | ||||
* | inhabitation coercion should be syntax, not logical constant! | Josh Chen | 2020-05-30 | 1 | -2/+2 |
| | |||||
* | fix Pi congruence rule | Josh Chen | 2020-05-29 | 1 | -2/+2 |
| | |||||
* | notation | Josh Chen | 2020-05-28 | 1 | -0/+3 |
| | |||||
* | case distinction | Josh Chen | 2020-05-28 | 1 | -1/+5 |
| | |||||
* | reorganize folder structure | Josh Chen | 2020-05-28 | 1 | -14/+14 |
| | |||||
* | 1. New congruence declarations for calculational reasoning. 2. Remove old ↵ | Josh Chen | 2020-05-26 | 1 | -7/+5 |
| | | | | elimination tactic. | ||||
* | Lists + more reorganizing | Josh Chen | 2020-05-25 | 1 | -2/+7 |
| | |||||
* | Reorganize theory structure. In particular, the identity type moves out from ↵ | Josh Chen | 2020-05-25 | 1 | -0/+481 |
under Spartan to HoTT. Spartan now only has Pi and Sigma. |