math-reasoning
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseMathematical Reasoning
数学推理
Perform rigorous mathematical reasoning and produce publication-quality LaTeX output.
执行严谨的数学推理并生成符合出版标准的LaTeX输出。
Input
输入
- — Task type:
$0,derive,prove,formalize,stats,notationverify - — Context: equation, theorem statement, problem description, or data description
$1
- — 任务类型:
$0、derive、prove、formalize、stats、notationverify - — 上下文:方程、定理陈述、问题描述或数据描述
$1
Tasks
任务
derive
— Step-by-step equation derivation
derivederive
— 分步方程推导
deriveShow every intermediate step. Justify each with the rule applied. Box final result with . Number important equations with .
\boxed{}\label{eq:name}展示每一个中间步骤,说明每个步骤应用的规则。用将最终结果框选出来,使用为重要方程编号。
\boxed{}\label{eq:name}prove
— Formal theorem proof
proveprove
— 正式定理证明
proveUse appropriate technique: direct, contradiction, induction, construction, or cases. See for LaTeX templates.
references/proof-templates.md使用合适的证明方法:直接证明、反证法、归纳法、构造法或分情况讨论。LaTeX模板可参考。
references/proof-templates.mdformalize
— Problem setting formalization
formalizeformalize
— 问题设定形式化
formalizeConvert informal description into formal mathematical framework with: variable definitions, domain/range specifications, assumptions, objective function.
将非正式描述转换为正式数学框架,包含:变量定义、域/范围规范、假设条件、目标函数。
stats
— Statistical test selection
statsstats
— 统计检验选择
statsUse the decision tree in to select appropriate tests. Report p-values, effect sizes, confidence intervals.
references/notation-guide.md使用中的决策树选择合适的检验方法,输出p值、效应量、置信区间。
references/notation-guide.mdnotation
— Generate notation table
notationnotation
— 生成符号表
notationCreate a with all symbols used in the paper. Use standard ML notation from .
\begin{table}references/notation-guide.md创建包含论文中所有使用符号的表格,采用中的标准ML符号规范。
\begin{table}references/notation-guide.mdverify
— Check mathematical correctness
verifyverify
— 数学正确性校验
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
- 标准ML符号与统计检验:
~/.claude/skills/math-reasoning/references/notation-guide.md - 证明模板与定理环境:
~/.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
- 所有符号首次使用前必须定义:例如"Let $\mathcal{X}$ denote..."
- 整篇论文使用统一的符号规范
- 为后续会引用的方程添加编号
- 关键推导步骤使用标注说明
\tag{reason} - 明确陈述所有假设条件
- 证明过程中引用用到的引理和已有研究成果
Related Skills
相关技能
- Upstream: research-planning
- Downstream: algorithm-design, paper-writing-section
- See also: symbolic-equation, data-analysis
- 上游:research-planning
- 下游:algorithm-design、paper-writing-section
- 另请参阅:symbolic-equation、data-analysis