diff --git a/src/1_Genesis/3_Taxonomies/4_Exteriorization.md b/src/1_Genesis/3_Taxonomies/4_Exteriorization.md index 7adfd7c..5a26538 100644 --- a/src/1_Genesis/3_Taxonomies/4_Exteriorization.md +++ b/src/1_Genesis/3_Taxonomies/4_Exteriorization.md @@ -1,16 +1,31 @@ ## [Charter of Triunnia](../../Charter_of_Triunnia.md) \ [Genesis Codex](../Genesis_Codex.md) \ Taxonomies # 1.3.4 `Exteriorization` -Last Updated: January 12, 2024 - Draft +Last Updated: April 25, 2025 - Draft ## 1.3.4.1 Precursor `Exteriorization` +- All `Thoughts` issued by a `Triune Self` work towards `Exteriorization` on the `Temporal Physical Plane`. +- When `Thoughts` reach the `Form` stage in their life cycle, they are held in the `Radiant-Radiant` state until they are ready to `Exteriorize`[^1]. ```mermaid graph TD - Thought(Thought) + %%{ + init: { + 'theme' : 'base', + 'themeVariables': { + 'secondaryColor': '#FFFFFF00', + 'primaryBorderColor': '#00000088', + 'secondaryBorderColor': '#00000088', + 'tertiaryBorderColor': '#00000088', + 'noteBorderColor': '#00000088' + } + } + }%% - subgraph Temporal Physical Plane - subgraph Radiant State of Matter - subgraph Radiant-Radiant Substate of Matter + Thought((Thought)) + + subgraph TemporalPhysicalPlane[Temporal Physical Plane] + subgraph Radiant[Radiant State of Matter] + subgraph Radiant-Radiant[Radiant-Radiant Substate of Matter] Object(Object); Action(Action); Event(Event); @@ -21,33 +36,64 @@ graph TD Thought --> Object; Thought --> Action; Thought --> Event; -``` -- All thoughts issued by a `Triune Self` work towards `Exteriorization` on the `Temporal Physical Plane`. -- When they reach the `Form` stage in their life cycle, they are held in the `Radiant-Radiant` state until they are ready to `Exteriorize`[^1]. + style Object fill:#B8DDE8; + style Action fill:#B8DDE8; + style Event fill:#B8DDE8; + + style TemporalPhysicalPlane fill:white; + style Radiant fill:#B8DDE866; + style Radiant-Radiant fill:#B8DDE866; +``` ## 1.3.4.2 Definitions of `Exteriorization` (and Manifestation) -!!! quote Exteriorization (alias Manifestation) +### 1.3.4.2.A Exteriorization +!!! quote Exteriorization An `Exteriorization` is the `Act`, `Object`, or `Event` that was the physical impression in a `Thought` ***before*** it was `Exteriorized` as an `Act`, `Object`, or `Event` on the `Temporal Physical Plane`, as physical destiny[^2]. -!!! quote Exteriorize (alias Manifest) - `Exteriorize` is the process of transferring the `Exteriorization` of a `Thought` from the `Radiant-Radiant` state to the `Solid-Solid` state in the `Temporal Physical Plane` ***during*** its physical destiny in the form of an `Act`, `Object`, or `Event`. +### 1.3.4.2.B Exteriorize +`Exteriorize` is the process of transferring the `Exteriorization` of a `Thought` from the `Radiant-Radiant` state to the `Solid-Solid` state in the `Temporal Physical Plane` ***during*** its physical destiny in the form of an `Object`, `Action`, or `Event`. -!!! quote Exteriorized (alias Manifested) - `Exteriorized` refers to the `Act`, `Object`, or `Event` in the `Solid-Solid` state on the `Temporal Physical Plane` that is the physical destiny of the `Thought` from which it originated ***after*** `Exteriorization`. +### 1.3.4.2.C Exteriorized +`Exteriorized` refers to the `Object`, `Action`, or `Event` in the `Solid-Solid` state on the `Temporal Physical Plane` that is the physical destiny of the `Thought` from which it originated ***after*** `Exteriorization`. + +### 1.3.4.2.D Manifestation +Synonym of [1.3.4.2.A Exteriorization](./4_Exteriorization.md). + +### 1.3.4.2.E Manifest +When used as a verb, is a synonym of [1.3.4.2.B Exteriorize](./4_Exteriorization.md). + +### 1.3.4.2.F Manifested +Synonym of [1.3.4.2.C Exteriorized](./4_Exteriorization.md). ## 1.3.4.3 `Exteriorization` Matrix +- `Time`, `Condition`, `Place`, and a `Human Body` form the matrix by which a `Thought` is `Exteriorized`[^3]. +- All four factors must be satisfied for the `Exteriorization` to `Exteriorize`. ```mermaid graph TD - Thought(Thought); + %%{ + init: { + 'theme' : 'base', + 'themeVariables': { + 'secondaryColor': '#FFFFFF00', + 'primaryBorderColor': '#00000088', + 'secondaryBorderColor': '#00000088', + 'tertiaryBorderColor': '#00000088', + 'noteBorderColor': '#00000088' + } + } + }%% + + Thought((Thought)); subgraph Radiant-Radiant Time{Time}; Condition{Condition}; Place{Place}; - Body{Human\nBody}; + Body{"Human + Body"}; subgraph Solid-Solid Exteriorize(Exteriorize); @@ -69,20 +115,38 @@ graph TD Thought --> Body; Body -- No --> Body; Body -- Yes --> Exteriorize; -``` -- `Time`, `Condition`, `Place`, and a `Human Body` form the matrix by which a `Thought` is `Exteriorized`[^3]. -- All four factors must be satisfied for the `Exteriorization` to `Exteriorize`. + style Radiant-Radiant fill:#B8DDE866; + style Time fill:#B8DDE8AA; + style Condition fill:#B8DDE8AA; + style Place fill:#B8DDE8AA; + style Body fill:#B8DDE8AA; + + style Solid-Solid fill:#FBCFC8AA; + style Exteriorize fill:#FBCFC8; +``` ## 1.3.4.4 `Exteriorization` Result ```mermaid graph TD + %%{ + init: { + 'theme' : 'base', + 'themeVariables': { + 'secondaryColor': '#FFFFFF00', + 'primaryBorderColor': '#00000088', + 'secondaryBorderColor': '#00000088', + 'tertiaryBorderColor': '#00000088', + 'noteBorderColor': '#00000088' + } + } + }%% - Thought(Thought); + Thought((Thought)); - subgraph Temporal Physical Plane - subgraph "Radiant-Radiant (Exteriorization)" + subgraph TemporalPhysicalPlane[Temporal Physical Plane] + subgraph Radiant-Radiant["Radiant-Radiant (Exteriorization)"] Object(Object); Action(Action); Event(Event); @@ -92,7 +156,7 @@ graph TD subgraph Radiant-Solid subgraph Airy-Solid subgraph Fluid-Solid - subgraph "Solid-Solid (Exteriorized)" + subgraph Solid-Solid-Exteriorized["Solid-Solid (Exteriorized)"] ExteriorizedObject(Object); ExteriorizedAction(Action); ExteriorizedEvent(Event); @@ -108,6 +172,22 @@ graph TD Thought --> Object -- Exteriorize --> ExteriorizedObject; Thought --> Action -- Exteriorize --> ExteriorizedAction; Thought --> Event -- Exteriorize --> ExteriorizedEvent; + + style Object fill:#B8DDE8; + style Action fill:#B8DDE8; + style Event fill:#B8DDE8; + style ExteriorizedObject fill:#FBCFC8; + style ExteriorizedAction fill:#FBCFC8; + style ExteriorizedEvent fill:#FBCFC8; + + style TemporalPhysicalPlane fill:white; + style Radiant-Radiant fill:#B8DDE866; + style Radiant-Airy fill:#BFE1C6AA; + style Radiant-Fluid fill:#FFEFC8AA; + style Radiant-Solid fill:#FBCFC866; + style Airy-Solid fill:#FBCFC866; + style Fluid-Solid fill:#FBCFC866; + style Solid-Solid-Exteriorized fill:#FBCFC866; ``` [^1]: Percival, H.W. (2010) *Thinking and Destiny*, 14th ed. Rochester, NY: The Word Foundation, pg. 89.