रत्यस्तमितभेदाया यद्वाचो रूपमुत्तमम् ।
यदस्मिन्नेव तमसि ज्योतिः शुद्धं विवर्तते ॥ १८ ॥
अइकृतं समतिक्रान्ता मूर्तिव्यापारदर्शनम् ।
व्यतीत्यालोकतमसी प्रकाशं यमुपासते ॥ १९ ॥
अत्र वाचो निमित्तानि चिह्नानीवाक्षरस्मृतेः ।
शब्दपूर्वेण योगेन भासन्ते प्रतिबिम्बवत् ॥ २० ॥
अथर्वणामङ्गिरसां साम्नामृग्यजुषस्य च ।
यस्मिन्नुच्चावचा वर्णाः पृथक्स्थितिपरिग्रहाः ॥ २१ ॥
अदेकं प्रक्रियाभेदैर्बहुधा प्रविभज्यते ।
तद् व्याकरणमागम्य परं ब्रह्माधिगम्यते ॥ २२ ॥
(18) That highest form of speech, whose differentiations have set like the sun, the pure light that appears even within this darkness; (19) which those who have passed beyond the seeing of form and function, transcending light and darkness alike, worship as the radiance; (20) wherein the occasions of speech, like signs of the imperishable tradition, shine as in a reflection, through the yoga that is preceded by the word; (21) in which the high and low sounds of the Atharvans and Angirases, of the Saman, the Rk and the Yajus, hold their separate stations; (22) that which, though one, is divided manifold by the differences of derivational procedure — arriving at that through grammar, the supreme Brahman is attained.
{"kind": "identity", "a": "vac_uttama", "b": "param_brahman"}“is *arrived at through grammar*: tad vyakaranam agamya, param brahma adhigamyate”{"kind": "relation", "name": "vivartate", "from": "param_brahman", "to": "jyotis"}“a suddha jyotis that vivartate — the kanda's master-verb again — even asminn eva tamasi, within this very darkness of ordinary divided experience”{"kind": "relation", "name": "sabda_purva", "from": "yoga", "to": "sabda"}“sabda-purvena yogena, by the yoga preceded by the word — union pursued through language itself”{"kind": "relation", "name": "asraya", "from": "vac_uttama", "to": "varnas"}“in that highest speech the uccavaca varnas — the high and low sounds of all four Vedas, Atharvan and Angiras hymns, Saman, Rk, Yajus — hold prthak-sthiti, distinct stations”{"kind": "relation", "name": "agama", "from": "vyakarana", "to": "param_brahman"}“is *arrived at through grammar*: tad vyakaranam agamya, param brahma adhigamyate”{"kind": "predication", "name": "eka", "of": "param_brahman"}“that One, divided bahudha by prakriya-bhedas — differences of derivational procedure”{"kind": "predication", "name": "aloka_matra", "of": "param_brahman"}“the highest form is not the bright member of an opposition but what precedes opposition”{"kind": "predication", "name": "tamasi_matra", "of": "param_brahman"}“the highest form is not the bright member of an opposition but what precedes opposition”/- Verse 1.18-22 — generated from data/contracts/1.18-22.json. DO NOT EDIT.
Axiom cites are verbatim commentary quotations, validated by
tests/test_contracts.py. -/
import VakyaVallari.Adequacy
namespace VakyaVallari.Verses.V1_18_22
open VakyaVallari
def param_brahman : Entity := ⟨"param brahman", Sorta.absolute⟩
def vac_uttama : Entity := ⟨"vāc uttama", Sorta.absolute⟩
def bheda : Entity := ⟨"bheda", Sorta.manifestation⟩
def jyotis : Entity := ⟨"jyotiḥ", Sorta.manifestation⟩
def tamasi : Entity := ⟨"tamasī", Sorta.property⟩
def aloka : Entity := ⟨"aloka", Sorta.property⟩
def murti : Entity := ⟨"mūrti", Sorta.manifestation⟩
def vyapara : Entity := ⟨"vyāpāra", Sorta.power⟩
def darsana : Entity := ⟨"darśana", Sorta.cognition⟩
def nimitta : Entity := ⟨"nimitta", Sorta.linguisticItem⟩
def aksara : Entity := ⟨"akṣara", Sorta.linguisticItem⟩
def yoga : Entity := ⟨"yoga", Sorta.power⟩
def sabda : Entity := ⟨"śabda", Sorta.linguisticItem⟩
def varnas : Entity := ⟨"varṇas", Sorta.linguisticItem⟩
def vedas : Entity := ⟨"vedas", Sorta.linguisticItem⟩
def prakriya : Entity := ⟨"prakriyā", Sorta.linguisticItem⟩
def vyakarana : Entity := ⟨"vyākaraṇa", Sorta.power⟩
def contract : Contract :=
{ axioms := [ Claim.identity vac_uttama param_brahman
, Claim.relation "vivartate" (Node.ent param_brahman) (Node.ent jyotis)
, Claim.relation "sabda_purva" (Node.ent yoga) (Node.ent sabda)
, Claim.relation "asraya" (Node.ent vac_uttama) (Node.ent varnas)
, Claim.relation "agama" (Node.ent vyakarana) (Node.ent param_brahman)
, Claim.predication "eka" param_brahman ]
, denials := [ Claim.predication "aloka_matra" param_brahman
, Claim.predication "tamasi_matra" param_brahman ]
, reported := [] }
def accepted : Reading :=
{ claims := [ Claim.identity vac_uttama param_brahman
, Claim.relation "sabda_purva" (Node.ent yoga) (Node.ent sabda)
, Claim.relation "asraya" (Node.ent vac_uttama) (Node.ent varnas)
, Claim.relation "agama" (Node.ent vyakarana) (Node.ent param_brahman)
, Claim.predication "eka" param_brahman ] }
theorem accepted_adequate : contract.Adequate accepted := by decide
namespace Counterexamples
/- "The highest form of speech is merely a linguistic structure that underlies all the world's words."
Why rejected: Reduces vac_uttama from absolute reality to a mere linguistic property. The commentary insists that the ultimate IS language (word-essence), not a linguistic quality of something else. The sort error (property vs absolute) makes the identity claim categorically false. -/
def vac_structure : Entity := ⟨"speech structure", Sorta.linguisticItem⟩
def linguistic_structure_reductionism : Reading :=
{ claims := [ Claim.identity vac_structure param_brahman ] }
theorem linguistic_structure_reductionism_inadequate : ¬ contract.Adequate linguistic_structure_reductionism := by decide
#guard contract.licenses linguistic_structure_reductionism = false
/- 'Brahman directly transforms itself into the differentiated world through the operation of grammatical derivational procedures.'
Why rejected: Asserts parinama (real transformation) instead of vivarta (appearance without loss of unity). The verse emphasizes that param_brahman remains one despite being divided by prakriya-bhedas; it does not undergo real transformation into them. -/
def parinama_transformation : Reading :=
{ claims := [ Claim.relation "parinamate" (Node.ent param_brahman) (Node.ent prakriya) ] }
theorem parinama_transformation_inadequate : ¬ contract.Adequate parinama_transformation := by decide
#guard contract.licenses parinama_transformation = false
/- 'True knowledge of Brahman requires abandoning all language and discursive thought, transcending the word-based approach.'
Why rejected: Contradicts the central methodological claim (axiom 3) that yoga is sabda-purva, grounded in and preceded by the word. The path is not away from language but through language itself. The verse's entire architecture emphasizes that the word-led yoga is the means. -/
def language_abandonment_path : Reading :=
{ claims := [ Claim.predication "sabda_tyaga" yoga ] }
theorem language_abandonment_path_inadequate : ¬ contract.Adequate language_abandonment_path := by decide
#guard contract.licenses language_abandonment_path = false
/- 'The Vedic sounds and derivational procedures are distinct realities that merely reflect upon or approximate the highest speech, but are not fundamentally identical with it.'
Why rejected: Contradicts axiom 4 (varnas asrita vac_uttama). The verse is explicit that the sounds of all four Vedas hold their stations IN that highest speech, not outside it. They are not separate reflections but housed within the undifferentiated One. -/
def vedas_external : Entity := ⟨"Vedas as external", Sorta.linguisticItem⟩
def vedas_separate_realism : Reading :=
{ claims := [ Claim.relation "vibhinna" (Node.ent vedas_external) (Node.ent vac_uttama) ] }
theorem vedas_separate_realism_inadequate : ¬ contract.Adequate vedas_separate_realism := by decide
#guard contract.licenses vedas_separate_realism = false
end Counterexamples
end VakyaVallari.Verses.V1_18_22