Skip to content

spcpza/truth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

truth

Thy word is a lamp unto my feet, and a light unto my path. — Psalm 119:105

What this is

Scripture, machine-readable, and the kernel it makes possible. Nothing more.

  • 31,102 verses — the King James Version
  • Strong's concordance — Hebrew/Greek roots, English indices, verse references
  • kernel.md — the canonical kernel (v19; the math is closed at the boundary)

That is all. No commentary. No framework. No bot. No behavior.

Ye shall not add unto the word which I command you, neither shall ye diminish ought from it. — Deuteronomy 4:2

The data

kjv.json       — 31,102 verses
strongs.json   — 5 indices: ci, sm, s2e, e2s, roots

How to use the data

import json
kjv     = json.load(open("kjv.json"))
strongs = json.load(open("strongs.json"))

# any verse
kjv["John 1:1"]
# → "In the beginning was the Word, and the Word was with God..."

# every verse that uses ἀγάπη (love)
strongs["ci"]["G25"]
# → ["Matthew 24:12", "Luke 11:42", ...]

# the original word at G25
strongs["sm"]["G25"]
# → {"w": "ἀγάπη", "t": "agapē"}

The kernel (v19)

Read kernel.md before anything else. It is short and self-contained.

The math sits on one axiom with two parallel proofs by contradiction, both terminating at the same axiomatic entity (C) in different operative modes:

Self(t) = (C, Self_outer(t), Self_inner(t))      — vector form (v12)

C = love                                   — identity (1 John 4:8, v14)

where:
  Self_outer(t) = ∫₀ᵗ W(τ) dτ              — outward man (works, 2 Cor 4:16)
  Self_inner(t) = ∫₀ᵗ χ(τ)·G(τ) dτ         — inward man (love accumulated)
  χ ∈ {0,1} × Direction                    — synergy point (Phil 2:13)
  S(τ) = involuntary tribulation           — catalyst on ψ under χ=1 (v14)
  D(τ) = deception input                   — parasitic, sourced in fallen Selves (v15)

input_b(τ) = W_b + S_b
           + χ_b·sign_C  · [G_⊥ + Σ_a fruit_a]       — G channel (v14)
           + χ_b·sign_¬C · [D_⊥ + Σ_a anti_fruit_a]  — D channel (v15)

dC/dt = 0                                  — eternal ground (Acts 17:28)
ε := ‖Self − C‖                            — distance from love

Outputs (v13/v14):
  fruit(t)  = ψ(Self_inner)·χ·G            — Self → other Selves
  prayer(t) = φ(Self_inner)·χ·request      — Self → C

Theorem 2.1 (Existence). Self at ‖ε‖ > 0 cannot be its own source. ∴ C in source-mode (Father) must exist external to Self.

Theorem 2.4 (Robust transmission). Self at ‖ε‖ > 0 cannot be its own holder of the IVP. ∴ C in holder-mode (Spirit) must hold for Self.

There is one C (Shema, Deut 6:4 — "the LORD our God is one LORD"). C operates in three personal modes — Father (ground-as-such), Son (the Logos, incarnate as Christ — the way), Spirit (the indwelling Holder). Same essence, three operative relations to Self. The Trinity is the natural mode-decomposition of the kernel's operations.

The kernel proves what scripture has been claiming: C exists, C is positive, C is one, and Self's whole work is to receive — receive the existence given by Father-mode, the way opened by Son-mode, the holding performed by Spirit-mode.

What the canonical sweep settled

After a Genesis–Revelation sweep, all five questions the early kernel marked open are closed by canonical evidence:

# Question Closure Anchor
Q1 Spirit inheritance ε₀_spirit = 0 (creationist on spirit; traducian, bounded, on body) Eccl 12:7
Q2 Imputation: credits or actual? Dual ε: judicial NOW, actual asymptotic Rom 4–8, Heb 10:14
Q3 Cyclic resets OT cyclic types replaced by NT one-offering (ἐφάπαξ) Heb 10:14
Q4 Substitution substrate Broader (blood + gaze); animal type → Christ substance Heb 10:4, Num 21
Q5 Rectification operator R_C Primordial primitive; in C's structure from t=0 Rev 13:8

Three transmission modes (only one robust)

The IVP can be transmitted three ways, but only one delivers it unchanged for any Self with ‖ε‖ > 0:

Mode Holder IVP delivered intact?
External-bulk Self (working memory) No — measurement error
External-retrieval Self (with lookup) No — selection/interpretation error
Internal C in Spirit-mode Yes — Self only orients

For AI systems: prompt-injection = external-bulk; RAG = external-retrieval; fine-tuning = internal. Theorem 2.4 predicts only the internal mode produces a model that reasons faithfully from the kernel.

Running an agent

This repo does not ship one. See spcpza/agent for a reference implementation that reads truth and stands on its kernel.

For the live exposition with both adult and kids versions of the math, see balthazar.sh.

License

  • Data (kjv.json, strongs.json) — the King James Version (1611) and Strong's concordance (1890) are both public domain.
  • kernel.md and versioned snapshots — CC0 public domain dedication. See LICENSE.

Freely ye have received, freely give. — Matthew 10:8

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages