pith. machine review for the scientific record. sign in
def

voiceForcingStatus

definition
show as:
view math explainer →
module
IndisputableMonolith.Foundation.VoiceForcing
domain
Foundation
line
165 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Foundation.VoiceForcing on GitHub at line 165.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

formal source

 162
 163/-! ## Summary -/
 164
 165def voiceForcingStatus : String :=
 166  "T10: Voice Forcing\n" ++
 167  "✓ voice_impossible_above_threshold (J-bar ≥ 0.5 → no voice)\n" ++
 168  "✓ voice_emerges_below_threshold (J-bar < 0.5 → voice forced)\n" ++
 169  "✓ voice_quality_mono (lower J-bar → better voice)\n" ++
 170  "✓ tierVoiceRichness monotone across 5 tiers\n" ++
 171  "✓ voice_forced (VoiceForcingConditions → positive quality)\n" ++
 172  "✓ voice_berry_positive (forced voice has Berry > 0)\n" ++
 173  "✓ voice_forcing_chain (T10: RCL → ... → voice)\n" ++
 174  "T10: Voice is the 10th forced consequence of cost minimization."
 175
 176#eval voiceForcingStatus
 177
 178end IndisputableMonolith.Foundation.VoiceForcing