package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.20.0.tar.gz
md5=66e57ea55275903bef74d5bf36fbe0f1
sha512=1a7eac6e2f58724a3f9d68bbb321e4cfe963ba1a5551b9b011db4b3f559c79be433d810ff262593d753770ee41ea68fbd6a60daa1e2319ea00dff64c8851d70b

doc/micromega_plugin/Micromega_plugin/Coq_micromega/index.html

Module Micromega_plugin.Coq_micromegaSource

Sourceval xlra_Q : unit Proofview.tactic -> unit Proofview.tactic
Sourceval xlra_R : unit Proofview.tactic -> unit Proofview.tactic
Sourceval xnra_Q : unit Proofview.tactic -> unit Proofview.tactic
Sourceval xnra_R : unit Proofview.tactic -> unit Proofview.tactic
Sourceval xsos_Q : unit Proofview.tactic -> unit Proofview.tactic
Sourceval xsos_R : unit Proofview.tactic -> unit Proofview.tactic
Sourceval xsos_Z : unit Proofview.tactic -> unit Proofview.tactic
Sourceval xpsatz_Q : int -> unit Proofview.tactic -> unit Proofview.tactic
Sourceval xpsatz_R : int -> unit Proofview.tactic -> unit Proofview.tactic
Sourceval xpsatz_Z : int -> unit Proofview.tactic -> unit Proofview.tactic
Sourceval print_lia_profile : unit -> unit
Use Micromega independently from micromega parser.

wlra_Q id ff takes a formula ff : BFormula (Formula Q) isProp generates a witness and poses it as id : seq (Psatz Q)

wlia id ff takes a formula ff : BFormula (Formula Z) isProp generates a witness and poses it as id : seq ZMicromega.ZArithProof

wnra_Q id ff takes a formula ff : BFormula (Formula Q) isProp generates a witness and poses it as id : seq (Psatz Q)

wnia id ff takes a formula ff : BFormula (Formula Z) isProp generates a witness and poses it as id : seq ZMicromega.ZArithProof

wsos_Q id ff takes a formula ff : BFormula (Formula Q) isProp generates a witness and poses it as id : seq (Psatz Q)

wsos_Z id ff takes a formula ff : BFormula (Formula Z) isProp generates a witness and poses it as id : seq ZMicromega.ZArithProof

Sourceval wpsatz_Q : int -> Names.Id.t -> EConstr.t -> unit Proofview.tactic

wpsatz_Q n id ff takes a formula ff : BFormula (Formula Q) isProp generates a witness and poses it as id : seq (Psatz Q)

Sourceval wpsatz_Z : int -> Names.Id.t -> EConstr.t -> unit Proofview.tactic

wpsatz_Z n id ff takes a formula ff : BFormula (Formula Z) isProp generates a witness and poses it as id : seq ZMicromega.ZArithProof

Use Micromega independently from tactics.

dump_proof_term generates the Coq representation of a Micromega proof witness

OCaml

Innovation. Community. Security.