Search code examples
example : ((p ∨ q) → r) → (p → r) ∧ (q → r)...


lean

Read More
example: (p ∨ q) ∧ (p ∨ r) → p ∨ (q ∧ r)...


lean

Read More
Defining a function to a subset of the codomain...


functional-programminglean

Read More
Lean Mergesort using increasing well founded relation...


algorithmmergesortlean

Read More
Does lean have syntax for declaration of signatures?...


lean

Read More
What makes the natural numbers so special with regards to timing out?...


lean

Read More
How to leave out a part of programming code, in a programming code quote?...


quoteslean

Read More
Trouble defining a subset of Euclidean space...


lean

Read More
Proving substitution property of successor over equality...


dependent-typetheorem-provingformal-verificationlean

Read More
Beginner, cannot import in Lean...


theorem-provinglean

Read More
Representing a theorem with multiple hypotheses in Lean (propositional logic)...


lean

Read More
Recovering nat from a positive integer in Lean...


lean

Read More
Why doesn't this dual poset definition don't type check...


lean

Read More
Dependently typed bounded range in Lean...


lean

Read More
Painless way to show simple inequality over whole number...


lean

Read More
Equality in definitions (decidable equality? e.g. replace elements in list)...


typeclasslean

Read More
Testing polynomial definition (from natural numbers to integers)...


dependent-typeformal-verificationlean

Read More
Defining the predecessor function (with pred 0 = 0) for the natural numbers in Lean...


dependent-typeformal-verificationlean

Read More
From set inclusion to set equality in lean...


dependent-typetheorem-provingformal-verificationlean

Read More
Using sets in lean...


dependent-typeformal-verificationlean

Read More
lean : eq.subst chokes on h:(n=0)...


theorem-provinglean

Read More
How to write a definition of the non-dependent product using Pi types in Lean?...


dependent-typetheorem-provingformal-verificationlean

Read More
How to prove a relation at compile-time in Lean?...


dependent-typetype-theorylean

Read More
How to pattern match on a Prop when proving in Coq without elimination on Type...


coqdependent-typetheorem-provingtype-theorylean

Read More
In Lean, is it possible to use decidable_linear_order with a user defined equality relation?...


dependent-typetype-theorylean

Read More
How to propogate an assumption when pattern matching in Lean...


dependent-typeidristype-theorylean

Read More
Attaching an attribute to a definition causes syntax errors...


syntaxattributeslean

Read More
Why do Leans `Prop`ositions get special treatment?...


typestheorem-provingcurry-howardlean

Read More
Inductive type constructed by a list of that type in Lean...


type-theorylean

Read More
How to define mutual inductive propositions in Lean?...


dependent-typetheorem-provingmutual-recursionlean

Read More
BackNext