MeaningUnit
plain-language theorem explainer
The inductive type for meaning units is introduced as the base for measurement units in the RS-native framework. Researchers modeling observables in Recognition Science cite this when constructing quantities such as meaning. The declaration is a bare inductive type with no constructors, acting as a placeholder type in the measurement scaffold.
Claim. The inductive type of meaning units is introduced as a new type in the RS-native measurement system.
background
The RS-Native Measurement Framework module defines a Lean-first scaffold for Recognition Science. Core theory is RS-native with ticks, voxels, coherence, action and ledger observables at initial tick τ₀ = 1. SI or CODATA calibration remains optional and external. Protocols carry explicit falsifiers so arbitrary choices cannot be hidden. The file stays small and dependency-light, with concrete observables deferred to catalog modules.
proof idea
The declaration is a direct inductive type definition with no constructors or proof obligations.
why it matters
This type feeds the abbreviation that defines meaning as a quantity over meaning units. It supports the measurement framework by supplying the unit type for RS-native observables and explicit protocols. The placement aligns with the module design goals of keeping core theory RS-native without external dependencies.
Switch to Lean above to see the machine-checked source, dependencies, and usage graph.