aboutsummaryrefslogtreecommitdiff
path: root/theories/NArith
AgeCommit message (Expand)Author
2014-05-02Pos.iter arguments in a better order for cbn.Pierre Boutillier
2014-05-02Eta contractions to please cbnPierre Boutillier
2014-02-08Less dependencies in Omega.Pierre-Marie Pédrot
2013-07-17More dynamic argument scopesletouzey
2013-01-18Unset Asymmetric Patternspboutill
2012-12-21nat_iter n f x -> nat_rect _ x (fun _ => f) npboutill
2012-08-08Updating headers.herbelin
2012-07-06BinPos/BinInt/BinNat : fix some argument scopesletouzey
2012-07-05Kills the useless tactic annotations "in |- *"letouzey
2012-07-05ZArith + other : favor the use of modern names instead of compat notationsletouzey
2012-07-05Notation: a new annotation "compat 8.x" extending "only parsing"letouzey
2012-05-30Functions *_beq aren't generated anymore, remove comments about themletouzey
2011-08-11SearchAbout and similar: add a customizable blacklistletouzey
2011-07-01Cleanup of files related with power over Z.letouzey
2011-06-30Cleanup of Ndigitsletouzey
2011-06-24Numbers: change definition of divide (compat with Znumtheory)letouzey
2011-06-20Arithemtic: more concerning compare, eqb, leb, ltbletouzey
2011-05-05BinNat: N.binary_rect is now a definition instead of an opaque proofletouzey
2011-05-05Peano recursion for positive: integration of Daniel Schepler's codeletouzey
2011-05-05Minimal lemmas about Z.gt, N.gt and coletouzey
2011-05-05Modularisation of Znat, a few name changed elsewhereletouzey
2011-05-05Modularization of BinInt, related fixes in the stdlibletouzey
2011-05-05Modularization of Nnatletouzey
2011-05-05Wf.iter_nat becomes Peano.nat_iter (with an implicit arg)letouzey
2011-05-05BinNatDef containing all functions of BinNat, misc adaptations in BinPosletouzey
2011-05-05Modularization of BinNat + fixes of stdlibletouzey
2011-05-05Modularization of BinPos + fixes in Stdlibletouzey
2011-05-05Definitions of positive, N, Z moved in Numbers/BinNums.vletouzey
2011-03-17CompareSpec: a slight generalization/reformulation of CompSpecletouzey
2011-02-10Vectors fully use implicit argumentspboutill
2011-01-28Remove the "Boxed" syntaxes and the const_entry_boxed fieldletouzey
2011-01-20Numbers: simplier spec for testbitletouzey
2011-01-04Ndigits: a Pshiftl_nat used in BigN (was double_digits there)letouzey
2010-12-17Cosmetic : let's take advantage of the n-ary exists notationletouzey
2010-12-10First release of Vector library.pboutill
2010-12-06Numbers and bitwise functions.letouzey
2010-11-18Some more revision of {P,N,Z}Arith + bitwise ops in Ndigitsletouzey
2010-11-10Integer division: quot and rem (trunc convention) in addition to div and modletouzey
2010-11-05Numbers: axiomatization, properties and implementations of gcdletouzey
2010-11-02Numbers : log2. Abstraction, properties and implementations.letouzey
2010-11-02NArith: a log2 functionletouzey
2010-11-02Move stuff about positive into a distinct PArith subdirletouzey
2010-10-22Still another Open Scope than should be Localletouzey
2010-10-19Add sqrt in Numbersletouzey
2010-10-14NArith: add some functions Neven and Noddletouzey
2010-10-14NArith: Definition of a Npow power functionletouzey
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-07-18Reverted 13293 commited mistakenly. Sorry for the noise.herbelin
2010-07-18Tentative de suppression de l'import automatique des hints et coercions.herbelin
2010-06-08Made option "Automatic Introduction" active by default before too manyherbelin