Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

Metamatematico---Razonamiento-Formal-con-Lean

Metamatematico---Razonamiento-Formal-con-Lean 收录了来自 metamatematico 的 14 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
14
Stars
3
更新
2025-12-15
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

lean-fp-basics
软件开发工程师

Lean 4 fundamentals including syntax, structures, inductive types, and polymorphism. Use when writing basic Lean code, defining custom data types, pattern matching, or learning core language patterns.

2025-12-15
lean-fp-dependent-types
软件开发工程师

Dependent types for type-safe APIs and compile-time guarantees. Use for Vect, Fin, indexed families, universes, or making illegal states unrepresentable.

2025-12-15
lean-fp-functor-applicative
软件开发工程师

Functor, Applicative, Alternative, and the abstraction hierarchy. Use when transforming values in containers, combining independent computations, or choosing abstraction level.

2025-12-15
lean-fp-monads
软件开发工程师

Monadic effect handling in Lean including Option, Except, State, Reader, and do-notation. Use when chaining computations that may fail, need state, or require environment access.

2025-12-15
lean-fp-performance
软件开发工程师

Tail recursion, array mutation, Fin, and performance patterns. Use when optimizing recursive functions, avoiding stack overflow, or working with large data.

2025-12-15
lean-fp-transformers
数学家

Combining multiple effects with monad transformers including StateT, ExceptT, ReaderT, and OptionT. Use when you need error handling AND state, or multiple effects together.

2025-12-15
lean-fp-type-classes
软件开发工程师

Ad-hoc polymorphism and operator overloading in Lean. Use when defining type classes, creating instances, implementing interfaces, deriving, or working with coercions.

2025-12-15
lean-quick-reference
数学家

Consolidated cheatsheets for Lean 4 syntax, tactics, type classes, monads, and common patterns. Use for quick lookup or when you need a reminder.

2025-12-15
lean-tp-advanced
数学家

Axioms, classical logic, quotients, and noncomputable definitions. Use for excluded middle, proof by contradiction, quotient types, or understanding Lean's foundational axioms.

2025-12-15
lean-tp-foundations
数学家

Dependent type theory fundamentals for theorem proving. Use when understanding universes, Type/Prop, dependent types, or the Calculus of Constructions foundation.

2025-12-15
lean-tp-propositions
数学家

Curry-Howard correspondence and logical connectives. Use when constructing proofs, understanding proof terms, or working with And/Or/Not/implication.

2025-12-15
lean-tp-quantifiers
数学家

Universal/existential quantifiers and equality reasoning. Use when proving forall/exists, equational reasoning with rfl, calc chains, or substitution.

2025-12-15
lean-tp-tactic-selection
软件开发工程师

Decision trees for choosing tactics based on goal type and proof strategy. Use when unsure which tactic to apply or planning proof approach.

2025-12-15
lean-tp-tactics
数学家

Core tactics for theorem proving including apply, exact, intro, rw, simp, cases, and induction. Use when constructing proofs step-by-step in tactic mode.

2025-12-15