Search code examples
Finite multisets as a HIT in Cubical Agda...

proofagdamultisethomotopy-type-theorycubical-type-theory

Read More
Idris: proof about concatenation of vectors...

vectortensorproofidris

Read More
Provide example in Coq where (A B: Prop), P: Prop -> Type, such that A <-> B, but one canno...

coqproofformal-verification

Read More
Prove two inhabitants in Prop are not equal?...

coqproofformal-verification

Read More
Binary Tree with one key violation that doesn't impact the rest of the keys entered...

algorithmbinary-treebinary-search-treeproof

Read More
Is it possible to write non-automatic formalizations in Isar?...

isabelleproofisarhol

Read More
Unable to prove that only 0 is less than 1 with mathcomp's finTypes...

coqproof

Read More
How to demonstrate the correctness of a program with a while cycle using Hoare's logic?...

logicproofcomputation-theoryproof-of-correctnesshoare-logic

Read More
Why does `rewrite` of associativity fail in binomial theorem proof in LEAN?...

prooftheorem-provinglean

Read More
Some basic Propositional Logic Proofs in Lean...

logicprooflean

Read More
Closing a lemma on list of nats...

listcoqnatproofinduction

Read More
Given two functions, find a threshold such that one is always bigger than the other...

pythonrecursionproof

Read More
How do I prove type-level list properties in haskell?...

haskelltypesprooftype-level-computation

Read More
How to prove `theorem : ¬ ⊤ ≡ ⊥` in Agda?...

logicproofagda

Read More
How do you read the coq quantifier `forall P: Set -> Prop`?...

typescoqprooftheorem-proving

Read More
Basic Isabelle sequence limit proof...

isabelleprooftheorem-proving

Read More
Discrete Mathematics...

settheorydiscrete-mathematicsproof

Read More
Prove Big-Omega...

proofbig-o

Read More
I need help proving that if f(n) = O(g(n)) implies 2^(f(n)) = O(2^g(n)))...

big-ologarithmproof

Read More
How proof assistants are implemented?...

coqisabelleproof

Read More
Coq : How to correctly remember dependent values without messing up the induction hypothesis?...

coqproofdependent-type

Read More
How to prove (forall x, P x /\ Q x) -> (forall x, P x)...

proofcoq

Read More
P vs NP: How to prove that they are not equal?...

time-complexitycomplexity-theoryproof

Read More
Proof a Natural (n) is Zero...

proofidris

Read More
Functional proofs (Haskell)...

haskellfunctional-programmingproof

Read More
Congruence for heterogenous equality...

equalityproofgadtagda

Read More
Logical Coq Proof related to map function...

functional-programminglogiccoqproof

Read More
CoNat : proving that 0 is neutral to the left...

proofagdacurry-howardcoinductioncodata

Read More
Proof of Correctness of Codeforces Problem: Boxers (rated 1500)...

algorithmproofproof-of-correctness

Read More
Prove recursion: Show that M(n) >= 1/2 (n + 1) lg(n + 1)...

recursionproof

Read More
BackNext