aboutsummaryrefslogtreecommitdiff
path: root/theories/ZArith
AgeCommit message (Expand)Author
2010-11-16Division: avoid imposing rem as an infix keyword in Z_scope and bigZ_scope.letouzey
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-02Add small utility lemmas about nat/P/Z/Q arithmetic.letouzey
2010-11-02Numbers: misc improvementsletouzey
2010-11-02Numbers : log2. Abstraction, properties and implementations.letouzey
2010-10-20Oups, new file Zsqrt_def was exporting Z_scopeletouzey
2010-10-19Add sqrt in Numbersletouzey
2010-10-14Numbers: new functions pow, even, odd + many reorganisationsletouzey
2010-10-14Zeven: some complements, e.g. proofs that Zeven_bool and co are okletouzey
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-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-03-28Fixing bug #2254 (inappropriate names of Zlt_gt_succ and Zlt_succ_gt)herbelin
2010-02-10Euclidean division for NArithletouzey
2010-02-09Numbers: properties of min/max with respect to 0,S,P,add,sub,mulletouzey
2010-02-09ZBinary (impl of Numbers via Z) reworked, comes earlier, subsumes ZOrderedTypeletouzey
2010-01-17BigN, BigZ, BigQ: presentation via unique module with both ops and propsletouzey
2010-01-14Rename Zbinary into Zdigit in order to avoid confusion with Numbers/.../ZBina...letouzey
2010-01-11Support "Local Obligation Tactic" (now the default in sections).msozeau
2010-01-07Nicer names: DecidableType2* --> Equalities*, OrderedType2* --> Orders*letouzey
2010-01-07Rework of GenericMinMax: new axiomatic, split logical/decidable parts, Leibni...letouzey
2010-01-07OrderTac: use TotalOrder, no more "change" before calling "order" (stuff with...letouzey
2010-01-05Numbers abstract layer: more Module Type, used especially for divisions.letouzey
2010-01-05Zdiv seen as a quasi-instantation of generic ZDivFloor from theories/Numbersletouzey
2009-12-17ZOdiv: fully use generic properties from ZDivTrunc.vletouzey
2009-12-17Reverse order of arguments in min_case_strong for better uniformity (and comp...letouzey
2009-12-17Division in Numbers : more properties, new filenames based on a paper by R. B...letouzey
2009-12-16Division in Numbers: more properties proved (still W.I.P.)letouzey
2009-12-15A generic euclidean division in Numbers (Still Work-In-Progress)letouzey
2009-12-09Factorisation between Makefile and ocamlbuild systems : .vo to compile are in...letouzey
2009-11-16Taking advantage of the new "Include Self Type" in DecidableType2 and NZAxiomsletouzey
2009-11-10Simplification of Numbers, mainly thanks to Includeletouzey
2009-11-10DecidableType: A specification via boolean equality as an alternative to eq_decletouzey
2009-11-03Better visibility of the inductive CompSpec used to specify comparison functionsletouzey
2009-11-03OrderedType implementation for various numerical datatypes + min/max structuresletouzey
2009-11-02Remove various useless {struct} annotationsletouzey
2009-10-08Init/Tactics.v: tactic with nicer name 'exfalso' for 'elimtype False'letouzey
2009-10-04Some new lemmas on max and min and a fix for a wrongly stated lemma in r12358.herbelin
2009-09-28Fix the stdlib doc compilation + switch all .v file to utf8letouzey
2009-09-27Add a few properties about Rmin/Rmax with replication in Zmin/Zmax.herbelin
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-09-09Znumtheory + Zdiv enriched with stuff from ZMicromega, misc improvementsletouzey
2009-08-11Fixed extra space in printing notation { x & P } + minor other thingsherbelin
2009-07-24OrderedTypeEx.N_as_OT use Nlt, various minor improvements in N/ZArithletouzey
2009-07-24Remove the barely-used/obsolete/undocumented syntax "conditional <tac> rewrite"letouzey
2009-06-07- Added two new introduction patterns with the following temptative syntaxes:herbelin
2009-05-07adds a theorem to reason at the level of Zbertot
2009-04-14Some additions in Max and Zmax. Unifiying list of statements and namesherbelin