Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Decided on a new proper scheme for type rules using the idea of implicit ↵ | Josh Chen | 2018-06-17 | 1 | -1/+1 |
| | | | | well-formed contexts and guaranteed conclusion well-formedness. Product type rules now follow this scheme. | ||||
* | Type rules now have \"all\" premises explicitly stated, matching the ↵ | Josh Chen | 2018-06-12 | 1 | -6/+13 |
| | | | | formulation in the HoTT book. | ||||
* | Reorganize code | Josh Chen | 2018-06-09 | 1 | -0/+48 |