Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more convenient syntax | Josh Chen | 2019-02-28 | 1 | -4/+9 |
| | |||||
* | 1. Remove all type inference functionality (feature development moving to ↵ | Josh Chen | 2019-02-28 | 1 | -29/+5 |
| | | | | | | another branch). 2. Eq.thy complete. | ||||
* | change mixfix pretty-printing indentation | Josh Chen | 2019-02-23 | 1 | -5/+5 |
| | |||||
* | Cleanups and reorganization | Josh Chen | 2019-02-22 | 1 | -17/+17 |
| | |||||
* | finalize quantify methods | Josh Chen | 2019-02-17 | 1 | -3/+2 |
| | |||||
* | Method "quantify" converts product inhabitation into Pure universal ↵ | Josh Chen | 2019-02-17 | 1 | -3/+25 |
| | | | | statements. Also misc. cleanups. | ||||
* | Organize this commit as a backup of the work on type inference done so far; ↵ | Josh Chen | 2019-02-11 | 1 | -12/+12 |
| | | | | learnt that I probably need to take a different approach. In particular, should first make the constants completely monomorphic, and then work on full proper type inference, rather than the heuristic approach taken here. | ||||
* | restructure library | Josh Chen | 2019-02-10 | 1 | -1/+1 |
| | |||||
* | Fix antiquotation situation | Josh Chen | 2019-02-10 | 1 | -5/+8 |
| | |||||
* | Type information storage functionality (assume_type, assume_types keywords) ↵ | Josh Chen | 2019-02-10 | 1 | -22/+36 |
| | | | | done! Inference and pretty-printing for function composition done. | ||||
* | Add cong named theorem for congruence rules | Josh Chen | 2019-02-05 | 1 | -2/+3 |
| | |||||
* | Basic type inference for composed lambda terms! | Josh Chen | 2019-02-05 | 1 | -18/+11 |
| | |||||
* | Type inference setup begun - first use-case for function composition. | Josh Chen | 2019-02-05 | 1 | -13/+18 |
| | |||||
* | 1. Change syntax to rely less on unicode/control symbols. | Josh Chen | 2019-02-04 | 1 | -40/+61 |
| | | | | 2. Begin work on object-level type inference and input syntax help. | ||||
* | Application should bind tighter than composition | Josh Chen | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | Rename properties of equality + more properties. Output formatting for ` | Josh Chen | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | Not sure what advantage is provided by having eta-expanded forms in the ↵ | Josh Chen | 2018-09-19 | 1 | -2/+2 |
| | | | | rules. Removing for now. | ||||
* | Overhaul of the theory presentations. New methods in HoTT_Methods.thy for ↵ | Josh Chen | 2018-09-18 | 1 | -0/+1 |
| | | | | handling universes. Commit for release 0.1.0! | ||||
* | Theories fully reorganized. Well-formedness rules removed. New methods etc. | Josh Chen | 2018-09-18 | 1 | -2/+3 |
| | |||||
* | Moved function composition lemmas into Prod.thy | Josh Chen | 2018-09-17 | 1 | -51/+51 |
| | |||||
* | Reorganized HoTT_Base, updated theories | Josh Chen | 2018-09-16 | 1 | -23/+19 |
|\ | |||||
| * | Implementing univalence | Josh Chen | 2018-09-11 | 1 | -0/+5 |
| | | |||||
| * | Go back to higher-order application notation | Josh Chen | 2018-09-11 | 1 | -11/+11 |
| | | |||||
* | | Trying to atomize universal quantification | Josh Chen | 2018-08-19 | 1 | -0/+9 |
|/ | |||||
* | Move Empty and Unit types to their own theories | Josh Chen | 2018-08-18 | 1 | -19/+0 |
| | |||||
* | Reorganize methods | Josh Chen | 2018-08-18 | 1 | -2/+2 |
| | |||||
* | Regrouping type rules | Josh Chen | 2018-08-18 | 1 | -12/+12 |
| | |||||
* | Make function composition a definition instead of an axiomatization (should ↵ | Josh Chen | 2018-08-17 | 1 | -9/+1 |
| | | | | not need to worry about preconditions) | ||||
* | Prod.thy now has the correct definitional equality structure rule. ↵ | Josh Chen | 2018-08-16 | 1 | -17/+11 |
| | | | | Definition of function composition and properties. | ||||
* | Rename to distinguish function and path composition; function composition ↵ | Josh Chen | 2018-08-15 | 1 | -8/+18 |
| | | | | proofs, which have issues... | ||||
* | Basic compute method | Josh Chen | 2018-08-15 | 1 | -1/+1 |
| | |||||
* | Tweak proof methods, some type rules; add HoTT Book examples | Josh Chen | 2018-08-15 | 1 | -1/+1 |
| | |||||
* | Function composition, rename path composition to differentiate the two. | Josh Chen | 2018-08-15 | 1 | -0/+16 |
| | |||||
* | rcompose done | Josh Chen | 2018-08-13 | 1 | -14/+8 |
| | |||||
* | Commit before testing polymorphic equality eliminator | Josh Chen | 2018-08-12 | 1 | -10/+12 |
| | |||||
* | Old application syntax incompatible with Eisbach | Josh Chen | 2018-08-07 | 1 | -6/+6 |
| | |||||
* | Experiment with polymorphic dependent eliminators, i.e. we leave type and ↵ | Josh Chen | 2018-08-07 | 1 | -5/+5 |
| | | | | type family decorations implicit. | ||||
* | Partway through changing function application syntax style. | Josh Chen | 2018-08-06 | 1 | -17/+17 |
| | |||||
* | Reorganize theories | Josh Chen | 2018-08-04 | 1 | -26/+30 |
| | |||||
* | Unit and Null types. Methods. | Josh Chen | 2018-07-12 | 1 | -0/+19 |
| | |||||
* | Universes implemented. Type rules modified accordingly. No more automatic ↵ | Josh Chen | 2018-07-11 | 1 | -4/+4 |
| | | | | derivation of "A:U" from "a:A". | ||||
* | Library snapshot. Methods written, everything nicely organized. | Josh Chen | 2018-07-07 | 1 | -0/+1 |
| | |||||
* | Remove extra attributes for elimination rules, unneeded for now. | Josh Chen | 2018-07-06 | 1 | -2/+1 |
| | |||||
* | Added attributes to type elimination rules, not sure if these will actually ↵ | Josh Chen | 2018-07-06 | 1 | -0/+2 |
| | | | | be needed or useful later. Added [comp] attribute to be used by simplification met methods. | ||||
* | Trivial changes | Josh Chen | 2018-07-04 | 1 | -1/+1 |
| | |||||
* | Rewrote methods: wellformed now two lines, uses named theorems. New, more ↵ | Josh Chen | 2018-07-03 | 1 | -2/+1 |
| | | | | powerful derive method. Used these to rewrite proofs. | ||||
* | Proving path composition. Need to set up the Simplifier to simplify ↵ | Josh Chen | 2018-06-30 | 1 | -0/+1 |
| | | | | application of object-lambdas to arguments. | ||||
* | Finished proofs of projections | Josh Chen | 2018-06-30 | 1 | -1/+1 |
| | |||||
* | Fixed wrong definition of snd_dep. Proved projection property of snd_dep. ↵ | Josh Chen | 2018-06-18 | 1 | -5/+13 |
| | | | | Added type formation rules expressing necessity of the conditions. | ||||
* | Removed all [simp] attributes, these will be added later when I set up the ↵ | Josh Chen | 2018-06-18 | 1 | -12/+19 |
| | | | | simplifier. Proved simplification rule for dependent fst. |