cost 405 ms
Assume in lean 4

A lot of proofs in Lean 3 were structured via the assume syntax e.g. I was unable find a similar reference section for tactics in lean 4 like in 3, ...

2023-01-09 10:33:34   1   33    lean  
Can I define assumptions in lean?

I'm just starting out with lean. Can I define define the assumptions of a theorem? For example, proving that for any integer pair min and max, every ...

2022-09-22 02:48:09   1   14    lean  
infix notation in Lean

Is there an infix notation that would allow to rewrite those proofs more naturally as ...

2022-09-11 09:07:57   1   23    lean  
Combining two simple assumptions in Lean

I'm trying to construct this proof in Lean: (P → Q) ∧ (R → ¬Q) → ¬(P ∧ R) It feels like a simple proof by contradiction: Assume P and R, the opposi ...

2022-08-23 00:00:18   1   31    lean  
Is Lean 4 lazy or strict?

Lean 4 is a purely functional programming language, but is it lazy (like Haskell) or strict (like Idris) and what are the implications of this? Is the ...


 
粤ICP备18138465号  © 2020-2025 STACKOOM.COM