Finite multisets as a HIT in Cubical Agda...
Read MoreIdris: proof about concatenation of vectors...
Read MoreProvide example in Coq where (A B: Prop), P: Prop -> Type, such that A <-> B, but one canno...
Read MoreProve two inhabitants in Prop are not equal?...
Read MoreBinary Tree with one key violation that doesn't impact the rest of the keys entered...
Read MoreIs it possible to write non-automatic formalizations in Isar?...
Read MoreUnable to prove that only 0 is less than 1 with mathcomp's finTypes...
Read MoreHow to demonstrate the correctness of a program with a while cycle using Hoare's logic?...
Read MoreWhy does `rewrite` of associativity fail in binomial theorem proof in LEAN?...
Read MoreSome basic Propositional Logic Proofs in Lean...
Read MoreGiven two functions, find a threshold such that one is always bigger than the other...
Read MoreHow do I prove type-level list properties in haskell?...
Read MoreHow to prove `theorem : ¬ ⊤ ≡ ⊥` in Agda?...
Read MoreHow do you read the coq quantifier `forall P: Set -> Prop`?...
Read MoreBasic Isabelle sequence limit proof...
Read MoreI need help proving that if f(n) = O(g(n)) implies 2^(f(n)) = O(2^g(n)))...
Read MoreHow proof assistants are implemented?...
Read MoreCoq : How to correctly remember dependent values without messing up the induction hypothesis?...
Read MoreHow to prove (forall x, P x /\ Q x) -> (forall x, P x)...
Read MoreP vs NP: How to prove that they are not equal?...
Read MoreCongruence for heterogenous equality...
Read MoreLogical Coq Proof related to map function...
Read MoreCoNat : proving that 0 is neutral to the left...
Read MoreProof of Correctness of Codeforces Problem: Boxers (rated 1500)...
Read MoreProve recursion: Show that M(n) >= 1/2 (n + 1) lg(n + 1)...
Read More