pith. sign in
theorem

resolutionMechanismCount

proved
show as:
module
IndisputableMonolith.Sociology.ConflictResolutionFromJCost
domain
Sociology
line
30 · github
papers citing
none yet

plain-language theorem explainer

The theorem asserts that the set of canonical conflict resolution mechanisms has cardinality exactly five. Peace studies researchers applying J-cost thresholds to model negotiation and enforcement would cite this count to fix configDim D = 5. The proof is a one-line decision procedure that evaluates the finite type cardinality from the inductive enumeration.

Claim. The set of canonical conflict resolution mechanisms has cardinality five: $|$negotiation, mediation, arbitration, adjudication, force$| = 5$.

background

The module models social conflict as arising when recognition imbalance J(r) exceeds the J(phi) threshold (0.11-0.13 band). Resolution returns the system to J(r) ≤ J(phi) via one of five mechanisms. Pre-conflict starts at J(r) = 0 (mutual recognition r = 1), tension occupies the J(phi) band, and conflict occurs for J(r) > J(phi).

proof idea

The proof applies the decide tactic to Fintype.card ResolutionMechanism = 5. The inductive type ResolutionMechanism carries a Fintype instance derived from its five constructors, so the decision procedure computes the cardinality by enumeration.

why it matters

This supplies the five_mechanisms field of the downstream conflictResolutionCert definition. It instantiates the module claim that resolution mechanisms number five and equal configDim D = 5 in Tier F Peace Studies. The result closes the sociological count without reference to the spatial forcing chain T8 or the Recognition Composition Law.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.