proofs
There are 105 repositories under proofs topic.
nayuki/Project-Euler-solutions
Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell.
FStarLang/karamel
KaRaMeL is a tool for extracting low-level F* programs to readable C code
hoytech/quadrable
Authenticated multi-version database: sparse binary merkle tree with compact partial-tree proofs
AeneasVerif/aeneas
A verification toolchain for Rust programs
spamegg1/Math-for-CS-solutions
Solutions to In-Class questions, Problem Sets and Exams of MIT Mathematics for Computer Science 2015 (same as 2019 Open Learning Library)
gapt/gapt
GAPT: General Architecture for Proof Theory
ZKProofs/ZKProofs.github.io
ZKProofs website
spamegg1/Epp-Discrete-Math-5th-solutions
Solutions to Susanna Epp's Discrete Mathematics book, 5th Edition
wiktor-k/openpgp-proofs
Like Keybase but distributed
miguelmota/zksnarks-example
An example of how generate zero-knowledge proofs and verify using an Ethereum smart contract.
philzook58/lens-algebra
Type level algebraic "proofs" using lens combinators
evdenis/acsl-proved
Fully proved small C functions (examples for verification course).
chakravala/Math-Research-Notes
Theorems, Definitions, Papers, Research
KiJeong-Lim/portfolio
My portfolio contains a lexer generator, a parser generator, my own λProlog interpreter, and several meta-theorems for the propositional logic with their proofs written in Coq.
sstucki/f-omega-int-agda
F-omega with interval kinds mechanized in Agda
VariantSync/Vatras
Agda Library to Study the Expressive Power of Languages for Static Variability
sapienzastudentsnetwork/basi-di-dati-1
[Informatica - Basi di Dati 1] Forum di scambio e confronto di soluzioni a esercizi e prove d'esame passate
nyu-acsys/template-proofs
Template-based proofs of concurrent search structures.
ph4r05/masterThesis
My master thesis on Whitebox cryptography & AES Whitebox schemes.
acorrenson/Oratio
Translate natural deduction proofs into natural language.
Lolirofle/stuff-in-agda
Formal proofs in mathematics/computer science/logic formalized in the Agda language. A hobby project I am working on in my free time.
danilkolikov/setoids
Idris proofs for extensional equalities
signchain/core
Digital signing tool for legal contracts
jsign/go-unixfs-proof
UnixFS DAG files offset-based proofs
keithstellyes/csproofs
Just some of my CS Proofs, things like why `k << 1 == k * 2`
Yash-Bhange/Blockchain-based-Self-Concious-House
A self-conscious house (digital twin) that manages all your house related bills and home improvements which is capable of monitoring government issued subsidies and apply for them when the house its action framework matches the subsidy. This way, we unburden the house owner of house-related management tasks or the need for being aware of each government issued subsidy. Only recognized contractors are able to join the reversed marketplace where they can bid for house related jobs like installing solar panels. The house will suggest the most fitting contractor, however, the final decision lies with the house owner. The government benefits from this system as it can monitor the progress of its subsidies and tailor it if needed. It's a more efficient way of spreading information with regards to subsidies.
binary-translation/risotto-proofs
Proofs for the paper "Risotto: A Dynamic Binary Translator for Weak Memory Model Architectures"
hazelgrove/hazelnut-livelits-agda
mechanization for livelits paper, https://github.com/hazelgrove/livelits-paper
aartifact/aartifact-verifier
Lightweight formal verification system developed to support research on usability of automated proof verification tools.
EuroProofNet/ATP
Repository of EuroProofNet WG 2 on ATPs
v--/notebook
Personal notes of various topics in mathematics
gz101/mit6042j
Self study of selected parts of MIT's 6.042j Mathematics for Computer Science as recommended in Harvard's CS121 Introduction to Theoretical Computer Science preparation.
metamath/lamp-guide
Guide on how to use the metamath-lamp proof assistant
zchn/eth-acl2
An ACL2 formalization of the Ethereum VM, aiming to be both executable and suitable for proving interesting properties of EVM contracts.