aboutsummaryrefslogtreecommitdiff
path: root/theories/Numbers/Cyclic
AgeCommit message (Expand)Author
2011-11-21theories/, plugins/ and test-suite/ ported to the Arguments vernaculargareuselesinge
2011-11-17Merge subinstances branch by me and Tom Prince.msozeau
2011-08-17Give inner fixpoint of gcd31 a name, to avoid excessive unfoldingglondu
2011-06-30Cleanup of Ndigitsletouzey
2011-06-28Deletion of useless Zsqrt_defletouzey
2011-06-24Clean-up of Znumtheory, deletion of Zgcd_defletouzey
2011-05-05Modularization of BinPos + fixes in Stdlibletouzey
2011-03-30Cyclic: a small optimisation with nice effect on BigN.mul (thinks Benjamin)letouzey
2011-01-28Remove the "Boxed" syntaxes and the const_entry_boxed fieldletouzey
2011-01-04Ndigits: a Pshiftl_nat used in BigN (was double_digits there)letouzey
2011-01-03Numbers: some improvements in proofsletouzey
2010-12-10First release of Vector library.pboutill
2010-10-19Add sqrt in Numbersletouzey
2010-10-14Numbers : also axiomatize constants 1 and 2.letouzey
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-06-28Fix compilation by replacing some "auto with zarith" with "ring"glondu
2010-06-08Made option "Automatic Introduction" active by default before too manyherbelin
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-22Here comes the commit, announced long ago, of the new tactic engine.aspiwack
2010-02-10Min, Max: for avoiding inelegant NPeano.max printing, we Export this libletouzey
2010-02-08DoubleCyclic + NMake : typeclasses, more genericity, less ML macro-generationletouzey
2010-01-19Ring31 : a ring structure and tactic for int31letouzey
2010-01-07Numbers: separation of funs, notations, axioms. Notations via module, without...letouzey
2009-12-18RelationPairs: stop loading it in all Numbers, stop maximal args with fst/sndletouzey
2009-12-06Forgot a file in last commit.msozeau
2009-12-06Fix anomaly when using typeclass resolution with filtered hyps in evars.msozeau
2009-11-30Fix backtracking heuristic in typeclass resolution. msozeau
2009-11-12Repair interpretation of numeral for BigQ, add a printer (close #2160)letouzey
2009-11-10Simplification of Numbers, mainly thanks to Includeletouzey
2009-11-06Numbers: more (syntactic) changes toward new style of type classesletouzey
2009-11-03Numbers: start using Classes stuff, Equivalence, Proper, Instance, etcletouzey
2009-10-08Init/Tactics.v: tactic with nicer name 'exfalso' for 'elimtype False'letouzey
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-09-09Znumtheory + Zdiv enriched with stuff from ZMicromega, misc improvementsletouzey
2009-04-14Rewrite autorewrite to use a dnet indexed by the left-hand sides (ormsozeau
2009-02-10Cyclic31: proof of a forgotten admitletouzey
2008-07-15Autour du parsing:herbelin
2008-06-08- Extension de "generalize" en "generalize c as id at occs".herbelin
2008-06-03In abstract parts of theories/Numbers, plus/times becomes add/mul, letouzey
2008-06-02In abstract parts of theories/Numbers, plus/times becomes add/mul, letouzey
2008-06-02newton iteration for sqrt31thery
2008-06-01Intropattern: syntax {x,y,z,t} becomes (x & y & z & t), as decided inletouzey
2008-05-28Cyclic31: no more Admitted, but I've cheated: sqrt31 and sqrt312 are letouzey
2008-05-28CyclicAxioms: after discussion with Laurent, znz_WW and variants areletouzey
2008-05-28Cyclic31: proofs for addmuldiv31, tail031 and head031. Only two Admitted left !letouzey
2008-05-27Cyclic31: proof of auxiliary function iter_int31 + (failed) attempt at provin...letouzey
2008-05-27Correction du problème de complexité de Print Assumptions :aspiwack
2008-05-27Cyclic31: migrate auxiliary lemmas to their legitimate filesletouzey
2008-05-27Cyclic31 : proof of the spec of gcd31letouzey
2008-05-26Int31 : gcd31 was wrongletouzey