Contribution: CoLoR
A Coq library on Rewriting and termination
Authors
- Hans Zantema
- Solange Coupet-Grimal
- Johannes Waldmann
- Stephane Le Roux
- Sébastien Hinderer
- Frédéric Blanqui
- Adam Koprowski
- William Delobel
- Leo Ducas
Description
The aim of this Coq library is to provide the necessary formal basis for certifying termination proofs for rewriting systems
Keywords
termination, rewriting, lambda calculus, polynom, typing, term, multiset, vector, list, rpo, lpo, mpo, horpo, dependency pair, filtering, conversion, manna ness, interpretation, context, substitution, lexicographic, ordering, well founded, algebra, monotony, matrix, string, unification, graph, decomposition
README
This is the CoLoR library on mercredi 11 mars 2009, 12:26:07 (UTC+0800). Check http://color.inria.fr/ for more recent versions. CoLoR, a Coq library on rewriting and termination ------------------------------------------------- The aim of this Coq library (Coq is a proof assistant developped at INRIA available at http://coq.inria.fr/) is to provide the necessary formal basis for certifying the termination proof candidates searched and built by tools like TPA, MatchBox, AProVE, TTT, etc. Among other things, it includes: * libraries on mathematical structures in Util/: - Relation: binary relations/graphs . computation of strongly connected components . completion into a total ordering, topological sort - Algebra: (ordered) semi-rings * libraries on data structures in Util/: - List: lists - Vector: vectors - Multiset: finite multisets - Polynom: integer polynomials with multiple variables - Matrix: matrices over an (ordered) semi-ring * libraries on term structures in Term/: - Varyadic: varyadic terms - WithArity: algebraic terms with symbols of fixed arity - SimpleType: simply typed lambda-terms with de Bruijn indices - String: words * transformation techniques: - DP: dependency pairs transformation and graph decomposition - Filter: arguments filterings - Conversion: conversions between term structures * termination criteria: - MannaNess: inclusion in some reduction ordering - PolyInt: polynomial interpretations - MatrixInt: matrix interpretations - MPO: multiset path ordering - RPO: recursive path ordering - HORPO: higher-order recursive path ordering The library is likely to evolve and include more developments quickly. For more recent informations, see http://color.inria.fr/. Contributions to this project are very welcome! LICENSE: this file describes the license governing this library. COPYRIGHTS: this file describes the copyrights holders. INSTALL: this file describes a compilation procedure. THANKS: thanks to various people for their comments or help. The development version is available under CVS on http://gforge.inria.fr/projects/color/. The following scripts provide some statistics: - get_stat: provides the number of coq lines (including newlines and comments) for the various kinds of formalizations (mathematical structures, data structures, etc.) - coq_stat [<directory>] (default is .): provides the number of definitions, lemmas, etc. - coq_contribs <directory>: run coq_stat on every coq contrib
Available files
- CoLoR.Util.List.ListForall.html
- CoLoR.Util.Nat.BoundNat.html
- CoLoR.Util.Relation.NotSN_IS.html
- CoLoR.Term.WithArity.ASignature.html
- CoLoR.HORPO.HorpoWf.html
- CoLoR.Util.Relation.RelUtil.html
- CoLoR.DP.ADP.html
- CoLoR.Term.WithArity.AUnif.html
- CoLoR.Util.Relation.Total.html
- CoLoR.Term.WithArity.ATrs.html
- CoLoR.Util.Relation.RelSub.html
- CoLoR.Term.SimpleType.TermsBuilding.html
- CoLoR.Term.WithArity.AContext.html
- CoLoR.Util.List.ListOccur.html
- CoLoR.RPO.VPrecedence.html
- CoLoR.Util.Vector.NaryFunction.html
- CoLoR.Term.WithArity.ARelation.html
- CoLoR.Util.List.LexicographicOrder.html
- CoLoR.Util.List.ListUtil.html
- CoLoR.Term.WithArity.ATerm.html
- CoLoR.Term.Varyadic.VContext.html
- CoLoR.Util.Multiset.MultisetList.html
- CoLoR.Conversion.VTerm_of_ATerm.html
- CoLoR.RPO.VLPO.html
- CoLoR.Term.String.Srs.html
- CoLoR.RPO.VRPO_Status.html
- CoLoR.DP.ADecomp.html
- CoLoR.Term.SimpleType.TermsSubst.html
- CoLoR.Term.Varyadic.VTrs.html
- CoLoR.Term.SimpleType.TermsLifting.html
- CoLoR.Util.Relation.SCC_dec.html
- CoLoR.MatrixInt.AArcticBZInt.html
- CoLoR.Term.SimpleType.TermsManip.html
- CoLoR.Util.Relation.OrdDec.html
- CoLoR.Util.Vector.VecMax.html
- CoLoR.DP.ADPUnif.html
- CoLoR.Util.Logic.LogicUtil.html
- CoLoR.Util.List.ListExtras.html
- CoLoR.Term.Varyadic.VTerm.html
- CoLoR.Util.Relation.SN.html
- CoLoR.Util.Nat.NatUtil.html
- CoLoR.PolyInt.APolyInt.html
- CoLoR.Util.Nat.Log2.html
- CoLoR.Filter.AFilter.html
- CoLoR.Term.SimpleType.TermsEta.html
- CoLoR.Util.Polynom.PositivePolynom.html
- CoLoR.Term.SimpleType.TermsRed.html
- CoLoR.Term.WithArity.ASN.html
- CoLoR.Term.SimpleType.Terms.html
- CoLoR.Term.WithArity.ACalls.html
- CoLoR.Util.Relation.RelExtras.html
- CoLoR.Util.Multiset.MultisetTheory.html
- CoLoR.Util.Pair.LexOrder.html
- CoLoR.Util.Multiset.MultisetCore.html
- CoLoR.Term.String.SContext.html
- CoLoR.Term.SimpleType.TermsSig.html
- CoLoR.Util.Polynom.MonotonePolynom.html
- CoLoR.Term.WithArity.ABterm.html
- CoLoR.Term.WithArity.ARenCap.html
- CoLoR.Util.Pair.PairUtil.html
- CoLoR.RPO.VMPO.html
- CoLoR.Util.List.ListSort.html
- CoLoR.DP.AHDE.html
- CoLoR.Util.List.ListRepeatFree.html
- CoLoR.Conversion.ATerm_of_String.html
- CoLoR.MannaNess.AMannaNess.html
- CoLoR.Term.String.SReverse.html
- CoLoR.Term.SimpleType.TermsDef.html
- CoLoR.Term.SimpleType.TermsBeta.html
- CoLoR.HORPO.HorpoComp.html
- CoLoR.Util.List.ListMax.html
- CoLoR.MatrixInt.AMatrixBasedInt.html
- CoLoR.Util.Relation.NotSN.html
- CoLoR.Util.Matrix.Matrix.html
- CoLoR.MPO.VMpo.html
- CoLoR.DP.ASCCUnion.html
- CoLoR.MatrixInt.AArcticBasedInt.html
- CoLoR.RPO.VRPO_Type.html
- CoLoR.Util.Multiset.MultisetListOrder.html
- CoLoR.Util.Relation.Preorder.html
- CoLoR.Util.List.ListPermutation.html
- CoLoR.Term.SimpleType.TermsAlgebraic.html
- CoLoR.Util.Relation.GDomainBij.html
- CoLoR.Term.SimpleType.TermsPos.html
- CoLoR.Term.SimpleType.TermsTyping.html
- CoLoR.DP.Subterm.html
- CoLoR.Term.SimpleType.TermsActiveEnv.html
- CoLoR.Util.Relation.RedLength.html
- CoLoR.Util.Algebra.OrdSemiRing.html
- CoLoR.Term.WithArity.ASubstitution.html
- CoLoR.Util.Relation.AdjMat.html
- CoLoR.Util.Vector.VecFilter.html
- CoLoR.Util.FSet.FSetUtil.html
- CoLoR.Term.WithArity.AWFMInterpretation.html
- CoLoR.Term.WithArity.ARename.html
- CoLoR.Util.Relation.Union.html
- CoLoR.Term.WithArity.AInterpretation.html
- CoLoR.Util.Relation.Iter.html
- CoLoR.HORPO.Horpo.html
- CoLoR.HORPO.HorpoExMap.html
- CoLoR.Term.WithArity.ACap.html
- CoLoR.Util.Relation.Cycle.html
- CoLoR.HORPO.HorpoExNonTrans.html
- CoLoR.MatrixInt.AArcticInt.html
- CoLoR.Util.List.SortUtil.html
- CoLoR.HORPO.Computability.html
- CoLoR.Util.Algebra.SemiRing.html
- CoLoR.Util.Relation.SCC.html
- CoLoR.Util.List.ListShrink.html
- CoLoR.Util.Logic.EqUtil.html
- CoLoR.Term.WithArity.ADuplicateSymb.html
- CoLoR.Util.Logic.DepChoice.html
- CoLoR.Util.List.ListDec.html
- CoLoR.Util.Integer.ZUtil.html
- CoLoR.Util.Vector.VecOrd.html
- CoLoR.Util.Relation.RelMidex.html
- CoLoR.DP.AGraph.html
- CoLoR.Util.Relation.AccUtil.html
- CoLoR.Term.SimpleType.TermsEnv.html
- CoLoR.Util.Multiset.MultisetOrder.html
- CoLoR.Util.Relation.SCCTopoOrdering.html
- CoLoR.Util.Logic.ClassicUtil.html
- CoLoR.PolyInt.APolyInt_MA.html
- CoLoR.Util.Vector.VecArith.html
- CoLoR.Util.Relation.RelDec.html
- CoLoR.Util.Multiset.MultisetNat.html
- CoLoR.Term.Varyadic.VSubstitution.html
- CoLoR.Util.Polynom.Polynom.html
- CoLoR.Util.Logic.DepChoicePrf.html
- CoLoR.Term.WithArity.ACompat.html
- CoLoR.Util.Vector.VecBool.html
- CoLoR.RPO.VRPO_Results.html
- CoLoR.Util.Vector.VecUtil.html
- CoLoR.Term.WithArity.ATrsNorm.html
- CoLoR.Term.WithArity.AVariables.html
- CoLoR.Util.Relation.Path.html
- CoLoR.Util.Relation.Lexico.html
- CoLoR.Term.Varyadic.VSignature.html
- CoLoR.Util.Relation.IS_NotSN.html
- CoLoR.MatrixInt.AMatrixInt.html
- CoLoR.DP.ADPGraph.html
- CoLoR.Term.SimpleType.TermsConv.html
- CoLoR.Term.WithArity.AMonAlg.html
- CoLoR.RPO.VRPO_Prover.html
- CoLoR.Term.SimpleType.TermsSubstConv.html
- CoLoR.Util.Bool.BoolUtil.html
- CoLoR.Term.WithArity.ANotvar.html
