Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in proof

Coq: Simpl in match pattern when having an inequality hypothesis

How to implement mathematics induction on Haskell

haskell math proof induction

Help with Big Omega Proof?

proof

Proving correctness in formal logic

Proving (~A -> ~B)-> (~A -> B) -> A in Coq

rocq-prover proof

Mathematical proof for a binary tree

algorithm proof

k successive calls to tree successor in bst

Weird proof obligations resulting from a push/pop evaluator in Coq

Lean 4 'unknown identifier Proof'

proof theorem-proving lean

Stuck proving lemma with unprovable subgoals

Additional pattern matching on the second argument in `plus` for `Nat` type

Seeming contradiction typechecks in Idris

Prove Logical Operations Using Inference Rules

Proof that a unique BST can be reconstructed from a preorder (or a postorder) traversal unambiguously

Bipartite connected graph proof

How do you prove probabilities are closed under multiplication with dependent types?

proof dependent-type idris

Prove that n! is not in O(n^p) for any constant natural number p

math proof proofs

Proving NP complexity

algorithm proof np

Why CRC 32 Generator is not divisible by 11?