package coq-atbr

  1. Overview
  2. Doc
Coq library and tactic for deciding Kleene algebras

Install

Dune Dependency

Authors

Maintainers

Sources

v8.18.0.tar.gz
sha512=1f909bfc7a1ba185867a50d99f4c981c70091d184f70a7fb35be8133301a22ae260625a211bcdb484a47362b80e622507ea8c39f2d8a94c810bc9bf072abdbf0

Description

This library provides algebraic tools for working with binary relations. The main tactic provided is a reflexive tactic for solving (in)equations in an arbitrary Kleene algebra. The decision procedure goes through standard finite automata constructions.

Note that the initial authors consider this library to be superseded by the Relation Algebra library, which is based on derivatives rather than automata: https://github.com/damien-pous/relation-algebra

Dependencies (2)

  1. coq >= "8.18" & < "8.19~"
  2. ocaml >= "4.09.0"

Dev Dependencies

None

Used by

None

Conflicts

None

Rocq

Interactive Theorem Prover