math-reasoning
Original:🇺🇸 English
Translated
Formal mathematical reasoning for research papers — derive equations, write proofs, formalize problem settings, select statistical tests, and generate LaTeX math notation. Use when the user needs mathematical derivations, theorem proofs, notation tables, or statistical analysis formalization.
6installs
Added on
NPX Install
npx skill4agent add lingzhi227/agent-research-skills math-reasoningTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Mathematical Reasoning
Perform rigorous mathematical reasoning and produce publication-quality LaTeX output.
Input
- — Task type:
$0,derive,prove,formalize,stats,notationverify - — Context: equation, theorem statement, problem description, or data description
$1
Tasks
derive
— Step-by-step equation derivation
deriveShow every intermediate step. Justify each with the rule applied. Box final result with . Number important equations with .
\boxed{}\label{eq:name}prove
— Formal theorem proof
proveUse appropriate technique: direct, contradiction, induction, construction, or cases. See for LaTeX templates.
references/proof-templates.mdformalize
— Problem setting formalization
formalizeConvert informal description into formal mathematical framework with: variable definitions, domain/range specifications, assumptions, objective function.
stats
— Statistical test selection
statsUse the decision tree in to select appropriate tests. Report p-values, effect sizes, confidence intervals.
references/notation-guide.mdnotation
— Generate notation table
notationCreate a with all symbols used in the paper. Use standard ML notation from .
\begin{table}references/notation-guide.mdverify
— Check mathematical correctness
verifyVerify: dimensional consistency, boundary cases, gradient computations, notation consistency across sections.
References
- Standard ML notation + statistical tests:
~/.claude/skills/math-reasoning/references/notation-guide.md - Proof templates and theorem environments:
~/.claude/skills/math-reasoning/references/proof-templates.md
Rules
- Define ALL symbols before first use: "Let $\mathcal{X}$ denote..."
- Use consistent notation throughout the paper
- Number equations that are referenced later
- Use for key derivation steps
\tag{reason} - State assumptions explicitly
- Cite lemmas and prior results used in proofs
Related Skills
- Upstream: research-planning
- Downstream: algorithm-design, paper-writing-section
- See also: symbolic-equation, data-analysis