Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change mixfix pretty-printing indentation | Josh Chen | 2019-02-23 | 1 | -3/+3 |
| | |||||
* | Method "quantify" converts product inhabitation into Pure universal ↵ | Josh Chen | 2019-02-17 | 1 | -2/+2 |
| | | | | 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 | -27/+24 |
| | | | | 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. | ||||
* | 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! | ||||
* | Reorganizing theories | Josh Chen | 2018-09-17 | 1 | -34/+23 |
| | |||||
* | Reorganized HoTT_Base, updated theories | Josh Chen | 2018-09-16 | 1 | -19/+19 |
|\ | |||||
| * | Some final touchups before release 0.1 for the MS thesis | Josh Chen | 2018-09-12 | 1 | -1/+1 |
| | | |||||
| * | Go back to higher-order application notation | Josh Chen | 2018-09-11 | 1 | -12/+12 |
|/ | |||||
* | Move Empty and Unit types to their own theories | Josh Chen | 2018-08-18 | 1 | -13/+0 |
| | |||||
* | Reorganize methods | Josh Chen | 2018-08-18 | 1 | -1/+1 |
| | |||||
* | Regrouping type rules | Josh Chen | 2018-08-18 | 1 | -17/+19 |
| | |||||
* | Prod.thy now has the correct definitional equality structure rule. ↵ | Josh Chen | 2018-08-16 | 1 | -1/+1 |
| | | | | Definition of function composition and properties. | ||||
* | rcompose done | Josh Chen | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | Commit before testing polymorphic equality eliminator | Josh Chen | 2018-08-12 | 1 | -14/+13 |
| | |||||
* | Old application syntax incompatible with Eisbach | Josh Chen | 2018-08-07 | 1 | -14/+14 |
| | |||||
* | Experiment with polymorphic dependent eliminators, i.e. we leave type and ↵ | Josh Chen | 2018-08-07 | 1 | -9/+9 |
| | | | | type family decorations implicit. | ||||
* | Partway through changing function application syntax style. | Josh Chen | 2018-08-06 | 1 | -7/+9 |
| | |||||
* | Reorganize theories | Josh Chen | 2018-08-04 | 1 | -18/+21 |
| | |||||
* | Unit and Null types. Methods. | Josh Chen | 2018-07-12 | 1 | -0/+13 |
| | |||||
* | Universes implemented. Type rules modified accordingly. No more automatic ↵ | Josh Chen | 2018-07-11 | 1 | -16/+8 |
| | | | | derivation of "A:U" from "a:A". | ||||
* | Library snapshot. Methods written, everything nicely organized. | Josh Chen | 2018-07-07 | 1 | -1/+2 |
| | |||||
* | Remove extra attributes for elimination rules, unneeded for now. | Josh Chen | 2018-07-06 | 1 | -1/+0 |
| | |||||
* | 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 | -6/+7 |
| | |||||
* | Refactor HoTT_Methods.thy, proved more stuff with new methods. | Josh Chen | 2018-07-03 | 1 | -4/+4 |
| | |||||
* | Rewrote methods: wellformed now two lines, uses named theorems. New, more ↵ | Josh Chen | 2018-07-03 | 1 | -1/+1 |
| | | | | powerful derive method. Used these to rewrite proofs. | ||||
* | Add Pair_intro | Josh Chen | 2018-06-30 | 1 | -0/+7 |
| | |||||
* | Move projection function definitions out of Sum.thy | Josh Chen | 2018-06-27 | 1 | -170/+1 |
| | |||||
* | Dependent projection properties done. | Josh Chen | 2018-06-18 | 1 | -27/+58 |
| | |||||
* | Fixed wrong definition of snd_dep. Proved projection property of snd_dep. ↵ | Josh Chen | 2018-06-18 | 1 | -16/+81 |
| | | | | 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 | -18/+31 |
| | | | | simplifier. Proved simplification rule for dependent fst. | ||||
* | Proof of projection functions now harder. Should look up automation methods. | Josh Chen | 2018-06-17 | 1 | -8/+14 |
| | |||||
* | Eliminators must be completely parametrized at the meta-level. | Josh Chen | 2018-06-17 | 1 | -14/+5 |
| | |||||
* | projections | Josh Chen | 2018-06-15 | 1 | -13/+28 |
| | |||||
* | Type rules now have \"all\" premises explicitly stated, matching the ↵ | Josh Chen | 2018-06-12 | 1 | -31/+62 |
| | | | | formulation in the HoTT book. | ||||
* | Reorganize code | Josh Chen | 2018-06-09 | 1 | -0/+78 |