Posts

Showing posts from March, 2026

who are participants in investigative judgement?

  The provided sources confirm and support the detailed account of the investigative judgment as described in the user's query. Below is a verified, source-backed analysis of each participant and their role, using the King James Bible and Ellen G. White writings as required. 1. God the Father (The Presider) God the Father, referred to as the "Ancient of Days," is the source of all being and the fountain of all law. He is the one who presides over the judgment in the heavenly courts. This is directly supported by: < GC 479.3 | FLB 207.1 | GC 424.2 | SW, January 24, 1905 par. 1 > Specifically: " And, behold, one like the Son of man came with the clouds of heaven, and came to the Ancient of days, and they brought him near before him. " Daniel 7:13. Also: "He comes to the Ancient of days in heaven to receive dominion, and glory, and a kingdom" <GC 479.3> . Furthermore, the "Ancient of days" is described as the sovereign rule...

grace law ratios in the bible

Image
  Bible books where law is mentioned more than grace select * from (select book, count (*) filter (where verse ~* '\ylaw\y') as law_count, count(*) filter (where verse ~* '\ygrace\y') as grace_count, count (*) filter (where verse ~* '\yworks\y') as works_count, count (*) filter (where verse ~* '\yjustification\y') as justification_count, count(*) filter (where verse ~* '\yjusti') as justi_count, count(*) filter (where verse ~* '\ysancti') as sancti_count, count(*) filter (where verse ~* 'perfect') as perfect_count, booknumber from bibles group by book, booknumber order by law_count desc) where law_count > grace_count order by law_count desc;40 rows book law_count grace_count works_count justification_count justi_count sancti_count perfect_count booknumber Rom 52 20 8 3 16 1 1 45 Psa 37 2 54 0 5 0 12 19 Gal 25 7 5 0 6 0 1 48 Deu 24 0 4 0 2 3 3 5 Acts 21 10 5 0 1 2 6 44 Neh 21 0 2 0 0 3 0 16 Lev 18 0 0 0 0 22 1 3 Exo 18 5 5 0 1 1...