- Ledger
- A legislator's durable record, written in indelible ink so entries can never be changed; notes in the back may be crossed out, and anything on a mere slip of paper may be lost when he leaves the Chamber. It is the paper's split between stable storage and volatile memory.
- Decree
- A numbered item of law, the unit that Parliament agrees on; the law of the land is the sequence of decrees passed. In the computing translation a decree is a state-machine command and its number is its position in the replicated log.
- Ballot
- A numbered referendum on a single decree, consisting of a decree, a quorum, the set of priests who voted, and a ballot number. It succeeds exactly when every priest in its quorum voted, and the decree of a successful ballot is the chosen one.
- Ballot number
- A value from an unbounded ordered set, partitioned so that each priest has his own infinite supply and no two priests can use the same number. A larger number means later, but says nothing about when the ballot was actually conducted.
- Majority set (quorum)
- The set of priests whose votes make a ballot succeed. The only property actually required is that any two majority sets share at least one priest, which is why simple majorities, weight-based majorities, and attendance-weighted majorities all work.
- MaxVote(b, p, B)
- The vote cast by priest p with the largest ballot number strictly less than b, or p's null vote with ballot number minus infinity if he cast none. Extended to a set of priests by taking the maximum, it is the quantity a president must learn in phase one.
- Condition B3
- The rule that for every ballot B, if any member of B's quorum voted in an earlier ballot, then B's decree must equal the decree of the latest of those earlier ballots. It is the constraint that prevents a new ballot from overwriting a decree that may already have been chosen.
- President
- The single priest or legislator responsible for initiating ballots, elected only so that progress is possible. Multiple simultaneous presidents can impede progress but can never cause inconsistency, which is why leader election need not be exact.
- Olive-day decree
- A traditional decree that makes absolutely no difference to anyone, used by a new president to fill any gap in his ledger. It is the no-op log entry that keeps the decree sequence dense and preserves the decree-ordering property.