Is it possible to convert all higher-order logic and dependent type in Lean/Isabelle/Coq into first-...
Read MoreWhich vector library to use in coq?...
Read MoreEquality of type with equal indices do not typecheck...
Read MoreHow to prove manually (using calc) a Dafny lemma with an existential variable?...
Read MoreKind of issue with two-steps recursion...
Read MoreCoq: Associativity of relational composition...
Read MoreHow to scrutinize a `match` term with return type `a=b -> c`...
Read MoreHow to deal with potentially-aliased arguments in VST?...
Read MoreHow can one handle by case analysis a boolP expression in Coq/ssreflect?...
Read MoreHow can one handle dependent-type equality proofs (sigma types) in Coq?...
Read MoreHow can one translate a Coq proof using Nat to rationals (Rat)?...
Read MoreCoq convert non exist to forall statement...
Read MoreUnexpected message about "decreasing argument of fix"...
Read MoreHow to understand `(elimTF andP top)`?...
Read MoreProviding and using proofs as arguments to a function in Rocq...
Read MoreDeducing equality from existT equality...
Read MoreSoftware Foundations Basics - Theorem lower_grade_lowers need to prove implication Eq = Lt -> Eq ...
Read MoreHow to temporarily disable notations in Coq...
Read MoreProve that an element of fin 1 is exactly 0...
Read MoreCoq: Boolean Comparison of Integers...
Read MoreIn Coq (or Rocq), can't a lemma with a universal conclusion be applied to other premises?...
Read MoreRocq: Transparent aliased definition (that instance solver sees though)...
Read MoreHow can I rewrite or use my IH when Coq won't unify my goal with it?...
Read MoreHow to reduce a cofix expression?...
Read MoreCoq vector: shiftin, shiftout, and last...
Read MoreWhy are logical connectives and booleans separate in Coq?...
Read MoreWhat's the difference between Program Fixpoint and Function in Coq?...
Read MoreIs there any difference between "parameters" and "indices" in Coq theorems?...
Read More