pith. machine review for the scientific record. sign in
def definition def or abbrev high

settlementLevelCount

show as:
view Lean formalization →

Five settlement levels are fixed in the phi-ladder urban model, matching the configuration dimension of five. Researchers modeling rank-size distributions from hamlet to metropolis in archaeology or central place theory would cite this constant when deriving population ratios. The definition consists of a single constant assignment with no computation.

claimThe number of canonical settlement levels forced by the configuration dimension is $5$.

background

The module derives urban settlement scaling from the phi-ladder, where hierarchies follow power laws with adjacent-level population ratios equal to phi squared or phi cubed. These ratios fall inside Christaller's empirical band of 3 to 7. The five levels (hamlet through metropolis) are set by fixing the configuration dimension to 5. No upstream lemmas are required for this definition.

proof idea

Direct constant definition that assigns the natural number 5.

why it matters in Recognition Science

This supplies the fixed count required by the equality theorem settlementLevelCount_eq and the UrbanDensityCert structure, which certifies that the population ratio lies between 3 and 8. It instantiates the RS prediction that settlement hierarchies scale as phi to the k per level, consistent with the self-similar fixed point phi. The definition closes the structural theorem for this archaeology application.

scope and limits

Lean usage

theorem settlementLevelCount_eq : settlementLevelCount = 5 := rfl

formal statement (Lean)

  32def settlementLevelCount : ℕ := 5

proof body

Definition body.

  33

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.