def
definition
def or abbrev
constraintReason
show as:
view Lean formalization →
formal statement (Lean)
168def constraintReason : Power → Option ConstraintReason
169 | .duplication => some .zConservation
170 | .realityWarping => some .jUniqueness
171 | .creationExNihilo => some .costOfNothing
172 | .absoluteInvulnerability => some .boundaryDissolution
173 | _ => none
174