package coq-atbr

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

Install

Dune Dependency

Authors

Maintainers

Sources

v8.11.0.tar.gz
sha512=7f08362277e222a8f4db263e97009aef0efc75f6ebcfb9ef37039b2eab3b0def1c5e95424cc53d2327dc62bf73f795534f307bc38663fd99e13c220568e271d7

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.11" & < "8.12~"
  2. ocaml >= "4.05.0"

Dev Dependencies

None

Used by

None

Conflicts

None

Rocq

Interactive Theorem Prover