Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Mechanization provenance

This index maps each language feature to the Lean module(s) that mechanize it and the spec section it lives in. It is generated from the feature registry, and CI verifies that every cited module exists — a feature naming a vanished mechanization fails the build.

Feature§Lean module(s)RFD
Module extraction (⊥-locality)§3Locality/Locality.lean
Locality/ScopedConservativity.lean
mod, use, visibility, multi-file build, ox.toml package§3CoreIR/Path.lean0022
The meta-calculus (metaxis / metatype / metarel)§4Substrate/MetaCalculus.lean
abstract / fixed declaration modifiers§4Runtime/ModifierGates.lean0027
Concepts (type baseline; declared classifying vocabulary)§50038
Facts pub fact / strong negation pub not_fact§5Storage/AxiomEvent.lean0010
First-class relations§5Substrate/RelationSubsumption.lean0005
Relation subsumption R2 <: R1§5TypeSystem/RelationExtension.lean0005
struct / enum data declarations§5Substrate/Construct.lean
Field intents T / T? / Truth4Of<T>§6Foundation/Truth4Of.lean0007
Generics, collections ([T] / Set / Map / Option), function types§6Syntax/TypeExpr.lean
Instance-of : clause (cross-level)§6MetaCalculus/IsCanNot.lean
Mutable fields mut + update§6Runtime/MutationSemantics.lean0006
Numeric tower — Top/Bot, exact Decimal/Real, result widening§6Runtime/AggregateExact.lean0016
Refinement: iff (defined) vs where (primitive)§6TypeSystem/Realization.lean0017
Specialization <: (subtyping) and a concept hierarchy§6TypeSystem/Subtyping.lean
World assumptions — CWA default + per-concept OWA opt-in (`#[world(openclosed)]`)§6Schema/WorldAssumption.lean
TypeSystem/Soundness/CwaOwa.lean
Aggregates count / exists / sum / min / max / avg§7Runtime/AggregateExact.lean0011
Defeasibility — honest heads + defeat directive (#[default] / #[defeats] / #[label])§7Reasoning/Defeasibility/Transform.lean
TypeSystem/Soundness/Defeasibility.lean
0028
Defeasibility — proof tags ( / +∂)§7Reasoning/Defeasibility/Transform.lean0028
Modal box / diamond (fixed-default)§7Reasoning/Modal.lean
Recursion-through-negation (well-founded semantics)§7Reasoning/Datalog/WellFounded.lean
Removed defeasible strength triple (#[strict] / #[defeasible] / #[defeater] / #[priority])§70028
Rule-atom forms: predicate, comparison, NAF, type-test, field projection§7Reasoning/Rule.lean
Sinks (pub sink, emit)§70015
Stable models (#[brave])§7Reasoning/Stability.lean0003
Temporal rule atoms (since, until, ever, …) / FOL quantifiers§7Reasoning/Temporal.lean
Decidability/Temporal.lean
Universal quantifier forall v: T where Body, Head§7Reasoning/Rule.lean
#[comptime] build-time lifting§7Substrate/Comptime.lean0002
check (consistency observers)§7Reasoning/Checks.lean
Reasoning/StaticDischarge.lean
0025
derive (recursive head-population)§7Reasoning/EvalProgram.lean
Reasoning/Stratification.lean
fn (pure compute)§7CoreIR/Lowering.lean
mutate — Datalog-style body§7Runtime/MutationSemantics.lean
mutate — imperative body§7Runtime/MutationSemantics.lean0015
query (read-only)§7Runtime/EngineModuleStore.lean
MLT level theory as an unprivileged package§80043
Reflective rule-body intrinsics (iof / meta / specializes / extent)§8MetaCalculus/Reflect.lean0023
TypeRef reflective type-as-value§8Storage/CatalogProjections.lean0023
Decidability tier ladder (classifier + per-tier admittance)§9Decidability/Tier.lean
Decidability/Classifier.lean
Decidability/Admittance.lean
Decidability — Expressive tier§9Decidability/Expressive.lean0003
Decidability — Fol tier (unsafe logic { })§9Decidability/FOL.lean
Decidability — Metaorder tier§9Decidability/MetaOrder.lean
Decidability — Modal tier§9Decidability/Modal.lean
Decidability — Structural / Closure / Recursive tiers§9Decidability/Structural.lean
Decidability/Closure.lean
Decidability/Recursive.lean
Polynomial bound on type-graph (D1) evaluation§9Decidability/Complexity/Bounds.lean
Decidability/Domain1/Eval.lean
Bridge rules pub bridge§11Standpoint/Federation.lean
Federation policies (paraconsistent / strict / weighted)§11Standpoint/Consistency.lean
Sheaf semantics (categorical)§11Locality/SheafEquivalence.lean0008
Standpoint declarations, lattice <:, standpoint-block scoping§11Standpoint/Visibility.lean
Standpoints and four-valued federation (Truth4)§11Standpoint/Federation.lean
Foundation/Truth4.lean
Truth4 (is / not / can / both)§11Foundation/Truth4.lean
Macros — declarative pub macro, procedural #[procmacro]§12Substrate/Macro.lean0037
Traits (behavioral contracts + dispatch)§12TypeSystem/Conformance.lean
Substrate/Trait.lean
0026
ox build.oxbin (preamble, four version axes, validation, content hash)§16BuildArtifact/Oxbin.lean
BuildArtifact/Validation.lean
Bitemporal stamps + time-travel (query … as_of)§17Runtime/AsOf.lean
Forks, hot reload, retention / forget capability§17Runtime/Capability.lean
In-language tests (the test declaration)§17Storage/AxiomKind.lean0048
Runtime serving ox runtime serve (/v1)§17Conformance/Envelope.lean0014
Two-layer incremental cache (compile + runtime)§17Runtime/SalsaContract.lean
Module / Store, execute_mutation, query_*§17Runtime/EngineModuleStore.lean