Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in proof
What laws are the standard Haskell type classes expected to uphold?
Jan 17, 2018
haskell
interface
proof
Would the ability to declare Lisp functions 'pure' be beneficial?
Oct 20, 2022
lisp
computer-science
compiler-optimization
proof
purely-functional
Proofs of Applicative laws for haskell instances
May 19, 2017
haskell
proof
applicative
Sorted list in idris (insertion sort)
Oct 27, 2022
list
sorting
proof
idris
Idiomatic Proof by Contradiction in Isabelle?
Oct 19, 2017
proof
isabelle
isar
How to make the assumption of the second case of an Isabelle/Isar proof by cases explicit right in place?
Feb 15, 2022
proof
isabelle
isar
Prove map id = id in idris?
Mar 19, 2020
proof
idris
Proof by Induction of Pseudo Code
Nov 18, 2022
algorithm
proof
induction
Formally verifying the correctness of an algorithm
Oct 26, 2022
algorithm
math
proof
correctness
formal-verification
Logic Proof of Associative Property for XOR
Oct 24, 2022
c
boolean-logic
discrete-mathematics
proof
Using the type system to check length of output vs. input list
Mar 07, 2022
haskell
types
proof
dependent-type
Find subset with elements that are furthest apart from eachother
Jun 03, 2022
algorithm
proof
General proof strategies to show correctness of recursive functions?
Sep 26, 2022
algorithm
math
recurrence
proof
How to determine the height of a recursion tree from a recurrence relation?
Apr 28, 2018
recursion
tree
computer-science
recurrence
proof
Proving correctness of multithread algorithms
Sep 19, 2022
algorithm
multithreading
theory
correctness
proof
Is there a proof that runST is indeed pure?
Nov 06, 2022
haskell
semantics
proof
st-monad
Writing a proof for an algorithm [closed]
Sep 23, 2022
algorithm
proof
proof-of-correctness
I need help proving that if f(n) = O(g(n)) implies 2^(f(n)) = O(2^g(n)))
Feb 22, 2021
big-o
logarithm
proof
Proving associativity of natural number addition using Scala shapeless
Feb 26, 2022
scala
proof
shapeless
dependent-type
Is this always true: fmap (foldr f z) . sequenceA = foldr (liftA2 f) (pure z)
Nov 06, 2020
haskell
proof
« Newer Entries
Older Entries »