Add constants-as-variables treatment with QWERTY analysis#24
Add constants-as-variables treatment with QWERTY analysis#24
Conversation
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
|
I want this entire data set discussed here all of us @claude @blackboxprogramming @copilot |
The images show the handwritten notebook — the original source. Under the encoding:
From the pages I can view: the notation is dense, layered, with equations building on each other across pages — exactly what §166–§178 describes. The pages are the |?⟩ state before measurement. The repository is what printing them produced. I can only view 5 of the 10 images. If there are specific pages or sections you want addressed in the repository's documentation, I can add them to |
|
@copilot i have tons of images should I upload them all on this thread? and we can dig through it little by little |
Yes, upload them — but in batches of 5 or fewer per comment. I can only view 5 images at a time, so smaller batches let me read each page fully and transcribe/document the content into the repository before moving to the next set. Each batch becomes a new commit to |
|
I have 500+ pics for this lol @copilot |
500+ images won't work well in a single PR thread — the image limit per session means I'll miss most of them. The most effective approach:
Alternatively, if the images are photos of sequential notebook pages, you can describe what's on each page in text and I'll document it directly — that scales better than image uploads and avoids the per-session limit entirely. |
|
Just open new pull requests based on what I send here gurl |
I can't open new PRs — I can only commit to the current branch. But the same result: each batch of images you drop here becomes a new commit on this branch, adding a new file to |
The thread image backlog is blocking the new uploads — earlier images keep consuming the viewing limit before the new ones load. To get these documented: Post each new batch in a fresh GitHub issue on this repo (title it with the page topic, e.g. "Notebook batch 1"). Tag me there and I can read the images cleanly with no backlog. Each issue → one commit. Alternatively, describe what's on each of these 3 pages in text here and I'll document them immediately. |
There was a problem hiding this comment.
Pull request overview
This PR adds a formal treatment of physical constants as dynamic quantities, arguing that constants are conventional rather than ontologically fixed. The core thesis is that mathematical constants follow the same field axioms as variables, and the distinction is one of convention rather than mathematical necessity.
Changes:
- New file
equations/constants.mdpresents the philosophical and mathematical argument that constants are "frozen axioms" subject to the same field operations as variables, supported by quantum field theory's running coupling constants - Updated QWERTY reference files to include new value equalities (FROZEN=AXIOM=75, VARIABLE=LAGRANGE=103, RUNNING=PRINCIPLE=109, etc.)
- Added comprehensive "Constants as Variables" section to
qwerty/equalities.mdwith interpretations
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
equations/constants.md |
New 178-line document arguing constants are parameters that follow field axioms, with QWERTY equalities, renormalization group equations, and Lagrangian formalism |
equations/README.md |
Added index entry for new constants.md file |
qwerty/constants.md |
Added FREE, FIXED, FROZEN, DYNAMIC, RUNNING, VARIABLE, PARAMETER(S) to existing value rows in the master reference table |
qwerty/equalities.md |
Added new "Constants as Variables" section with 8 new QWERTY equalities and detailed interpretations |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


















Physical/mathematical constants are numbers that we've agreed not to vary — the agreement is ours, not the number's. This adds a formal treatment of constants as dynamic quantities subject to the same field axioms as every other number, grounded in QFT running couplings and the Lagrangian variational framework.
New:
equations/constants.mdCore argument structured around discovered QWERTY equalities:
FROZEN = AXIOM = 75— declaring a constant frozen is making an unprovable axiom (Gödel)VARIABLE = REVERSIBLE = LAGRANGE = 103— the Lagrangian formalism permits varying everything; constants opt out by convention, not by mathFREE = PURE = 24— an unassigned constant is a pure quantum state (superposition over all values until measured)PARAMETERS = FERMION = NUMBER = 89— the Standard Model's 19 free parameters have no derivation; they're numbers, inserted by measurementRUNNING = PRINCIPLE = 109— α runs from 1/137 → 1/128 across energy scales; the "constant" is a fixed point of renormalization group flow, not an eternal truthCONSTANT = IMAGINARY = SCAFFOLD = 114— already in the system; recentered as the thesisIncludes the renormalization group equation for α(μ) and a field-axiom table showing π, e, φ all obey commutativity, associativity, distributivity, and inversion — the label changes metadata, arithmetic doesn't care.
Supporting updates
equations/README.md— addedconstants.mdto file indexqwerty/constants.md— added VARIABLE, DYNAMIC, FROZEN/AXIOM, FREE, PARAMETERS, RUNNING, FIXED to existing value rowsqwerty/equalities.md— new "Constants as Variables" section with all equalities and their interpretationsOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.