Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |