summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-10rewrite lemma-\notin-lookupM-assocHelmut Grohne
2013-01-10add new lemma-checkInsert-lookupMHelmut Grohne
2013-01-09simplify lemma-lookupM-checkInsert using case-splitHelmut Grohne
2013-01-05shrink lemma-union-not-used using cong\_2Helmut Grohne
2013-01-05shrink lemma-tabulate-\circ using cong\_2Helmut Grohne
2013-01-05shrink lemma-map-lookupM-insert using cong\_2Helmut Grohne
2013-01-05shrink base case of lemma-/notin-lookupM-assocHelmut Grohne
2012-12-14un-inline different-dropHelmut Grohne
2012-12-10drop unused importHelmut Grohne
2012-12-10get rid of contrapositionHelmut Grohne
2012-12-10drop unused param from lemma-map-lookupM-insertHelmut Grohne
2012-12-07reduce useless case in lemma-map-lookupM-assocHelmut Grohne
2012-11-22shorten line length of lemma-lookupM-checkInsertHelmut Grohne
2012-11-22shorten line lengths lemma-union-restrictHelmut Grohne
2012-11-22shorten line lengths of theorem-2Helmut Grohne
2012-11-22shorten line length of theorem-1Helmut Grohne
2012-11-19turn lemma-fmap-just parameter into implicitHelmut Grohne
2012-11-19we can also drop an implicit parameter from assoc-enoughHelmut Grohne
2012-11-19we can use one more \exists in assoc-enoughHelmut Grohne
2012-11-19strip prose from assoc-enoughHelmut Grohne
2012-11-17strip prose from lemma-1 and lemma-2Helmut Grohne
2012-11-02rewrite checkInsert using "... |" notationHelmut Grohne
2012-10-25similarly rename lemma-from-map-just to map-just-injectiveHelmut Grohne
2012-10-25rename lemma-from-just to just-injectiveHelmut Grohne
2012-10-22Merge branch 'modparam'Helmut Grohne
2012-10-22finally parameterize CheckInsertHelmut Grohne
2012-10-22now parameterize BFFHelmut Grohne
2012-10-22also parameterize PrecondHelmut Grohne
2012-10-22parameterize Bidir via Carrier and deqHelmut Grohne
2012-10-05move all postulates to one moduleHelmut Grohne
2012-10-05remove VecRevBFFHelmut Grohne
2012-09-27remove getVec-getlen in favour of plain substHelmut Grohne
2012-09-27move definition of get-type to BFF and use it everywhereHelmut Grohne
2012-09-26use _\==n_ and _\notin_ instead of \negHelmut Grohne
2012-09-26rename suc-\== to suc-injectiveHelmut Grohne
2012-09-26import [_] instead of Reveal_is_Helmut Grohne
2012-09-18Merge branch 'using-vec'Helmut Grohne
2012-09-18one more application of lemma-just\==nnothingHelmut Grohne
2012-09-17save a with in lemma-\inn-lookupM-assocHelmut Grohne
2012-09-14employ rewrite in lemma-map-lookupM-assocHelmut Grohne
2012-09-14\::-subst is a special case of subst-congHelmut Grohne
2012-09-14vec-len-via-list and length-toList are the sameHelmut Grohne
2012-09-14complete missing parts of LiftGetHelmut Grohne
2012-09-11show fromList-toList in the subst formHelmut Grohne
2012-09-11LiftGet: replace vec-length-same with toList-substHelmut Grohne
2012-09-10LiftGet: vec-length is also known as subst (Vec A)Helmut Grohne
2012-09-08give a sufficient precondition for theorem-2Helmut Grohne
2012-09-04rewrite main theorems to using Vec instead of ListHelmut Grohne
2012-09-04formulate List <-> Vec isomorphism problemsHelmut Grohne
2012-08-30prove LiftGet.get-trafo-2-getlenHelmut Grohne