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

Power

definition
show as:
view math explainer →
module
IndisputableMonolith.Superhuman.Core
domain
Superhuman
line
51 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Superhuman.Core on GitHub at line 51.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

used by

formal source

  48/-! ## Power Enumeration -/
  49
  50/-- The 27 canonical superhuman powers from cross-cultural mythology, comics, and folklore. -/
  51inductive Power where
  52  -- Class A: Direct RS Mechanism
  53  | telepathy
  54  | precognition
  55  | empathy
  56  | healing
  57  | immortality
  58  | astralProjection
  59  -- Class B: Derivable from RS
  60  | superIntelligence
  61  | enhancedSenses
  62  | soundControl
  63  | animalCommunication
  64  | mindInfluence
  65  | collectivePower
  66  -- Class C: Nautilus-Class Technology
  67  | flight
  68  | invulnerability
  69  | superStrength
  70  | forceFields
  71  | energyProjection
  72  | transmutation
  73  -- Class D: Speculative but Consistent
  74  | timePerception
  75  | superSpeed
  76  | invisibility
  77  | elementalControl
  78  | sizeManipulation
  79  -- Class E: Constrained or Forbidden
  80  | duplication
  81  | realityWarping