BEST Names Architecture — Expert Reference#
This page is a reference for researchers, mathematicians, and theologians who work directly with the formal content of mathematical theology. It documents the naming system that assigns every axiom, theorem, objection, and response a stable, parseable, globally unique label.
BEST stands for Brief, Explicit, Summarizing,
Title — four naming layers, from the compact label code
(pet-ax5) to the full display title (ax5 — Containment).
For the beginner version, see How We Name Things on This Site. For the technical design decisions behind this architecture, see BEST Names Architecture — Technical Design.
1. The knowledge pipeline#
Knowledge flows through five stages from raw evidence to end-user consumption. Each stage has a “Place of” designation:
Stage |
Name |
What it contains |
Example files |
|---|---|---|---|
PoE |
Place of Evidence |
Interactive sessions, raw exchanges, reviewer input |
Claude conversations, reviewer notes |
PoC |
Place of Chronicling |
Organized evidence: llogs, quest files, analyses |
|
PoR |
Place of Reasoning |
Synthesized axioms, theorems, analyses (40+ fields per element) |
|
PoT |
Place of Translating |
Producer-depth materials for teaching and communication |
|
PoU |
Place of Using |
Consumer-depth, beginner-friendly content |
|
The PoR is the single source of truth. All downstream views (PoT, PoU) are compiled from it. Every formal element has ONE canonical label pointing to its PoR page.
2. The 5 orthogonal dimensions#
Every page can be located by coordinates in a 5-dimensional space. Not every combination exists, but the naming system accommodates any valid combination without collisions.
D |
Dimension |
Answers |
Values |
Label segment |
Combinable with |
|---|---|---|---|---|---|
D1 |
Model |
Which axiom system? |
|
prefix: |
all |
D2 |
Element |
What element, and what about it? |
Flat type ID registry; chainable |
|
all |
D3 |
Version |
Which frozen snapshot? |
|
|
all |
D4 |
Depth |
For which audience? |
(default=expert), |
|
all |
D5 |
View / Source / Language |
Which worldview, source text, or cultural lens? |
|
|
all |
3. The label grammar#
{model}-{typeID}[{N}][-{typeID}[{N}]]*[-{version}][-{depth}][-{view}]
Rules:
D1 (model) + at least one D2 type ID are always required.
Omitted dimensions default to: latest version, expert depth, all views, English.
The bare label
{model}-{typeID}is the canonical PoR — globally unique, never duplicated.All lowercase. RST/Sphinx labels are case-insensitive; case cannot encode information.
Hyphen is the sole separator. No underscores. No exceptions.
Bare codes without digits (
pet-ax) denote collection or landing pages. Codes with digits (pet-ax5) denote specific items.The parser reads D2 type IDs greedily until it encounters a token matching D3, D4, or D5 — at which point it transitions out of D2.
Examples:
Label |
Meaning |
|---|---|
|
Pet Axiom 5, canonical PoR (latest, expert, English) |
|
Pet ax5, frozen at OOv2 |
|
Pet ax5, beginner view |
|
Pet ax5, OOv2, beginner |
|
Pet ax5, producer depth, Jewish perspective |
|
Pet ax5, logic field (D2 chain of 2 type IDs) |
|
Pet axiom dependency network (collection) |
|
Jub th8 maturity status |
|
Cross-model axiom convergence matrix |
|
Pet axioms feedback collection |
4. D1 — Model registry#
Prose form |
Label code |
Full name |
Status |
|---|---|---|---|
Pet |
|
Pan-En-Theistic foundation (ax1–ax14) |
Active |
Jub |
|
Jubilee-System extension (ax15–ax25) |
Active |
4Be |
|
(future) |
Reserved |
(all) |
|
Cross-model compilation (reserved keyword) |
System |
In prose: TitleCase (Pet, Jub, 4Be). In labels: all lowercase.
5. D2 — Type ID registry#
All D2 codes live in a single flat registry. Any registered type ID may appear at any position in a D2 chain. The groupings below are organizational, not grammatical.
5.1 Formal elements#
Code |
Name |
Definition |
Standard in |
|---|---|---|---|
|
Axiom |
Statement assumed true without proof |
Logic, mathematics |
|
Theorem |
Statement proven from axioms/lemmas |
Mathematics |
|
Lemma |
Proven stepping stone toward a theorem |
Mathematics |
|
Corollary |
Statement following directly from a theorem |
Mathematics |
|
Conjecture |
Statement believed true, not yet proven |
Mathematics |
|
Definition |
Precise meaning of a term |
Logic |
|
Symbol |
Formal notation |
All formal systems |
|
Contra |
Objection in quest/disputatio structure |
Scholastic method |
|
Reply/Pro |
Response to an objection |
Scholastic method |
|
Proof |
Formal proof object |
Mathematics |
5.2 Structural fields#
These chain after any other type ID:
pet-ax5-logic, jub-th8-needs, pet-ax-ff.
Code |
Name |
Purpose |
Example |
|---|---|---|---|
|
Logic |
Which logical framework; what it preserves/discards |
|
|
Constraint |
Known limitations, boundary conditions |
|
|
NeedsFeed |
Upstream dependencies |
|
|
FeedsNeed |
Downstream dependents |
|
|
Network |
Dependency graph |
|
5.3 POST operational fields (doubled-letter codes)#
Pattern: ^([a-z])\1$ — exactly 2 identical lowercase letters.
Code |
Name |
Purpose |
Example |
|---|---|---|---|
|
AnyAim |
Tasks, next steps, priorities |
|
|
CollectedContent |
Background reading, references from others |
|
|
DesignDoc |
Architectural decisions and rationale |
|
|
FeedbackFlow |
Collected feedback to be processed |
|
|
KnownKiller |
Identified traps with avoidance strategies |
|
|
LabLog |
Session log landing page |
|
|
VersionedVariant |
Overview of all versions |
|
|
WorkingWheel |
What would break if this changed |
|
5.4 Analytical fields (3+ letter codes)#
Code |
Name |
Purpose |
Example |
|---|---|---|---|
|
VersioningHistory |
What changed between versions |
|
|
StabilityCode |
StayVS maturity status |
|
|
Convergence |
Worldview agreement/divergence matrix |
|
|
Bibliography |
Academic references |
|
|
History |
Historical analysis, development timeline |
|
Design rule: All D2 codes must contain only lowercase letters
([a-z]), never digits. The parser identifies the item-number
boundary by detecting the first digit: ax5 parses as
type ax, item 5.
6. D3 — Version registry#
Code |
Meaning |
Status |
|---|---|---|
|
Original Objections Version 1 |
Archived |
|
Original Objections Version 2 |
Current freeze |
|
Poster Phase Version 1 |
Archived |
7. D4 — Depth (audience)#
Code |
Name |
Pipeline stage |
Audience |
|---|---|---|---|
(default) |
Expert |
PoR (full synthesis) |
Researchers, theologians |
|
Producer |
PoT (translation) |
Teachers, preachers, communicators |
|
Easy |
PoU (point of use) |
Beginners, general public |
|
Math |
Formal extraction |
Mathematicians, theorem provers |
|
HumanHub |
Human disambiguation |
Human visitors (“Which view?”) |
|
MachineHub |
Machine disambiguation |
AI agents, APIs |
8. D5 — View, source, and language#
Three prefixes partition this dimension:
v+ 3 letters = View (broad tradition synthesis)s+ 3 letters = Source (narrow upstream source text)l+ 2 letters = Language (language-specific cultural insight)
8.1 Views#
Code |
Name |
Scope |
|---|---|---|
|
Judaism |
Torah, Prophets, Writings, Talmud, Kabbalah, modern |
|
Christianity |
Gospels, Apostolic, Church fathers, councils, modern theology |
|
Islam |
Quran, Hadith, Sunni/Shia, Sufi, modern |
|
Hinduism |
Vedas, Upanishads, Bhagavad Gita, Vedanta, modern |
|
Secular |
Philosophy, empiricism, humanism, naturalism |
|
Buddhism |
All Buddhist traditions |
|
Baha’i |
Baha’i sources |
|
Zoroastrian |
Avestan/Zoroastrian sources |
8.2 Sources#
Code |
Name |
Scope |
Related views |
|---|---|---|---|
|
Torah |
Five Books of Moses (Genesis–Deuteronomy) |
vjud, vchr, visl |
|
Hebrew Bible |
Prophets + Writings (non-Torah Tanakh) |
vjud, vchr |
|
Gospels |
Matthew, Mark, Luke, John |
vchr, visl |
|
Apostolic |
NT beyond Gospels + earliest Church |
vchr |
|
Quran |
The Quran only |
visl |
|
Sanskrit texts |
Vedas, Upanishads, Bhagavad Gita |
vhin |
Source-view relationships are many-to-many. The Torah (stor) is
primary for Judaism but also cited by Christianity and claimed by Islam.
8.3 Language-specific cultural content#
l + ISO 639-1 code: lde (German), lar (Arabic),
lhe (Hebrew), lzh (Chinese). These are for content that is
structurally different because the language itself contributes something
untranslatable — not for straight translations, which use Sphinx i18n
(.po files).
9. The PoR fields#
Each formal element at the PoR level has 40+ fields. A selection:
Identity and display:
# |
Field |
What it contains |
|---|---|---|
1 |
|
Canonical identifier, e.g. |
2 |
|
Full display title, e.g. “ax5 — Containment” |
4 |
|
Plain-English statement |
5 |
|
Accessible explanation for general readers |
6 |
|
LaTeX notation, e.g. \(W \leq G\) |
Technical and structural:
Logic used (logic), reasoning chain (twhy), known limitations
(limit), upstream dependencies (needs), downstream dependents
(feeds), StayVS maturity code (stayc), versioning history
(diff).
Independent support (per worldview/source):
Each v* and s* code from D5 can appear as a PoR field.
stor contains Torah citations with glosses explaining relevance.
vjud synthesizes all Jewish sources into a coherent perspective.
POST operational:
AnyAims (aa), FeedbackFlow (ff), DesignDoc (dd),
KnownKillers (kk), LabLog (ll), VersionedVariant (vv),
WorkingWheel (ww).
10. The extraction matrix#
The extraction matrix controls which PoR fields appear at each audience depth and how they appear. Keywords:
full— field copied verbatimbrief— first sentence onlytop3/top1— top entries from listsrewrite— rephrased for the audienceref— cross-reference link onlystub— heading only, marked[stub]
At easy depth, a reader sees the identifier, the plain-English
summary, and one representative tradition quote. Technical context and
operational fields are omitted. At expert depth, all technical fields
and all citations appear. At dump depth, everything appears
including operational POST fields.
11. Link stability policy#
Internal links: RST :ref: labels are permanent identifiers.
They survive file moves. If an element is deprecated, the label stays
as a signpost pointing to where the content moved — like an HTTP 301
redirect.
Deprecated elements: Content moves to a HistoryHeap page
(pet-ax5-hh). The original label stays and says “this moved.”
Deprecated numbers are retired, not recycled.
External links: For academic papers and permanent references, cite
the versioned URL path (/matheology/vv/oov2/...). The
/matheology/ prefix and model directories (/matheology/pet/,
/matheology/jub/) are committed as permanent paths.
Periodic recompilation: At intervals, the entire site is recompiled to ensure all internal links resolve. This is a technical argument for periodic global reconciliation — accumulated link debt requires periodic reconciliation, just as accumulated economic concentration requires periodic recalibration (ax25).
12. Prose reference convention#
BEST |
Context |
Format |
Example |
|---|---|---|---|
Brief |
First mention |
Model-element |
Pet-ax5, Jub-th8 |
Brief |
Subsequent |
Element only |
ax5, th8 |
Explicit |
Formal heading |
Full with title |
Pet-ax5 — Containment |
Explicit |
RST cross-reference |
|
|
Brief |
Code/label context |
All lowercase |
|
Cross-references#
AHA design document (full) — the authoritative technical specification
Adversarial stress-test — 29 attacks, 17 HELD, 12 BREACH, known limitations documented
Easy overview — if this page has too much detail
Technical design — the “why” behind each design decision