Thoughts on proof assistants?

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammingLanguages

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • proofs

    My personal repository of formally verified mathematics.

  • Personally I treat Coq like an extension of my brain. Whenever I'm uncertain about something, I formalize it in Coq. I have a repository of proofs with GitHub Actions set up in such a way forbids me from pushing commits containing mathematical mistakes. I've formalized various aspects of category theory, type theory, domain theory, etc., and I've also verified a few programs, such as this sorting algorithm. Lately I've been experimenting with a few novel types of graphs, proving various properties about them with the aim of eventually developing a way to organize all of my data (files, notes, photos, passwords, etc.) in some kind of graph structure like that.

  • mathlib

    Lean 3's obsolete mathematical components library: please use mathlib4

  • Check out Lean (https://leanprover-community.github.io/) if you want a theorem prover with a strong mathematics community. Or if you don't, Lean is cool.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • master-thesis

  • I am currently working on implementing your second link: https://github.com/jvanbruegge/master-thesis

  • dafny

    Dafny is a verification-aware programming language

  • But I suspect that will improve (they're all very new projects). I'm also keeping an eye on Dafny which looks pretty neat and avoids the "oh sorry we don't support traits" issue.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Mathematicians welcome computer-assisted proof in ‘grand unification’ theory

    2 projects | news.ycombinator.com | 19 Jun 2021
  • Facts and numbers are not that accurate, actually...

    2 projects | /r/ChatGPT | 17 Jan 2023
  • is CS an engineering practice?

    3 projects | /r/csMajors | 28 Dec 2022
  • Advice for Taking Set Theory with no real math background

    2 projects | /r/math | 21 Sep 2022
  • An automatic theorem proving project

    2 projects | news.ycombinator.com | 28 Apr 2022