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(符号)、notation(验证)verify - — 上下文:方程、定理陈述、问题描述或数据描述
$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
- 所有符号在首次使用前必须定义:“令$\mathcal{X}$表示...”
- 整篇论文中使用一致的符号
- 为后续会引用的方程编号
- 对关键推导步骤使用
\tag{reason} - 明确陈述假设条件
- 在证明中引用所使用的引理和先前结果
Related Skills
相关技能
- Upstream: research-planning
- Downstream: algorithm-design, paper-writing-section
- See also: symbolic-equation, data-analysis
- 上游:研究规划
- 下游:算法设计、论文章节撰写
- 另见:符号方程、数据分析