No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
32inductive PowerClass where
33 | DirectMechanism -- Class A: Lean module with formalization exists
34 | Derivable -- Class B: follows from existing RS results
35 | NautilusClass -- Class C: requires localized J-cost minimization technology
36 | Speculative -- Class D: consistent with RS but needs theoretical extension
37 | Constrained -- Class E: forbidden or constrained by conservation laws
38 deriving DecidableEq, Repr
39
40/-- Whether a power class represents an accessible (not forbidden) capability. -/
41def PowerClass.accessible : PowerClass → Bool
42 | .DirectMechanism => true
43 | .Derivable => true
44 | .NautilusClass => true
45 | .Speculative => true
46 | .Constrained => false
47
48/-! ## Power Enumeration -/
49
50/-- The 27 canonical superhuman powers from cross-cultural mythology, comics, and folklore. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
-
powerClass
in IndisputableMonolith.Superhuman.Core
decl_use
depends on (16)
Lean names referenced from this declaration's body.
-
consistent
in IndisputableMonolith.Complexity.SAT.Backprop
decl_use
-
or
in IndisputableMonolith.Constants.EulerMascheroni
decl_use
-
power
in IndisputableMonolith.Cosmology.PrimordialSpectrum
decl_use
-
canonical
in IndisputableMonolith.Foundation.ArithmeticOf
decl_use
-
A
in IndisputableMonolith.Foundation.IntegrationGap
decl_use
-
cost
in IndisputableMonolith.Foundation.MultiplicativeRecognizerL4
decl_use
-
cost
in IndisputableMonolith.Foundation.ObserverForcing
decl_use
-
from
in IndisputableMonolith.Foundation.PrimitiveDistinction
decl_use
-
from
in IndisputableMonolith.Foundation.PrimitiveDistinction
decl_use
-
E
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
-
canonical
in IndisputableMonolith.Gap45.Beat
decl_use
-
A
in IndisputableMonolith.Masses.Anchor
decl_use
-
A
in IndisputableMonolith.Modal.Actualization
decl_use
-
canonical
in IndisputableMonolith.NavierStokes.RM2U.NonParasitism
decl_use
-
and
in IndisputableMonolith.NumberTheory.CirclePhaseLift
decl_use
-
Power
in IndisputableMonolith.Superhuman.Core
decl_use