Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Misc formatting | Josh Chen | 2018-08-18 | 3 | -3/+2 | |
| | ||||||
* | Output formatting | Josh Chen | 2018-08-18 | 1 | -1/+1 | |
| | ||||||
* | Ignore more files | Josh Chen | 2018-08-18 | 1 | -0/+3 | |
| | ||||||
* | Update license | Josh Chen | 2018-08-18 | 1 | -1/+1 | |
| | ||||||
* | Update test file | Josh Chen | 2018-08-18 | 1 | -113/+19 | |
| | ||||||
* | Fixed mistake in Equal_elim and proof of rpathcomp_comp | Josh Chen | 2018-08-18 | 2 | -26/+26 | |
| | ||||||
* | Update README.md | Josh Chen | 2018-08-17 | 1 | -9/+5 | |
| | ||||||
* | Merge branch 'master' of github.com:jaycech3n/Isabelle-HoTT | Josh Chen | 2018-08-17 | 1 | -2/+3 | |
|\ | ||||||
| * | Update README.md | Josh Chen | 2018-08-17 | 1 | -2/+3 | |
| | | ||||||
* | | Fix silly mistakes in Coprod.thy | Josh Chen | 2018-08-17 | 1 | -10/+10 | |
| | | ||||||
* | | Cleanups | Josh Chen | 2018-08-17 | 1 | -4/+4 | |
|/ | ||||||
* | Merge branch 'master' of github.com:jaycech3n/HoTT | Josh Chen | 2018-08-17 | 1 | -0/+22 | |
|\ | ||||||
| * | Update README.md | Josh Chen | 2018-08-17 | 1 | -1/+6 | |
| | | ||||||
| * | Add contact | Josh Chen | 2018-08-17 | 1 | -1/+1 | |
| | | ||||||
| * | Update README.md | Josh Chen | 2018-08-17 | 1 | -1/+1 | |
| | | ||||||
| * | Update README.md | Josh Chen | 2018-08-17 | 1 | -1/+2 | |
| | | ||||||
| * | Create README.md | Josh Chen | 2018-08-17 | 1 | -0/+16 | |
| | | ||||||
* | | Properties of function composition | Josh Chen | 2018-08-17 | 1 | -24/+5 | |
|/ | ||||||
* | Remove test commit folder | Josh Chen | 2018-08-17 | 1 | -1/+0 | |
| | ||||||
* | Partway through updating proofs after the change of the function composition ↵ | Josh Chen | 2018-08-17 | 1 | -46/+11 | |
| | | | | definition | |||||
* | Axiomatizations should be definitions | Josh Chen | 2018-08-17 | 1 | -4/+2 | |
| | ||||||
* | Make function composition a definition instead of an axiomatization (should ↵ | Josh Chen | 2018-08-17 | 1 | -9/+1 | |
| | | | | not need to worry about preconditions) | |||||
* | Change unnecessary axiomatization to a definition | Josh Chen | 2018-08-17 | 1 | -2/+2 | |
| | ||||||
* | Testing with the new theory | Josh Chen | 2018-08-17 | 1 | -29/+25 | |
| | ||||||
* | second test | Josh Chen | 2018-08-16 | 1 | -0/+1 | |
| | ||||||
* | test new machine | Josh Chen | 2018-08-16 | 1 | -0/+2 | |
| | ||||||
* | Some comments and reorganization | Josh Chen | 2018-08-16 | 2 | -24/+42 | |
| | ||||||
* | Merge branch 'master' of github.com:jaycech3n/HoTT | Josh Chen | 2018-08-16 | 0 | -0/+0 | |
|\ | ||||||
| * | Prod.thy now has the correct definitional equality structure rule. ↵ | Josh Chen | 2018-08-16 | 13 | -59/+105 | |
| | | | | | | | | Definition of function composition and properties. | |||||
* | | Prod.thy now has the correct definitional equality structure rule. ↵ | Josh Chen | 2018-08-16 | 13 | -59/+105 | |
|/ | | | | Definition of function composition and properties. | |||||
* | Rename to distinguish function and path composition; function composition ↵ | Josh Chen | 2018-08-15 | 5 | -101/+93 | |
| | | | | proofs, which have issues... | |||||
* | Basic compute method | Josh Chen | 2018-08-15 | 5 | -12/+45 | |
| | ||||||
* | Tweak proof methods, some type rules; add HoTT Book examples | Josh Chen | 2018-08-15 | 7 | -50/+87 | |
| | ||||||
* | Function composition, rename path composition to differentiate the two. | Josh Chen | 2018-08-15 | 2 | -20/+36 | |
| | ||||||
* | Well-formation rules are back in the methods; new theory synthesizing the ↵ | Josh Chen | 2018-08-14 | 7 | -102/+174 | |
| | | | | natural number predecessor function. | |||||
* | Equality inverse and composition done. Cleaned up methods and method example ↵ | Josh Chen | 2018-08-14 | 5 | -121/+215 | |
| | | | | theory. | |||||
* | rcompose done | Josh Chen | 2018-08-13 | 7 | -78/+105 | |
| | ||||||
* | Commit before testing polymorphic equality eliminator | Josh Chen | 2018-08-12 | 9 | -56/+108 | |
| | ||||||
* | Rewriting projection functions | Josh Chen | 2018-08-08 | 2 | -211/+7 | |
| | ||||||
* | Tweaks | Josh Chen | 2018-08-07 | 2 | -4/+9 | |
| | ||||||
* | Old application syntax incompatible with Eisbach | Josh Chen | 2018-08-07 | 7 | -78/+74 | |
| | ||||||
* | Experiment with polymorphic dependent eliminators, i.e. we leave type and ↵ | Josh Chen | 2018-08-07 | 2 | -14/+14 | |
| | | | | type family decorations implicit. | |||||
* | Partway through changing function application syntax style. | Josh Chen | 2018-08-06 | 7 | -138/+206 | |
| | ||||||
* | Coproduct | Josh Chen | 2018-08-04 | 1 | -0/+61 | |
| | ||||||
* | Reorganize theories | Josh Chen | 2018-08-04 | 5 | -100/+130 | |
| | ||||||
* | Unit and Null types. Methods. | Josh Chen | 2018-07-12 | 5 | -19/+73 | |
| | ||||||
* | Universes implemented. Type rules modified accordingly. No more automatic ↵ | Josh Chen | 2018-07-11 | 7 | -70/+63 | |
| | | | | derivation of "A:U" from "a:A". | |||||
* | Alternative implementation of universes using meta-level numerals. | Josh Chen | 2018-07-11 | 1 | -32/+43 | |
| | ||||||
* | Pre-universe implementation commit | Josh Chen | 2018-07-09 | 6 | -70/+104 | |
| | ||||||
* | Library snapshot. Methods written, everything nicely organized. | Josh Chen | 2018-07-07 | 7 | -20/+45 | |
| |