Provenance has four genuine shapes. Each is a distinct hypergraph class the ledger records without flattening.
multi-party attribution
An edge e = (T, H, ω) states that a tail set of checkpoints, datasets, and runs produced a head artifact in weighted proportions ω, or that a set of prior works and authors produced a claim. A pairwise graph must decompose that assertion into edges nobody actually made.
e = (T, H, ω), T,H ⊆ V, ω: T → [0,1]
standardized evaluation
Every review edge binds exactly k evaluators, whether k benchmark harnesses scoring a checkpoint or k reviewers judging a paper. Uniformity makes edges exchangeable, which is the precondition for lifted statistical inference over them.
∀ e ∈ E_review : |e| = k
recursive derivation
Multiset edges keep repeated lineage visible rather than silently deduplicating it, so a model fine-tuned from its own ancestor, or a self-citation, appears on the ledger and is discounted rather than rewarded.
e ∈ multiset(V), multiplicity m_v(e) ≥ 1
a reference frame for novelty
Saturation measures how much of a domain's combinatorial space is already explored. A novelty score of 0.6 means something different in a saturated architecture family than in an emerging one, so saturation enters the collapse threshold directly.
σ_d = |E_d| / C(n_d, k)