Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lean

Beginner, cannot import in Lean

theorem-proving lean

Lean 4 'unknown identifier Proof'

proof theorem-proving lean

Termination for Wrapped `Fin n` in Lean4

formal-verification lean

How to prove mathematical induction formulae in LEAN theorem prover?

theorem-proving lean

Define a function inside of a proof in Lean

function syntax lean

How to use the summation sign in lean?

syntax libraries lean

Loops in Lean programming language

loops lean

Definition of choice in Lean

lean

Mathlib keeps rebuilding even after I `lake exe cache get`

lean mathlib lake

Why haven't newer dependently typed languages adopted SSReflect's approach?

extending or inferring (PID / UFD) in a Lean class definition

typeclass lean

How to prove a = b → a + 1 = b + 1 in lean?

How to define mutual inductive propositions in Lean?

How enter symbols in VS Code for Lean (macOS)

visual-studio-code lean

Proving substitution property of successor over equality

Why do Calculus of Construction based languages use Setoids so much?

coq agda lean

what's the difference between lean, f*, and dafny?

dafny lean fstar