Using implicit parameters in Agda...
Read MoreRendering PDF proofs with Java (via LaTex?)...
Read MoreHow to prove StronglySorted list consing in coq?...
Read MoreConstructing proofs for a decision function in Idris...
Read MoreElim a double negation hypothesis in Coq Proof Assistant?...
Read MoreGrouping 1-12 in groups of 4 with the least number of duplicates...
Read MoreCoq: working with inequalities (<>)...
Read MoreDoes Dafny support "proof by construction"?...
Read MoreUsing destruct instead of inversion...
Read MoreProving if n = m and m = o, then n + m = m + o in Idris?...
Read MoreContradictory hypothesis using coq inversion tactic...
Read MoreHow to prove decidability of a partial order inductive predicate?...
Read MoreWeird proof obligations resulting from a push/pop evaluator in Coq...
Read MoreApplying a Program Definition fails with "unable to unify Prop with [goal]"...
Read MoreProve that a binary tree with n leaves has a height of at least log n...
Read MoreCoq - proving something which has already been defined?...
Read MoreCoq not generating inductive hypothesis...
Read MoreUnable to verify assign clause - Frama-C...
Read MoreProof of CRC Burst Error Detection Checksum Result...
Read MoreHow to prove False from obviously contradictory assumptions...
Read MoreHow can I have Idris automatically prove that two values are not equal?...
Read MoreGeneralizing fold such that it becomes expressive enough to define any finite recursion?...
Read MoreStruggling with functional extensionality...
Read MoreAdditional pattern matching on the second argument in `plus` for `Nat` type...
Read MoreMinimum weight cut by product instead of sum in a undirected graph...
Read MoreRecurrence with logs T(n) = T(logn)+log(log(n))...
Read MoreShow that if the depth first search tree of G equals breadth first search tree of G then G is Tree...
Read More