Encyclopedia Mathematics Mathematics Measure Theory From Rs Canonical Measure

ARTICLE 3 claims 3 theorems

Mathematics Measure Theory From Rs Canonical Measure

Measure theory gives mathematics its tools for size and chance; one framework names five standard measures and proves a cost function fits among them.

The five canonical measures

Measure theory is the branch of mathematics that assigns sizes to sets, making precise ideas like length, area, and probability. Its standard tools include the Lebesgue measure, which gives the usual length of an interval, and the counting measure, which counts the number of points in a set. The Dirac measure is a point mass, the Hausdorff measure generalizes length to fractal dimensions, and the Borel measure works on topological spaces. Together these five are the classical building blocks of integration and probability.

In Recognition Science, a declaration called CanonicalMeasure names exactly these five: Lebesgue, counting, Dirac, Hausdorff, and Borel. The framework proves there are precisely five such canonical measures, matching a dimension count of five that appears elsewhere in its structure. This is a definitional choice, not a discovery about the external world; the framework selects a finite list of standard objects to work with.

The same file proves that the cost function J, central to the framework's account of recognition, is non-negative for all positive inputs. Since a measure must assign non-negative sizes, this property makes J compatible with measure-theoretic thinking. The proof is machine-checked: the framework's library of formal theorems verifies the statement with no gaps and no extra assumptions.

What this does not claim is broader. The declaration does not prove that these five measures are the only measures in mathematics, nor does it construct a new measure. It does not show that J itself is a measure, only that it is non-negative. The framework's claim is modest: a finite list of classical measures exists, and a cost function satisfies the basic sign requirement for measure compatibility.

THEOREM canonicalMeasureCount · IndisputableMonolith/Mathematics/MeasureTheoryFromRS.lean
theorem canonicalMeasureCount : Fintype.card CanonicalMeasure = 5 := by decide
THEOREM jcost_measurable · IndisputableMonolith/Mathematics/MeasureTheoryFromRS.lean
/-- J-cost is non-negative (measure-compatible). -/
theorem jcost_measurable {r : ℝ} (hr : 0 < r) : 0 ≤ Jcost r := by
  by_cases h : r = 1
  · rw [h, Jcost_unit0]
  · exact le_of_lt (Jcost_pos_of_ne_one r hr h)
THEOREM measureTheoryCert · IndisputableMonolith/Mathematics/MeasureTheoryFromRS.lean
def measureTheoryCert : MeasureTheoryCert where
  five_measures := canonicalMeasureCount
  jcost_nonneg := jcost_measurable

What this page does not claim

The declaration does not prove these are the only measures in mathematics. It does not show that J is itself a measure, only that it is non-negative. It does not construct a new measure or extend measure theory beyond the classical five.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Mathematics/MeasureTheoryFromRS.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND