aboutsummaryrefslogtreecommitdiff
path: root/HoTT_Base.thy (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-08some options, renamingJosh Chen1-0/+1
2019-03-03Improve automated handling of universes. derive now can automatically handle ...Josh Chen1-0/+10
2019-02-28tweak mixfix prioritiesJosh Chen1-2/+2
2019-02-281. Remove all type inference functionality (feature development moving to ano...Josh Chen1-1/+10
2019-02-17Method "quantify" converts product inhabitation into Pure universal statement...Josh Chen1-5/+8
2019-02-11Put typing functionality into a .thy and clean up antiquotations, which resul...Josh Chen1-47/+6
2019-02-10restructure libraryJosh Chen1-2/+2
2019-02-10Explicit references in antiquotations in typing.ML. Move trace switch definit...Josh Chen1-0/+3
2019-02-10Type information storage functionality (assume_type, assume_types keywords) d...Josh Chen1-4/+34
2019-02-05Add cong named theorem for congruence rulesJosh Chen1-3/+6
2019-02-05Decided to keep terms eta-expandedJosh Chen1-0/+2
2019-02-05Type inference setup begun - first use-case for function composition.Josh Chen1-48/+9
2019-02-041. Change syntax to rely less on unicode/control symbols.Josh Chen1-12/+53
2019-01-31Text remarksJosh Chen1-3/+7
2019-01-30Remove "constrained" notation for type families. Clean and document.Josh Chen1-20/+13
2019-01-30Begin refactorJosh Chen1-12/+7
2018-09-20Derive can prove pathcomp_comp. Fix typo.Josh Chen1-1/+1
2018-09-19proof of associativity of path compositionJosh Chen1-3/+8
2018-09-18Add ROOT. No eta-contractionJosh Chen1-0/+2
2018-09-18Overhaul of the theory presentations. New methods in HoTT_Methods.thy for han...Josh Chen1-14/+15
2018-09-18Theories fully reorganized. Well-formedness rules removed. New methods etc.Josh Chen1-3/+1
2018-09-17Clean up Equal.thy + some other tweaksJosh Chen1-1/+1
2018-09-17Reorganizing theoriesJosh Chen1-11/+14
2018-09-15begin reorganizingJosh Chen1-9/+10
2018-09-11Running into trouble with the polymorphic identity functionJosh Chen1-6/+10
2018-09-11Go back to higher-order application notationJosh Chen1-8/+6
2018-08-30Some higher groupoid structure proofsJosh Chen1-1/+1
2018-08-30Should write the correct rule for Ord_leq_min. Another exercise.Josh Chen1-2/+6
2018-08-30Add leq relation to meta-ordinals, it helps with proofsJosh Chen1-6/+11
2018-08-18Distinguish the typing judgmentJosh Chen1-2/+1
2018-08-18Regrouping type rulesJosh Chen1-1/+0
2018-08-18Output formattingJosh Chen1-1/+1
2018-08-16Prod.thy now has the correct definitional equality structure rule. Definition...Josh Chen1-1/+1
2018-08-16Prod.thy now has the correct definitional equality structure rule. Definition...Josh Chen1-1/+1
2018-08-14Well-formation rules are back in the methods; new theory synthesizing the nat...Josh Chen1-1/+1
2018-08-12Commit before testing polymorphic equality eliminatorJosh Chen1-0/+1
2018-08-07Old application syntax incompatible with EisbachJosh Chen1-4/+0
2018-08-06Partway through changing function application syntax style.Josh Chen1-9/+12
2018-08-04Reorganize theoriesJosh Chen1-35/+41
2018-07-12Unit and Null types. Methods.Josh Chen1-1/+2
2018-07-11Universes implemented. Type rules modified accordingly. No more automatic der...Josh Chen1-23/+12
2018-07-11Alternative implementation of universes using meta-level numerals.Josh Chen1-32/+43
2018-07-09Pre-universe implementation commitJosh Chen1-2/+23
2018-07-07Library snapshot. Methods written, everything nicely organized.Josh Chen1-1/+1
2018-07-06Added attributes to type elimination rules, not sure if these will actually b...Josh Chen1-3/+7
2018-07-03Refactor HoTT_Methods.thy, proved more stuff with new methods.Josh Chen1-1/+3
2018-07-03Rewrote methods: wellformed now two lines, uses named theorems. New, more pow...Josh Chen1-4/+5
2018-06-27Library organization and formattingJosh Chen1-1/+3
2018-06-18Fixed wrong definition of snd_dep. Proved projection property of snd_dep. Add...Josh Chen1-2/+1
2018-06-18Removed all [simp] attributes, these will be added later when I set up the si...Josh Chen1-1/+1