aboutsummaryrefslogtreecommitdiff
path: root/HoTT_Base.thy (unfollow)
Commit message (Collapse)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
more proofs requiring the use of "U i: U (Suc i)", and shouldn't loop as much.
2019-02-28tweak mixfix prioritiesJosh Chen1-2/+2
2019-02-281. Remove all type inference functionality (feature development moving to ↵Josh Chen1-1/+10
another branch). 2. Eq.thy complete.
2019-02-17Method "quantify" converts product inhabitation into Pure universal ↵Josh Chen1-5/+8
statements. Also misc. cleanups.
2019-02-11Put typing functionality into a .thy and clean up antiquotations, which ↵Josh Chen1-47/+6
results in some reorganization of the theory import structure.
2019-02-10restructure libraryJosh Chen1-2/+2
2019-02-10Explicit references in antiquotations in typing.ML. Move trace switch ↵Josh Chen1-0/+3
definition to HoTT_Base.
2019-02-10Type information storage functionality (assume_type, assume_types keywords) ↵Josh Chen1-4/+34
done! Inference and pretty-printing for function composition done.
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
2. Begin work on object-level type inference and input syntax help.
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 ↵Josh Chen1-14/+15
handling universes. Commit for release 0.1.0!
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. ↵Josh Chen1-1/+1
Definition of function composition and properties.
2018-08-16Prod.thy now has the correct definitional equality structure rule. ↵Josh Chen1-1/+1
Definition of function composition and properties.
2018-08-14Well-formation rules are back in the methods; new theory synthesizing the ↵Josh Chen1-1/+1
natural number predecessor function.
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 ↵Josh Chen1-23/+12
derivation of "A:U" from "a:A".
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 ↵Josh Chen1-3/+7
be needed or useful later. Added [comp] attribute to be used by simplification met methods.
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 ↵Josh Chen1-4/+5
powerful derive method. Used these to rewrite proofs.
2018-06-27Library organization and formattingJosh Chen1-1/+3
2018-06-18Fixed wrong definition of snd_dep. Proved projection property of snd_dep. ↵Josh Chen1-2/+1
Added type formation rules expressing necessity of the conditions.
2018-06-18Removed all [simp] attributes, these will be added later when I set up the ↵Josh Chen1-1/+1
simplifier. Proved simplification rule for dependent fst.