Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

Metamatematico---Razonamiento-Formal-con-Lean

Metamatematico---Razonamiento-Formal-con-Lean contém 14 skills coletadas de metamatematico, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
14
Stars
3
atualizado
2025-12-15
Forks
0
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

lean-fp-basics
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Matemáticos

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
Desenvolvedores de software

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
Matemáticos

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
Matemáticos

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
Matemáticos

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
Matemáticos

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
Matemáticos

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
Desenvolvedores de software

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
Matemáticos

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