TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A pilot project in universal algebra to explore new ways to collaborate

182 pointsby anothermathbozo8 months ago

7 comments

gryn8 months ago
Interesting project for anyone who want to start learning lean and contribute to a project.<p>The project as described in the article is to produce a graph (Poset) where each node is a law (say the commutativity equation for example) and each edge is either a proof of implication or a proof of a non-implication, since this graph is infinite the project limits the laws considered to up to 4 applications of the binary operator.<p>The main goal is not the proofs themselves but experimenting in doing math in a matter that&#x27;s more similar to software engineering in the open source community.<p>The collaborative aspect of the project is to write a proof for each kind of edge (implication and not_implications) between the 4694 considered nodes.<p>There&#x27;s also the advantage that a GitHub CI running lean will be setup to automatically check if the pull requests adding theses edges are right or wrong without the need for a human to do the checking of the proofs in their head.<p>partial visualization of the (WIP) graph: <a href="https:&#x2F;&#x2F;github.com&#x2F;teorth&#x2F;equational_theories&#x2F;blob&#x2F;0e67dad3bd075782060452d3c604544198975080&#x2F;images&#x2F;implications.svg">https:&#x2F;&#x2F;github.com&#x2F;teorth&#x2F;equational_theories&#x2F;blob&#x2F;0e67dad3b...</a><p>outline of the project: <a href="https:&#x2F;&#x2F;teorth.github.io&#x2F;equational_theories&#x2F;blueprint&#x2F;" rel="nofollow">https:&#x2F;&#x2F;teorth.github.io&#x2F;equational_theories&#x2F;blueprint&#x2F;</a><p>github repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;teorth&#x2F;equational_theories">https:&#x2F;&#x2F;github.com&#x2F;teorth&#x2F;equational_theories</a>
评论 #41666311 未加载
davidrjones19778 months ago
I really love the extent to which Terry Tao has embraced the promise and potential of proof assistants. So many smart and talented people in that community doing so much amazing work. With folks like these pushing the boundaries, the sky is the limit.
评论 #41666124 未加载
评论 #41669338 未加载
srcreigh8 months ago
I love this! Let’s not take for granted that such simple mathematics problems may not have ever been solved yet. What a time to be alive.<p>&gt; So, the situation here is somewhat similar to the Busy Beaver Challenge, in that past a certain point of complexity, we would necessarily encounter unsolvable problems<p>I must be a platonist to squirm about this. There are no unsolvable problems with undecidability or busy beaver numbers. The only thing is some math questions are actually infinitely many problems disguised as a single problem.<p>The halting problem etc is the opposite of unsolvable, it’s so solvable humanity can never finish solving it. It’s infinitely solvable.<p>It’s as if we found a magical soup which has a new taste every day forever, and we call it “untasteable”. It’s not untasteable! It’s the tastiest thing <i>ever</i>!
评论 #41667028 未加载
评论 #41666989 未加载
gigatexal8 months ago
upvoting this hoping someone can dumb it down for me a bit :sweat_smile:
评论 #41665016 未加载
mncharity8 months ago
&gt; presents the partially known poset in a visually appealing way<p>Perhaps a hopefully-compressible correlation matrix, sorted and collapsed on similarity, with mouseover to get equations?
practal8 months ago
This is a great post, and full of inspiring ideas for what kind of work flows and features a modern theorem proving system could support.
tempodox8 months ago
I have to wonder whether there&#x27;s a magma where equation 4 holds while equation 7 (commutativity) doesn&#x27;t. Off the top of my head, I can&#x27;t think of one but does that mean there absolutely can&#x27;t be one, like the depicted graph implies?
评论 #41670130 未加载