Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coq

Sum of exponents with same base

coq

How do you selectively simplify arguments to each time a function is called, without evaluating the function itself?

coq coq-tactic

Check for evars in a tactic that returns a value

coq coq-tactic

How to pattern match multiple values in Idris/Agda/Coq?

coq agda dependent-type idris

a function that get the minimum of a set in coq

coq

Show that a monic (injective) and epic (surjective) function has an inverse in Coq

coq

Proof automation in Coq how to factorize a proof

coq proof

Coq: fixed universe hierarchy w/ explicit universes

types coq

How to repeat proof tactics in case in Coq?

coq coq-tactic

Amount of random tests generated by QuickChick in Coq

libraries coq

coq induction with passing in equality

coq induction

Reason for equality definition in COQ and HOTT

strange implicit type for eq_refl

coq

How is a .vo file structured so that coqchk may use it?

coq file-format

How to do "negative" match in Ltac?

coq ltac

Inductive predicate with type parameters in Isabelle

coq isabelle type-parameter

Using `apply with` without giving names of parameters in Coq?

coq coq-tactic

Well founded recursion in Coq

math coq proof totality

How to simplify A + 0 > 0 into A > 0?

coq simplification

In Coq, is there a way to get rid of "useless" preconditions in a hypothesis?

coq