Advertisement ยท 728 ร— 90

Posts by Lean Focused Research Organization

Post image

๐Ÿš€ Lean 4.29.0 is out! Faster startup, simpler ๐š—๐š˜๐š—๐šŒ๐š˜๐š–๐š™๐šž๐š๐šŠ๐š‹๐š•๐šŽ semantics, higher-order Miller pattern support in ๐š๐š›๐š’๐š—๐š, and a significant overhaul to reducibility and instance handling. 453 changes!

๐Ÿ”— lean-lang.org/doc/reference/latest/releases/v4.29.0/

#LeanLang #LeanProver

1 week ago 15 2 1 0
Preview
Lean Programming Language Lean is an open-source programming language and proof assistant that enables correct, maintainable, and formally verified code.

3/3 "As Lean's meta-programming, proof automation, and IDE infrastructure continue to mature, the case for embedding verifiers inside Lean only grows stronger."

See the use case: lean-lang.org/use-cases/veil

1 week ago 2 0 0 0

2/3 Veil's approach: write a model once, then apply model checking, SMT-based proofs, and interactive theorem proving from a single specification. Its embedding in Lean means a very small trusted computing base.

1 week ago 2 0 1 0
Post image

1/3 New Lean use case: Veil, a multi-modal verification framework for distributed protocols from George Pรฎrlea, Vladimir Gladshtein, Elad Kinsbruner, Qiyuan Zhao, and Ilya Sergey at NUS.

1 week ago 11 4 2 0
Post image

The Lean Y3 roadmap is building infrastructure to keep performance "visible and actionable." Radar automatically benchmarks every commit and compares it to previous ones to catch regressions and improvements.

See more: radar.lean-lang.org/about

#LeanLang #LeanProver

1 month ago 8 1 0 0
Post image

The first-ever Lean in Munich meetup happened this week! ๐ŸŽฅ Watch Sebastian Ullrich's full talk on Lean's foundations, software verification, and AI: youtube.com/watch?v=2Dr2149l_9Y

#leanlang #leanprover #formalverification #mathematics

1 month ago 8 4 0 0
Post image

Mathematician @davidbessis.bsky.social once waited 7 years for a paper to get accepted. Not because it was wrong, but because it was too complex to verify. In a recent conversation Bessis explained to @curtjaimungal.skystack.xyz how Lean could change that:
Watch: www.youtube.com/watch?v=GHGi...

1 month ago 12 1 1 0
Post image

CSLib just launched โ€” an open-source effort to formalize computer science in Lean, inspired by Mathlib. CS researchers, practitioners & enthusiasts are invited to get involved!

Learn more at:
๐ŸŒ cslib.io
๐Ÿค Contribute: github.com/leanprover/c...

#LeanLang #LeanProver #CSLib #FormalVerification

1 month ago 20 7 1 0
Post image

Lean 4.28.0 is out! New symbolic simulation framework for ๐š๐š›๐š’๐š—๐š, user-defined ๐š๐š›๐š’๐š—๐š attributes for custom tactics, a new ๐šœ๐š˜๐š•๐šŸ๐šŽ๐š›๐™ผ๐š˜๐š๐šŽ in ๐š‹๐šŸ_๐š๐šŽ๐šŒ๐š’๐š๐šŽ for proof vs. counterexample search, and lean4checker available out of the box.

lean-lang.org/doc/referenc...

#LeanLang #LeanProver #ProofAssistant

1 month ago 10 3 0 0
Advertisement
Post image

The next bi-monthly #Mathlib community meeting is tomorrow Friday, 13th at 3pm UTC. Join to hear about ongoing #LeanLang formalization projects and connect with other contributors!

โžก๏ธ See all upcoming community events on our website: lean-lang.org/community/#e...

1 month ago 2 1 0 0
Post image

Terence Tao on how math is changing, #formalverification as the enabler of scaled human-AI collaboration:

"The reason why scaling and AI and broad participation actually is a net win is because we have formal verification."

๐Ÿ“บ www.youtube.com/watch?v=SuTx...

#leanlang #leanprover

2 months ago 12 4 0 1
Post image

The next Lean FRO office hours are Feb. 11 at 4pm UTC. Bring your questions, share your projects, or just come to learn from others in the community!

See our full calendar here: lean-lang.org/community/#e...

#LeanLang #LeanProver

2 months ago 6 2 0 0
Jared Duker Lichtman | Gauss โ€“ towards autoformalization for the working mathematician
Jared Duker Lichtman | Gauss โ€“ towards autoformalization for the working mathematician YouTube video by Harvard CMSA

From The Geometry of Machine Learning at Harvard CMSA in Sept: Jared Duker Lichtman's talk explores Math, Inc. Gauss's contributions to number theory and how these results are being formalized in #LeanLang.

Watch here: www.youtube.com/watch?v=Ko-P...

5 months ago 3 1 0 0
Preview
Loogle - Search Lean and Mathlib Loogle is a search tool for finding definitions, theorems, and lemmas in Lean 4 and Mathlib.

Looking for a lemma in #LeanLang / #Mathlib but don't know its name? Use Loogle! to search:

By pattern: _ * (_ ^ _) finds expressions matching the pattern
By conclusion: |- tsum _ = _ * tsum _ finds specific conclusion shapes

Combine searches with commas for precision!
loogle.lean-lang.org

5 months ago 4 2 0 1
Post image

๐‹๐ž๐š๐ง ๐Ÿ’.๐Ÿ๐Ÿ’.๐ŸŽ ๐ข๐ฌ ๐ฅ๐ข๐ฏ๐ž! This release improves the module system, strengthens the ๐š๐š›๐š’๐š—๐š tactic, and advances the standard library.
Key improvements: 3.5x faster auto-completion, streamlined "try this" suggestions, new ๐š๐š›๐š’๐š—๐š AC solver, enhanced ๐š–๐šŸ๐šŒ๐š๐šŽ๐š— syntax.

Read more: lean-lang.org/doc/referenc...

5 months ago 10 1 0 0
Post image

Tactic tip: Lean's ๐šœ๐š’๐š–๐š™? is an optimization tool that shows the minimal ๐šœ๐š’๐š–๐š™ ๐š˜๐š—๐š•๐šข call needed to close a goal.

Use the ๐šœ๐š’๐š–๐š™? "Try this" suggestion to insert the precise ๐šœ๐š’๐š–๐š™ ๐š˜๐š—๐š•๐šข call into your proof.

Learn more: lean-lang.org/theorem_prov...

#LeanLang #LeanProver #ProofAssistant

5 months ago 4 2 0 0
Advertisement
Post image

"Theorem Proving in Lean 4" is the essential guide for anyone using Lean for mathematical proofs. Kept up-to-date with each new Lean release, it covers everything from basic tactics to advanced proof strategies.

Read the book here: lean-lang.org/theorem_prov...

#LeanLang #LeanProver #Mathematics

5 months ago 19 3 0 0
Post image

Reservoir is #LeanLang's package registry, inspired by crates.io (thanks @rustfoundation.org!) Browse community-created packages and discover new tools: reservoir.lean-lang.org

Sharing is easy! GitHub repos meeting the inclusion criteria are auto-indexed: reservoir.lean-lang.org/inclusion-cr...

5 months ago 10 3 0 1

Speed up your #LeanLang workflow in #VSCode with shortcuts:

โ„น๏ธCtrl/Cmd+Shift+Enter: Open the InfoView

๐Ÿ”กCtrl/Cmd+Shift+O: List current file declarations, namespaces and sections

๐Ÿ”„Ctrl/Cmd+Shift+X: Restart the current file

See more in the Lean VS Code extension manual: github.com/leanprover/v...

5 months ago 4 0 0 0
Preview
Lean Programming Language Lean is an open-source programming language and proof assistant that enables correct, maintainable, and formally verified code.

#LeanLang office hours are tomorrow (Wednesday the 15th) at 23:00 UTC. Bring your questions, share your projects, or just come to learn from others in the community.

โžก Find calendar and meeting links on our website: lean-lang.org/community/#e...

5 months ago 6 0 0 0
Preview
Lean Programming Language Lean is an open-source programming language and proof assistant that enables correct, maintainable, and formally verified code.

New use case on our website: AWS's Cedar authorization policy language verified with Lean, using "verification-guided development", and integrated into Cedar's development workflow.

โžก๏ธRead more: lean-lang.org/use-cases/ce...

#LeanLang #LeanProver #CedarPolicy #FormalVerification #AWS

5 months ago 5 1 0 0
Post image

Weโ€™re pleased to announce #ItaLean2025: Bridging Formal Mathematics and AI, an international conference dedicated to @lean-lang.org, Formal Mathematics, and AI4Math.

๐Ÿ“ University of Bologna
๐Ÿ—“ 9โ€“12 December 2025

Proudly supported by #Harmonic.

#LeanLang #FormalMath #AI4Math

5 months ago 4 3 1 0
Preview
Lean Programming Language Lean is an open-source programming language and proof assistant that enables correct, maintainable, and formally verified code.

Yes! You are absolutely correct - oversimplification on my part! ๐Ÿ˜…

No near-term plans for WASM, but it's always a possibility for much further down the road.

Check out our most recent roadmap to see what we're focusing on presently: lean-lang.org/fro/roadmap/...

6 months ago 1 0 0 0
Post image

๐Ÿ’กDid you know you can run #LeanLang in your browser without installing anything? The Lean Playground provides a full environment for experimentation, learning, and for sharing code snippets with others.

Try it out! live.lean-lang.org

6 months ago 9 2 1 1
Preview
Lean Programming Language Lean is an open-source programming language and proof assistant that enables correct, maintainable, and formally verified code.

The next bi-monthly #Mathlib community meeting is tomorrow (Friday Oct 10) at 2pm UTC. Join to hear about ongoing #LeanLang formalization projects and connect with contributors.

See all community events on our website:
lean-lang.org/community/?u...

6 months ago 1 0 0 0
Advertisement
Post image

Did you know the Info View in #LeanLang's #VSCode extension updates in real-time as you write proofs? Click on any part of your code to see the current proof state, goals, and hypotheses at that exact point.

Learn more about the Lean VS Code extension: github.com/leanprover/v...

6 months ago 7 1 0 0

FYI: The tutorials were recorded at @simonsfoundation.org Lean Workshop for Mathematics and Physical Sciences. Read more here: leanprover-community.github.io/blog/posts/s...

6 months ago 2 1 0 0
Post image

We really loved this series of tutorials on #metaprogramming in #LeanLang by Heather Macbeth. It's a great intro to a complex topic for novice users of #LeanProver!

Pt 1: youtube.com/watch?v=cKvg...
Pt 2: youtube.com/watch?v=5er4...
Pt 3: youtube.com/watch?v=TJ8T...

6 months ago 14 3 1 1
Spark Session | September 15
Spark Session | September 15 YouTube video by Heidelberg Laureate Forum

Two great talks at #HLF25 last week: Sanjeev Arora on superhuman AI mathematicians using #LeanLang, and David Silver on AI learning through experience with #LeanProver verification.

www.youtube.com/watch?v=q9MJ...

#AI #FormalMath #ReinforcementLearning

6 months ago 4 1 0 0
Post image

ICYMI: A great summary on the #LeanLang Community Blog of the @simonsfoundation.org 2025 MPS (Math and Phys Sciences) Workshop on #LeanProver.

The post includes links to lecture slides, videos, and a list of proposed projects and participants!

leanprover-community.github.io/blog/posts/s...

6 months ago 5 0 0 0