第4章 理论要点与最小推导(S/P)


I. 章节目标与范围(强制)


II. 公设与先验(P,强制)


III. 最小方程(S,强制)


IV. 变量与域(强制)


V. 推导最小骨架(强制)


VI. 边界、例外与适用(强制)


VII. 量纲与计量一致性(强制)


VIII. 推论与最小引理(可引用,强制)


IX. 与后续章节的接口(强制)


X. 人读 × 机读对位(强制)

人读要素

机读字段

校核要点

公设与先验

theory.P: [P10-1,...]

文本与编号一致

最小方程

theory.S: [S20-1,...]

一般式/外提式并列

路径/测度定义

math.path, math.measure

gamma(ell)、d ell 显式

量纲一致性

math.check_dim=true

与符号三元组一致

例外与delta

arrival_time.delta_form

`general

锚点清单

references.see[]

卷名+版本+锚点可解析


XI. 机读最小模板(YAML;JSON 等价,强制)

theory:

P:

- { id: "P10-1", name: "measurable_path", text: "gamma(ell) measurable; d ell defined" }

- { id: "P10-2", name: "medium_caliber", text: "n_eff, c_ref measurable and bounded" }

- { id: "P10-3", name: "dimensionality", text: "check_dim=true for all equations" }

- { id: "P10-4", name: "reproducibility", text: "independent reproduction" }

S:

- { id: "S20-1", name: "general_form", eq: "T_arr = ( ∫ ( n_eff / c_ref ) d ell )" }

- { id: "S20-2", name: "factored_form", eq: "T_arr = ( 1 / c_ref ) * ( ∫ n_eff d ell )" }

- { id: "S20-3", name: "equivalence", cond: "∂_ell c_ref = 0 a.e." }

- { id: "S20-4", name: "additivity_bound", text: "segment additivity and upper bound" }

math:

path: "gamma(ell)"

measure: "d ell"

statements:

- "T_arr = ( ∫ ( n_eff / c_ref ) d ell )"

symbols:

- { name: "n_eff", unit: "1", dim: "1" }

- { name: "c_ref", unit: "m·s^-1", dim: "L T^-1" }

check_dim: true

arrival_time:

delta_form: "general" # general|factored

proof_skeleton:

steps:

- "Use measurability (P10-1) & positivity to define integral."

- "Derive S20-1; specialize to S20-2 under ∂_ell c_ref=0."

- "Show additivity and bound (S20-4)."

references:

see:

- "EFT.WP.Core.Equations v1.1:S20-1"

- "EFT.WP.Core.Metrology v1.0:check_dim"


XII. 引用与交叉引用体例(强制)

;所有 EFT.WP.* 引用必须显式版本与锚点,并在 references.see[] 中提供机读清单。“见《<卷名> vX.Y》Ch.x S/P/M/I…”固定写法: