corn VS UniMath

Compare corn vs UniMath and see what are their differences.

corn

Coq Repository at Nijmegen [maintainers=@spitters,@VincentSe] (by coq-community)

UniMath

This coq library aims to formalize a substantial body of mathematics using the univalent point of view. (by UniMath)
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
corn UniMath
1 2
108 912
0.9% 0.7%
6.8 9.5
9 days ago 1 day ago
Coq Coq
GNU General Public License v3.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

corn

Posts with mentions or reviews of corn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-29.
  • The Fundamental Theorem of Algebra in ACL2
    3 projects | news.ycombinator.com | 29 Jul 2021
    > Or there are these high level systems for proving deep theorems. Is anyone trying to fill the gap?

    There's ongoing work on computable real numbers for instance the CoRN library[1], so hope is on the horizon, for instance, a recent update to the Coq Interval package adds certified plotting, that is, the library guarantees that if a function passes through a pixel, that pixel is filled[2]. There's also the user-friendly Coquelicot[3] real analysis library up to basic differential equations (e.g. Bessel function).

    > It'll rearrange an equation but I can't ask it "prove this is increasing"

    For a taste, here's my proof that the cube function is increasing[4]. If I wanted to create a tactic that automatically proves a function is increasing, I would use properties of increasing functions[5] to recursively break it down into trivial subcases.

    [0] https://github.com/siraben/math-3100/blob/master/analysis.v

    [1] https://github.com/coq-community/corn

    [2] https://coq.discourse.group/t/interval-4-2-now-with-plotting...

    [3] https://hal.inria.fr/hal-00860648v1/document

    [4] http://ix.io/3rxD

    [5] https://www.math24.net/increasing-decreasing-functions#h-pro...

UniMath

Posts with mentions or reviews of UniMath. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-30.
  • Will Computers Redefine the Roots of Math?
    6 projects | news.ycombinator.com | 30 Jun 2023
    For those interested in formalisation of homotopy type theory, there are several (more or less) active and developed libraries. To mention a few:

    UniMath (https://github.com/UniMath/UniMath, mentioned in the article)

    Coq-HoTT (https://github.com/HoTT/Coq-HoTT)

    agda-unimath (https://unimath.github.io/agda-unimath/)

    cubical agda (https://github.com/agda/cubical)

    All of these are open to contributions, and there are lots of useful basic things that haven't been done and which I think would make excellent semester projects for a cs/math undergrad (for example).

  • Are There People Doing Formal Math In Berlin?
    3 projects | /r/berlinsocialclub | 13 Jun 2023
    I just wonder if there are any irl meetups of people involved with formalizing mathematics, I thought that it would be a cool hobby to pick up (with some background in math and programming) but the existing libraries, like MathLib, TypeTopology or UniMath look a bit intimidating...

What are some alternatives?

When comparing corn and UniMath you can also consider the following projects:

CompCert - The CompCert formally-verified C compiler

analysis - Mathematical Components compliant Analysis Library

coq-library-undecidability - A library of mechanised undecidability proofs in the Coq proof assistant.

math-comp - Mathematical Components

coq - Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.

Coq-HoTT - A Coq library for Homotopy Type Theory

fourcolor - Formal proof of the Four Color Theorem [maintainer=@ybertot]

nqthm - nqthm - the original Boyer-Moore theorem prover, from 1992

TypeTopology - Logical manifestations of topological concepts, and other things, via the univalent point of view.

hs-to-coq - Convert Haskell source code to Coq source code.

rupicola - Gallina to Bedrock2 compilation toolkit