Type: Node / Institutional Property
Working Definition: Authority is the recognized power to perform acts that bind others or produce institutional effects — not what an actor is capable of doing, but what the institution has authorized them to do, traceable to a specific constitutional source.
Function in the Grammar: Authority is the answer to the question "who gets to decide, and by what right?" It is not capability — a system administrator may have the technical capability to delete all records, but lacks the authority to do so. It is not consensus — unanimous agreement does not create authority where the constitutional structure has not granted it. Authority flows downward from the institution's constitution through offices and roles to specific actors for specific acts. An act performed without authority may be factually real — the thing happened — but institutionally invalid: it has no force within the institution's governance structure, and the institution is not bound by it. Authority is not a vibe. A system does not become legitimate because the right person meant well.
Formal Pattern
Authority(α, actor: a, act_type: T, institution: I) iff
Constitution(K, I) AUTHORIZES(K, Office(o), T)
a occupies Office(o) within I
α is bounded: Scope(α), Duration(α), Conditions(α)
α traces to a specific constitutional provision or delegation event in Ledger(I)
Delegation(α′, from: α, to: actor: b, for: T′) iff
T′ ⊆ T (delegation cannot exceed the delegating authority)
Delegation is a recognized act recorded in Ledger(I)
Delegation expires with or before α
AUTHORIZED(a, act: alpha, object: o, context: c, at: t) iff
Authority(α, actor: a, act_type: type_of(alpha), institution: I) holds
o falls within α's bounded Scope
c satisfies α's Conditions
t falls within α's Duration
-- a computed determination, not a further primitive; see Distinctions
Examples
| Domain | Authority | What it is grounded in |
|---|---|---|
| Law | A judge's authority to issue a warrant | Statutory grant; constitutional office; specific evidentiary threshold |
| Corporate governance | A CFO's authority to approve expenditures below a threshold | Bylaw delegation from the board; bounded by amount and category |
| Science / publishing | An editor's authority to accept or reject a submission | Journal policy; editorial office |
| Religious institutions | A bishop's authority to ordain | Canon law; apostolic succession |
| Digital governance | A model assistant's authority to draft but not publish | Constitutional rule; role assignment |
| Parliamentary governance | A committee's authority to recommend, not decide | Enabling resolution; chamber rules |
Distinctions
Authority ≠ Power. Power is the factual capacity to produce effects — the ability to act regardless of authorization. Authority is the normative right to act — the recognized capacity that gives acts institutional validity. An actor with power but no authority can make things happen; those things carry no institutional weight. An actor with authority but no power can issue orders; those orders carry institutional weight even if they require others to execute them. The confusion of power with authority is one of the most common and consequential institutional failures.
Authority ≠ Legitimacy. Legitimacy is the broader normative property of being justifiable to those over whom authority is exercised. Authority is formally granted within a constitutional structure. An institution may grant authority formally and exercise it in ways that lack legitimacy — that are not justifiable to those affected. Conversely, authority that is not formally granted may still be widely regarded as legitimate. Both concepts matter; neither reduces to the other.
Authority ≠ Jurisdiction. Jurisdiction is the scope of domain within which an institution's authority holds. Authority is the right to perform specific acts within that domain. A court has jurisdiction over a territory; individual judges have authority to perform specific acts within that jurisdiction.
Authority ≠ Capability. Capability is what an actor can do regardless of authorization. Authority is what an actor is authorized to do. The principle that capability is not authority is constitutional in Substrate: the fact that a model can act does not mean the model is authorized to act.
Authorized ≠ a distinct concept called Authorization. "Authorized" names a determination, not a further standing-bearing entity: an act is authorized when it falls within an actor's already-granted Authority, at the relevant time, within that Authority's scope, duration, and conditions. AUTHORIZED(a, alpha, o, c, t) holds exactly when Authority(alpha, actor: a, act_type: T, institution: I) covers act-type T at object o, within scope, duration, and conditions, at time t. This is a judgment computed from the grammar already stated above, not an additional primitive. Where a separate act confers new authority on another actor, that act is Delegation, already part of this entry's own formal pattern. The two ordinary-language senses "authorization" is asked to carry, an act being authorized, and an act of conferring authority, are already AUTHORIZED(...) and Delegation(...) respectively; neither needs its own encyclopedia entry.
Common Failure Modes
| Mode | Description |
|---|---|
| Authority drift | An actor gradually performs acts beyond the scope of their constitutional authorization, without formal delegation or amendment. Over time, the institution operates on a de facto authority structure that diverges from the de jure one. Where to look: consequential decisions that cannot be traced to a specific constitutional provision. |
| Authority by consensus | Actors treat unanimous agreement as sufficient authorization. If the constitution has not granted the authority, no vote creates it — the institution can only do what the constitution empowers it to do through proper procedure. Where to look: decisions justified by "everyone agreed" without reference to constitutional authority. |
| Capability-as-authority | An actor who has the capability to perform an act treats capability as sufficient justification. In digital systems, this often appears as: "the system allowed me to do it, therefore I was authorized." Where to look: actions that were technically possible and performed, but that were never constitutionally authorized. |
| Delegation without record | Authority is delegated informally, without a recorded delegation act. Future actors cannot verify that the delegation was valid, who holds it, or when it expires. Where to look: actors performing acts that were not constitutionally granted to their office, justified by claimed informal delegation. |
Intellectual Lineage
Authority, read against Power, draws on the same Weber and Arendt lineage: Max Weber's account of legitimate domination (Economy and Society, 1922) and Hannah Arendt's insistence, in On Violence (1970), that authority is neither coercion nor persuasion but a recognized right to command that precedes any specific act of obedience. This entry adopts that recognition-based account and narrows it to a specifically constitutional form: authority here must trace to a specific grant recorded in an institution's founding instrument or a delegation from it.
A separate, older analytic tradition also bears on this entry: Wesley Hohfeld's fundamental legal conceptions (1913) distinguish a legal power, the capacity to alter legal relations, from a liability, a privilege, and an immunity, a scheme closer to what this grammar calls Standing than to what it calls Power. Hohfeld's method, not his specific vocabulary, is the broader analytic tradition this entry's separation of Authority from Power and Standing belongs to.
Cross-References
- Recommendation: may be issued under advisory authority that does not include authority to decide
- Institution — the structure within which authority is granted and exercised
- Constitution — the document that distributes authority across offices and roles
- Recognition — authority determines who holds recognized eligibility to perform recognition acts
- Ledger — authority claims must be traceable through the ledger
- Commitment — authority determines who has the right to create binding commitments
- Continuity — the authority chain must be unbroken for continuity to hold
- Role — the office or position that holds authority; authority attaches to roles, not individuals
- Jurisdiction — the domain within which authority holds
- Standing — the recognized institutional capacity that grants authority to act
- Power — what authority is not: factual capacity without normative right
- Accountability: does not itself authorize Review, Judgment, Decision, Repair, or Enforcement by the receiving forum
- Appeal: requires separately grounded Authority for filing effects, Review, stays, Judgments, and Decisions