Exponentiation Zones (30-36)

Exponentiation is an operation involving two numbers, the base and the exponent or power. Exponentiation is written as bn, where b is the base and n is the power.

Tip

This section is referring to wiki page-21 of gist section-17 that is inherited from the gist section-2 by prime spin-30 and span-168 with the partitions as below.

  1. Electrodynamics (maps)
  2. Quantum Gravity (feed)
  3. Chromodynamics (lexer)
  4. Electroweak Theory (parser)
  5. Grand Unified Theory (syntax)

Exponentiation zones allows multiplication zones on representing recursive residues by virtualizing addition zones on top of the original.

The Root System

The first appearance of e in a printed publication was in Euler's Mechanica (1736). It is unknown why Euler chose the letter e.

Note

Leonhard Euler started to use the letter e for the constant in 1727 or 1728, in an unpublished paper on explosive forces in cannons, and in a letter to Christian Goldbach on 25 November 1731. (Wikipedia)

Letter e

This exponentiation takes important roles since by the multiplication zones the MEC30 forms a matrix of 8 x 8 = 64 = 8² where the power of 2 stands as exponent

Note

We present a method to increase the dynamical range of a Residue Number System (RNS) by adding virtual RNS layers on top of the original RNS, where the required modular arithmetic for a modulus on any non-bottom layer is implemented by means of an RNS Montgomery multiplication algorithm that uses the RNS on the layer.

  • As a result, the actual arithmetic is deferred to the bottom layer. We have presented an improved Bajard-Imbert-type full RNS algorithm that can also operate on inputs represented by pseudo-residues.
  • Using this algorithm, we have developed a multi-layer RNS that is capable of implementing modular addition, subtraction and multiplication for very large moduli by only using actual arithmetic for a fixed set of moduli. If the moduli of this fixed set are sufficiently small, the method allows for a fully table-based implementation.
  • In contrast to digit-based implementations of modular operations for large moduli, our method allows for a massively parallel implementation and is completely carry- free, thus thwarting potential attacks exploiting such carries, e.g., with side-channel analysis or in a white-box cryptography context.
  • Our system may be considered as a method to provide a given, fixed RNS with a very large dynamical range. To illustrate the method, we have described a 2-layer RNS system that can be used to implement an RSA exponentiation by adding the desired RSA modulus on top in a third layer.
  • The system employs 19 moduli of 8-bits each in the bottom layer and can be used to implement an RSA exponentiation for 2048-bits RSA moduli with all the required arithmetic done by table look-up, using 19 modular addition tables and 19 modular multiplication tables, each of these 38 tables having size 2⁸ × 2⁸ × 8 bits, with one modular multiplication taking approximately 160,000 table look-ups.

We further observed that in order to change the RSA modulus, only some constants for computing on the top layer with moduli on the middle layer need to be updated. This update need not be computed in a secure manner and hence can be done quickly. (Recursive Residues - pdf)

π(π(30+37)) = π(π(67)) = π(19) = 8

#!/usr/bin/env bash

edit_file () {

  NUM=$(($2 + 0))
  
  while IFS=' ' read -ra SPIN; do
    T+=("${SPIN[0]}")
    R+=("${SPIN[1]}")
    A+=("${SPIN[2]}")
    C+=("${SPIN[3]}")
    K+=("${SPIN[4]}")
    I+=("${SPIN[5]}")
    N+=("${SPIN[6]}")
    G+=("${SPIN[7]}")
  done < /tmp/spin.txt

  FRONT="---\n"
  FRONT+="sort: ${K[$NUM]}\n"
  FRONT+="span: ${I[$NUM]}\n"
  FRONT+="spin: ${N[$NUM]}\n"
  FRONT+="suit: ${G[$NUM]}\n"
  FRONT+="---\n"

  IFS=$'\n' read -d '' -r -a LINE < _Sidebar.md
  TEXT="${LINE[$NUM]}" && TITLE=${TEXT%|*}
  FRONT+="# $TITLE\n\n"

  [[ $NUM -le 9 ]] && sed -i "1s|^|$FRONT|" $1
  if [[ $NUM -lt 2 || $NUM == 9 ]]; then
    mv -f $1 ${1%/*}/README.md
    sed '1,6!d' ${1%/*}/README.md
  fi
}

FILE=${1##*/} && SORT=${FILE%.*}
[[ $SORT =~ ^-?[0-9]+$ ]] && edit_file $1 $SORT

These representations are a curious finding. They relate particles to antiparticles by using only the complex conjugate i → −i, they fill these as of Euler's Identity.

Note

Euler’s identity is a special case of Euler’s formula e^ix = cos x + i sin x when evaluated for x = π, In addition, it is directly used in a proof that π is transcendental, which implies the impossibility of squaring the circle. (Wikipedia)

Euler's identity

Euler angles specify the rotation of the X, Y, and Z rotation axes. The Euler angle is the culprit of the singularities in matrix algebra.

Note

In this work we present a matrix generalization of the Euler identity about exponential representation of a complex number. The concept of matrix exponential is used in a fundamental way. We define a notion of matrix imaginary unit which generalizes the usual complex imaginary unit. The Euler-like identity so obtained is compatible with the classical one. Also, we derive some exponential representation for matrix real and imaginary unit, and for the first Pauli matrix

Spin

Euler identity present a matrix generalization of the about exponential representation for matrix real and imaginary unit which compatible with the Pauli matrix

Note

Gell–Mann matrices are to SU(3) what the Pauli matrices are to SU(2). Gell–Mann -matrices are a complete set of Hermitian 3 ⊗ 3 noncommuting trace-orthogonal matrices. They are at the heart of Quantum Chromodynamics (QCD), an integral part of the Standard Model. They are also used in quantum information theory to represent qutrits. (Wolfram)

Everything About Gell Mann Matrices Unary Operations

This imaginary unit is particularly important in both mathematics and physics. For example, those matrices (and their generalizations) are important in Lie Theory.

Note

As usual, the images on the left are snapshots of the particles at different times. Those times correspond to the grey slices in the space-time diagram on the right. You can see the specific interaction points in the space-time diagram, where the blue particle is emitted and then absorbed by the red particles. (Slimy.com)

Feynman diagrams

So it will need a gap between each identities to proceed the thing. Let's discuss how it goes by the seven (7) hidden dimensions.

Three (3) Layers

Our scenario of prime identity is layering three (3) prime pairs out of the symmetrical behaviour of 36 as the smallest number (greater than 1) which is not a prime.

Tip

By our project this prime layering is called The True Prime Pairs and to be intrepeted as: Mapping the quantum way within a huge of primes objects (5 to 19) by lexering (11) the ungrammared feed (7) and parsering (13) across syntax (17).

$True Prime Pairs:
 (5,7), (11,13), (17,19)
 
 layer|  i  |   f
 -----+-----+---------
      |  1  | 5
   1  +-----+
      |  2  | 7
 -----+-----+---  } 36 » 6®
      |  3  | 11
   2  +-----+
      |  4  | 13
 -----+-----+---------
      |  5  | 17
   3  +-----+     } 36 » 6®
      |  6  | 19
 -----+-----+---------

The (3) layers represents generation in the Standard Model of flavor that counts six (6) flavours of quarks and six (6) flavours of leptons.

Note

Leptons may be assigned the six flavour quantum numbers: electron number, muon number, tau number, and corresponding numbers for the neutrinos.

  • These are conserved in strong and electromagnetic interactions, but violated by weak interactions.
  • Therefore, such flavour quantum numbers are not of great use. A separate quantum number for each generation is more useful: electronic lepton number (+1 for electrons and electron neutrinos), muonic lepton number (+1 for muons and muon neutrinos), and tauonic lepton number (+1 for tau leptons and tau neutrinos).
  • However, even these numbers are not absolutely conserved, as neutrinos of different generations can mix; that is, a neutrino of one flavour can transform into another flavour.

PMNS Matriks

The strength of such mixings is specified by a matrix called the Pontecorvo–Maki–Nakagawa–Sakata matrix (PMNS matrix). (Wikipedia)

$True Prime Pairs:
(5,7), (11,13), (17,19)
 
layer | node | sub |  i  |  f
------+------+-----+----------
      |      |     |  1  | 
      |      |  1  +-----+          
      |  1   |     |  2  | (5)
      |      |-----+-----+
      |      |     |  3  |
  1   +------+  2  +-----+----
      |      |     |  4  |
      |      +-----+-----+
      |  2   |     |  5  | (7)
      |      |  3  +-----+
      |      |     |  6  |
------+------+-----+-----+------  } (36) » 6®
      |      |     |  7  |
      |      |  4  +-----+
      |  3   |     |  8  | (11)
      |      +-----+-----+
      |      |     |  9  |
  2   +------|  5  +-----+-----
      |      |     |  10 |
      |      |-----+-----+
      |  4   |     |  11 | (13)
      |      |  6  +-----+
      |      |     |  12 |
------+------+-----+-----+------------------
      |      |     |  13 |
      |      |  7  +-----+
      |  5   |     |  14 | (17)
      |      |-----+-----+
      |      |     |  15 |
  3   +------+  8  +-----+-----  } (36) » 6®
      |      |     |  16 |
      |      |-----+-----+
      |  6   |     |  17 | (19)
      |      |  9  +-----+
      |      |     |  18 |
------|------|-----+-----+------

While there are nine (9) possible combinations of color/anti-color pairs, due to symmetry considerations one of these combinations is eliminated. A gluon can effectively carry one of eight (8) possible color/anti-color combinations.

color charge and confinement

These matrices are particularly important in both mathematics and physics. For example, these matrices (and their generalizations) are important in Lie theory.

Note

Gell-mann matrices are a complete set of Hermitian noncommuting trace-orthogonal matrices. In addition, they also play an important role in physics where they can be thought to model the eight gluons that mediate the strong force quantum chromodynamics, an analogue of the Pauli matrices well-adapted to applications in the realm of quantum mechanics. (Wolfram)

#!/usr/bin/env python

import numpy as np
from scipy import linalg

class SU3(np.matrix):
	GELLMANN_MATRICES = np.array([
		np.matrix([ #lambda_1
			[0, 1, 0],
			[1, 0, 0],
			[0, 0, 0],
		], dtype=np.complex),
		np.matrix([ #lambda_2
			[0,-1j,0],
			[1j,0, 0],
			[0, 0, 0],
		], dtype=np.complex),
		np.matrix([ #lambda_3
			[1, 0, 0],
			[0,-1, 0],
			[0, 0, 0],
		], dtype=np.complex),
		np.matrix([ #lambda_4
			[0, 0, 1],
			[0, 0, 0],
			[1, 0, 0],
		], dtype=np.complex),
		np.matrix([ #lambda_5
			[0, 0,-1j],
			[0, 0, 0 ],
			[1j,0, 0 ],
		], dtype=np.complex),
		np.matrix([ #lambda_6
			[0, 0, 0],
			[0, 0, 1],
			[0, 1, 0],
		], dtype=np.complex),
		np.matrix([ #lambda_7
			[0, 0,  0 ],
			[0, 0, -1j],
			[0, 1j, 0 ],
		], dtype=np.complex),
		np.matrix([ #lambda_8
			[1, 0, 0],
			[0, 1, 0],
			[0, 0,-2],
		], dtype=np.complex) / np.sqrt(3),
	])


	def computeLocalAction(self):
		pass

	@classmethod
	def getMeasure(self):
		pass

This quark model underlies flavor SU(3), or Eightfold Way, the successful classification scheme organizing the large number of lighter hadrons

Note

The pseudoscalar meson nonet. Members of the original meson “octet (8)” are shown in green, the singlet in magenta.

  • Although these mesons are now grouped into a nonet (9), the Eightfold Way name derives from the patterns of eight for the mesons and baryons in the original classification scheme.
  • The Eightfold Way classification is named after the following fact:
    • If we take three flavors of quarks, then the quarks lie in the fundamental representation, 3 (called the triplet) of flavor SU(3).
    • The antiquarks lie in the complex conjugate representation 3.
  • The nine states (nonet) made out of a pair can be decomposed into the trivial representation, 1 (called the singlet), and the adjoint representation, 8 (called the octet).
  • The notation for this decomposition is 3⊗3=8⊕1.

Figure below shows the application of this decomposition to the mesons. (Wikipedia)

8foldway svg

The symmetrical states can couple to a pair of pseudoscalar mesons in a wave, and hence their widths and masses are strongly influenced by these couplings.

Note

In order to be four-spinors like the electron and other lepton components, there must be one quark component for every combination of flavour and colour, bringing the total to 24 (3 for charged leptons, 3 for neutrinos, and 2·3·3 = 18 for quarks). Each of these is a four (4) component bispinor, for a total of 96 complex-valued components for the fermion field. (Wikipedia)

Eightfold Way = 8 × (6®+6®) = 96®

$True Prime Pairs:
(5,7), (11,13), (17,19)
 
layer | node | sub |  i  |  f
------+------+-----+----------
      |      |     |  1  | 
      |      |  1  +-----+          
      |  1   |     |  2  | (5)
      |      |-----+-----+
      |      |     |  3  |
  1   +------+  2  +-----+----
      |      |     |  4  |
      |      +-----+-----+
      |  2   |     |  5  | (7)
      |      |  3  +-----+
      |      |     |  6  |
------+------+-----+-----+------  } (36) » 6® -------------
      |      |     |  7  |                                 |
      |      |  4  +-----+                                 |
      |  3   |     |  8  | (11)                            |
      |      +-----+-----+                                 |
      |      |     |  9  | <--------  Eightfold Way = 8 × (6®+6®) = 96®
  2   +------|  5  +-----+-----                               |
      |      |     |  10 |                                    |
      |      |-----+-----+                                    |
      |  4   |     |  11 | (13)                               |
      |      |  6  +-----+                                    |
      |      |     |  12 |                                    |
------+------+-----+-----+------------------                  |
      |      |     |  13 |                                    |
      |      |  7  +-----+                                    |
      |  5   |     |  14 | (17)                               |
      |      |-----+-----+                                    |
      |      |     |  15 |                                    |
  3   +------+  8  +-----+-----  } (36) » 6® -----------------
      |      |     |  16 |
      |      |-----+-----+
      |  6   |     |  17 | (19)
      |      |  9  +-----+
      |      |     |  18 |
------|------|-----+-----+------

In fact this particular count of three (3) as the Eightfold Way Generation of 6 by 6 flavors is the major case of every theories in physics to get in to the TOE.

Note

The origin of multiple generations of fermions, and the particular count of 3, is an unsolved problem of physics.

In standard quantum field theory, under certain assumptions, a single fermion field can give rise to multiple fermion poles with mass ratios of around eπ≈23 and e2π≈535 potentially explaining the large ratios of fermion masses between successive generations and their origin. (Wikipedia)

6 x 114 - 30 - 30 - 5 = 619 = 6 x 19 = 114th prime

The quark model for baryons has been very successful in describing them as qqq states, including those with nonzero internal orbital angular momentum. However, final meson-baryon states (and thus states of qq¯+qqq) play an important role as well.

Note

Why do we see certain types of strongly interacting elementary particles and not others? This question was posed over 50 years ago in the context of the quark model.

  • M. Gell-Mann and G. Zweig proposed that the known mesons were qq¯ and baryons qqq, with quarks known at the time u (“up”), d (“down”), and s (“strange”) having charges (2/3,–1/3,–1/3).
  • Mesons and baryons would then have integral charges. Mesons such as qqq¯q¯ and baryons such as qqqqq¯ would also have integral charges. Why weren’t they seen?
  • They have now been seen, but only with additional heavy quarks and under conditions which tell us a lot about the strong interactions and how they manifest themselves.

Beyond the standard model

The present article describes recent progress in our understanding of such “exotic” mesons and baryons. (Multiquark States - pdf)

structure-of-composite-particles-l

There are higher dimensional numbers besides complex numbers. The classical octet meson is now nonet. Thus consequently it would go higher than E8.

Note

These are called hypercomplex numbers, such as, quaternions (4D), octonions (8D), sedenions (16D), pathions (32D), chingons (64D), routons (128D), and voudons (256D). These names were coined by Robert P.C. de Marrais and Tony Smith. It is an alternate naming system providing relief from the difficult Latin names, such as: trigintaduonions (32D), sexagintaquattuornions (64D), centumduodetrigintanions (128D), and ducentiquinquagintasexions (256D). (Wordpress.com)

4 types of numbers

The three (3) layers as explained above is in the 1st-term of our discussed structure. So the next step is the 2nd-term which goes to the four (4) dimensional space-time.

The Four (4) Dimensions

4D-dimensional space-time is much more complex due to the extra degree of freedom. Almost all of the rest of unsolved problems in physics are correlated with.

Note

The set of points in Euclidean 4-space having the same distance R from a fixed point P0 forms a hypersurface known as a 3-sphere where R is substituted by function R(t) with t meaning the cosmological age of the universe. Growing or shrinking R with time means expanding or collapsing universe, depending on the mass density inside (Wikipedia).

The main reason is that the general relativity not consistent with quantum mechanics. It is even a sign that Einstein's equations are somehow incomplete.

Note

Throughout his life, Einstein published hundreds of books and articles. He published more than 300 scientific papers and 150 non-scientific ones. On 5 December 2014, universities and archives announced the release of Einstein’s papers, comprising more than 30,000 unique documents (Wikipedia).

default

Comparatively, four-dimensional space has an extra coordinate axis, orthogonal to the other three, which is usually labeled w to describe the two additional cardinal directions of up toward and down from, respectively.

Note

On the other hand, one does not yet have a mathematically complete example of a quantum gauge theory in 4D Space vs Time, nor even a precise definition of quantum gauge theory in four dimensions. Will this change in the 21st century? We hope so! (Clay Institute’s - Yang Mills Official problem description).

$True Prime Pairs:
(5,7), (11,13), (17,19)
 
layer | node | sub |  i  |  f
------+------+-----+----------
      |      |     |  1  | 
      |      |  1  +-----+          
      |  1   |     |  2  | (5)
      |      |-----+-----+
      |      |     |  3  |
  1   +------+  2  +-----+----
      |      |     |  4  |
      |      +-----+-----+
      |  2   |     |  5  | (7)
      |      |  3  +-----+
      |      |     |  6  |
------+------+-----+-----+------  } (36) » 6® 👈 up toward ✔️
      |      |     |  7  |
      |      |  4  +-----+
      |  3   |     |  8  | (11)
      |      +-----+-----+
      |      |     |  9  |
  2   +------|  5  +-----+-----
      |      |     |  10 |
      |      |-----+-----+
      |  4   |     |  11 | (13)
      |      |  6  +-----+
      |      |     |  12 |
------+------+-----+-----+------------------
      |      |     |  13 |
      |      |  7  +-----+
      |  5   |     |  14 | (17)
      |      |-----+-----+
      |      |     |  15 |
  3   +------+  8  +-----+-----  } (36) » 6® 👈 down from ✔️
      |      |     |  16 |
      |      |-----+-----+
      |  6   |     |  17 | (19)
      |      |  9  +-----+
      |      |     |  18 |
------|------|-----+-----+------

The Lorentz group consists, unsurprisingly, of the Lorentz transformations, which are the linear transformations preserving the Minkowski dot product.

Note

Equivalently, they are the linear transformations fixing that hyperboloid of two sheets. If we discard one of the sheets, we obtain the orthochronous (time-preserving) subgroup.

  • From the perspective of the centre of the cone, the hyperboloid looks like an open disc. The orthochronous Lorentz transformations precisely correspond to distance-preserving transformations of the hyperbolic plane. These are themselves determined uniquely by a conformal (or anticonformal) transformation of the ‘circle at infinity’.
  • Adding an extra dimension, the orthochronous Lorentz group O^{+}(3,1) is isomorphic to the group of distance-preserving transformations of hyperbolic 3-space, which is again isomorphic to the group of (anti-)conformal transformations of the ‘sphere at infinity’, namely our index-2 supergroup of the Möbius group.
  • Moreover, this nicely generalises: the group generated by geometric inversions on the n-sphere is abstractly isomorphic to the orthochronous Lorentz group O^{+}(n+1,1).

And when n = 24, we get a very beautiful discrete subgroup, namely the automorphism group of the II(25,1) lattice intimately related to the Leech lattice. (Complex Projective 4-Space)

spacetime

This diagram is representing groupings (leptons, quarks, weak-force bosons) with 6 quarks in a way that parallels the 6 leptons.

Note

There are 8 different types of tiny particles, or ‘states’, that we can find in a special kind of space that has 6 dimensions and involves both real and imaginary numbers. These particles include:

  • The Higgs field, which doesn’t spin and is represented by 0.
  • Fermions, which are particles like electrons, having a spin of plus or minus a half.
  • Bosons, like photons, which have a spin of plus or minus 1.
  • Anti-fermions, which are like fermions but have a spin of plus or minus two-thirds.
  • The graviton, believed to be responsible for gravity, with a spin of 2.

In a diagram at the top left, this 6-dimensional space is shown to be curved. In another diagram at the bottom right, we see two waves that are perpendicular to each other, representing the motion of a particle in a ‘Dirac harmonic oscillator’ – a concept in quantum mechanics. (Physics In History)

Dirac_bispinor_6D

In this paper, you may find a way to apply the Gell-Mann transformations made by the λi matrices using Geometric Algebra Cl3,0.

Note

The action of C⊗O on itself can be seen to generate a 64-complex-dimensional algebra, wherein we are able to identify two sets of generators for SU(3)c.

  • Furthermore, we show that these three-generation results can be extended, so as to include all 48 fermionic U(1)em charges.
  • The 64-dimensional octonionic chain algebra splits into two sets of SU (3) generators of the form iΛν and −iΛ * ν * , six SU (3) singlets j , six triplets q k , and their complex conjugates.
  • These objects are sectioned off above into four quadrants according to their forms: νaν, ν * aν, νaν * and ν * aν * for a in the chain algebra.

ezgif-4-95200c65b5

We apply these generators to the rest of the space, and find that it breaks down into the SU(3)c representations of exactly three generations of quarks and leptons.

Note

They are at the heart of Quantum Chromodynamics (QCD), an integral part of the Standard Model. They are also used in quantum information theory to represent qutrits. Gell–Mann matrices are to SU(3) what the Pauli matrices are to SU(2). (Wolfram)

Gell-Mann transformations

These unifying principles of both mathematics and physics might come in the form of grand unified theories, supersymmetry, string theory, or perhaps something else.

Note

Standard heuristic mathematical models of population dynamics are often constructed using ordinary differential equations (ODEs). These deterministic models yield pre-dictable results which allow researchers to make informed recommendations on public policy. A common immigration, natural death, and fission ODE model is derived from a quantum mechanics view. (A Quantum Mechanics Approach.pdf)

I15-53-electroweak

Although, at the moment evidence do not have a complete model. However, it becomes a little more clear that this unlikely algebra is not going away.

Extra Dimensions

While the Dirac CP-violating phase δℓ can be determined in the future, how to probe or constrain the Majorana CP-violating phases ρ and σ is still an open question

Note

Four of the dimensions are the usual four of spacetime. The six (or perhaps seven) extra dimensions are rolled up to be almost unobservable.

  • First, let’s see why they exist at all. If N=8 Supersymmetry is correct the universe must be 10 or 11 dimensional.extra dimensions
  • Let D be the actual dimensionality of space time. Let d be the apparent dimensionality. (We know d = 4, but let’s think generally.) Then there is a nice relation between D, d and N.Dimensional-reduction-of-supergravity-from-11D-to-4D-over-a-space-like-or-time-like
  • It follows from the number of spinor dimensions required by the Dirac equation, which is The s mean round down to the nearest whole number. So plugging in d=4 and N=8 (which is the highest value N can have) we get D = 10 or 11. String theory has D=10, M-theory has D=11.Dirac, Weyl, and Majorana in 4D
  • One dimension is reserved for time, leaving space with 9 or 10 dimensions.

We don’t see 6 (or 7) of these extra dimensions because - we assume - they are rolled up a la Kaluza–Klein theory into a 6 dimensional Calabi–Yau space

main-qimg-f8cd59c3b8504bdaab0977ee2704ce0e-ezgif com-webp-to-png-converter

The most promising candidate is SO(10) but it does not contain any exotic fermions (i.e. additional fermions besides the Standard Model and the right-handed neutrino), and it unifies each generation into a single irreducible representation.

Note

In particle physics, SO(10) refers to a grand unified theory (GUT) based on the spin group Spin(10). The shortened name SO(10) is conventional[1] among physicists, and derives from the Lie algebra or less precisely the Lie group of SO(10), which is a special orthogonal group that is double covered by Spin(10).

SO(10) subsumes the Georgi–Glashow and Pati–Salam models, and unifies all fermions in a generation into a single field. This requires 12 new gauge bosons, in addition to the 12 of SU(5) and 9 of SU(4)×SU(2)×SU(2).

  • Left: The pattern of weak isospin, W, weaker isospin, W’, strong g3 and g8, and baryon minus lepton, B, charges for particles in the SO(10) model, rotated to show the embedding of the Georgi–Glashow model and Standard Model, with electric charge roughly along the vertical. In addition to Standard Model particles, the theory includes 30 colored X bosons, responsible for proton decay, and two W’ bosons.
  • Right: The pattern of charges for particles in the SO(10) model, rotated to show the embedding in E6.
  • The matter representations come in three copies (generations) of the 16 representation. The Yukawa coupling is 10H 16f 16f. This includes a right-handed neutrino.

It has been long known that the SO(10) model is free from all perturbative local anomalies, computable by Feynman diagrams. However, it only became clear in 2018 that the SO(10) model is also free from all nonperturbative global anomalies on non-spin manifolds — an important rule for confirming the consistency of SO(10) grand unified theory, with a Spin(10) gauge group and chiral fermions in the 16-dimensional spinor representations, defined on non-spin manifolds. (Wikipedia)

Syntax Description Last
download (3) download (4) download (2)

In the spin-foam formalism, the Barrett–Crane model, which was for a while the most promising state-sum model of 4D Lorentzian quantum gravity

Note

It was based on representations of the noncompact groups SO(3,1) or SL(2,C), so the spin foam faces (and hence the spin network edges) were labelled by positive real numbers as opposed to the half-integer labels of SU(2) spin networks. (Wikipedia)

41114_2016_3_Equ168

41114_2016_3_Equ115

The field content of this theory is the massless N = 8 supergravity which comprises the graviton, 8 gravitinos, 28 vector fields.

Note

In four spacetime dimensions, N = 8 supergravity, speculated by Stephen Hawking, is the most symmetric quantum field theory which involves gravity and a finite number of fields.

  • It can be found from a dimensional reduction of 11D supergravity by making the size of seven (7) of the dimensions go to zero.
  • It has eight (8) supersymmetries, which is the most any gravitational theory can have, since there are eight half-steps between spin 2 and spin −2. (The spin 2 graviton is the particle with the highest spin in this theory.)

  • More supersymmetries would mean the particles would have superpartners with spins higher than 2.
  • The only theories with spins higher than 2 which are consistent involve an infinite number of particles (such as String Theory and Higher-Spin Theories).
  • Stephen Hawking in his Brief History of Time speculated that this theory could be the Theory of Everything.
  • However, in later years this was abandoned in favour of string theory.
  • The theory contains 1 graviton (spin 2), 8 gravitinos (spin 3/2), 28 vector bosons (spin 1), 56 fermions (spin 1/2), 70 scalar fields (spin 0) where we don’t distinguish particles with negative spin.
  • These numbers are simple combinatorial numbers that come from Pascal’s Triangle and also the number of ways of writing n as a sum of 8 nonnegative cubes A173681.
  • One reason why the theory was abandoned was that the 28 vector bosons which form an O(8) gauge group is too small to contain the standard model U(1) x SU(2) x SU(3) gauge group, which can only fit within the orthogonal group O(10).

There has been renewed interest in the 21st century, with the possibility that string theory may be finite. (Wikipedia)

eight (8) supersymmetries

One remarkable property of both string and M-theory is that seven (7) extra dimensions are required for the theory's consistency, on top of the four dimensions in our universe.

Note

There exist scenarios in which there could actually be more than 4D of spacetime. String theories require extra dimensions of spacetime for their mathematical consistency. These are situations where theories in two or three spacetime dimensions are no more useful.

In string theory, spacetime is 26-dimensional, while in superstring theory it is 10-dimensional, and in M-theory it is 11-dimensional.

This classification theorem identifies several infinite families of groups as well as 26 additional groups which do not fit into any family. (Wikipedia)

M-Theory

So the last "Superstring revolution" was impressive but it was close to 30 years ago now - and we still don't seem to be adopting it as "The Truth".

Note

M Theory and/or Loop Quantum Gravity hold the promise of resolving the conflict between general relativity and quantum mechanics but lack experimental connections to predictability in physics.

  • A connection is made to these and other theories vying for the title of a “Theory of Everything” by questioning the value of the traditional Planck unit reference point for the scales at which they operate.
  • It also suggests a cosmological model which has acceleration as being fundamental.
  • It provides for an intuitive understanding of the Standard Model and its relationship to particle masses and the structure of the atom.

The prediction of particle mass and lifetimes is a good indicator for its validity. (TOE - pdf)

string-theory-dimensions

We suspect that using that Lorentz, all four have the same complexified Lie algebra. In loop quantum gravity it makes matters even more confusing.

Standard Model

There is a proof that it is impossible to embed all the three generations in E8 without the presence of additional particles that do not exist in the physical world.

Note

This is a somewhat arbitrary choice, selected for leaving W3 and color invariant. Once the first generation of fermions, with correct charges and spins, are assigned to elements of e8, this T rotates them to the second and third generations.

  • The second and third generations only have the correct spins and charges when considered as equivalent under this T. When considered as independent fields with E8 quantum numbers, irrespective of this triality relationship, the second and third generation of fields do not have correct charges and spins.
  • The W3 and color charges are invariant under our choice of T but the spins and hypercharges are only correct through triality equivalence. This relationship between fermion generations and triality is the least understood aspect of this theory.
  • It is conceivable that there is a more complicated way of assigning three generations of fermions to the E8 roots to get standard model quantum numbers for all three generations without triality equivalence.

There is such an assignment known to the author that gives the correct hypercharges for all three generations, but it is not a triality rotation and it produces unusual spins. A correct description of the relationship between triality and generations, if it exists, awaits a better understanding. (An Exceptionally Simple Theory of Everything - pdf)

An Exceptionally Simple Theory of Everything

Note

The matter representations come in three copies (generations) of the 16 representation. The Yukawa coupling is 10H 16f 16f. *This includes a right-handed neutrino”. One may either include three copies of singlet representations φ and a Yukawa coupling (the “double seesaw mechanism”); or else, add the Yukawa interaction or add the nonrenormalizable coupling. (Wikipedia)

12648_2023_2718_Figa_HTML

Beyond leading approx. we define mGUT as the mass of the heavy 24 gauge bosons, while mT = mHT is the mass of the triplet Higgs.

Note

The cleanest signature for a Higgs sector with triplet fields would be the discovery of doubly charged Higgs Bosons. Like Pauli’s bold prediction of the neutrino and GIM’s bold prediction of the charm quark, the equally bold speculation of Kobayashi and Maskawa was proved absolutely correct, when the fermions of the third generation began to be discovered one by one. First came the tau lepton in 1975, closely followed by the bottom quark in 1977. There followed a 17-year hiatus till the 1994 discovery of the top quark, and another 6 years wait till the existence of the tau neutrino νwas confirmed in 2000.

24 matriks

Is the fermion red? green? blue? Does the fermion have isospin up? down? These five questions can be represented by an exterior algebra of 2⁵ or 32-complex dimensional.

Note

This thesis constitutes a first attempt to derive aspects of standard model particle physics from little more than an algebra.

  • Here, we argue that physical concepts such as particles, causality, and irreversible time may result from the algebra acting on itself.
  • We then focus on a special case by considering the algebra R ⊗ C ⊗ H ⊗ O, the tensor product of the only four normed division algebras over the real numbers.
  • Using nothing more than R ⊗ C ⊗ H ⊗ O acting on itself, we set out to find standard model particle representations: a task which occupies the remainder of this text.
  • From the C ⊗ H portion of the algebra, we find generalized ideals, and show that they describe concisely all of the Lorentz representations of the standard model.
  • From just the C ⊗ O portion of the algebra, we find minimal left ideals, and show that they mirror the behaviour of a generation of quarks and leptons under su(3)c and u(1)em.
  • These unbroken symmetries, su(3)c and u(1)em, appear uniquely in this model as particular symmetries of the algebra’s ladder operators. Electric charge, here, is seen to be simply a number operator for the system.
  • We then combine the C ⊗ H and C ⊗ O portions of R ⊗ C ⊗ H ⊗ O, and focus on a leptonic subspace, so as to demonstrate a rudimentary electroweak model. Here, the underlying ladder operators are found to have a symmetry generated uniquely by su(2)L and u(1)Y.
  • Furthermore, we find that this model yields a straight forward explanation as to why SU(2)L acts only on left-handed states.
  • We then make progress towards a three-generation model. The action of C ⊗ O on itself can be seen to generate a 64-complex-dimensional algebra, wherein we are able to identify two sets of generators for SU(3)c.
  • We apply these generators to the rest of the space, and find that it breaks down into the SU(3)c representations of exactly three generations of quarks and leptons.

Furthermore, we show that these three-generation results can be extended, so as to include all 48 fermionic U(1)em charges. (Standard Model from an algebra - pdf)

The-64-dimensional-octonionic-chain-algebra-splits-into-two-sets-of-SU-3-generators

Subatomic particles such as protons or neutrons, which contain two or more elementary particles, are known as composite particles.

Note

The Standard Model of Particle Physics, describes for us all know fundamental interaction in nature till date, with the exception of Gravity (work on this front is going on). Here is a summary of the fundamental content of the standard model

  • There are three families of particle, the Quarks, the Leptons and the Gauge Bosons. The Quarks in groups of three forms the composite particles such as the Protons, along with the electron this forms ordinary matter.
  • The Gauge Bosons are the ones those are responsible for interactions. The Quarks interact among themselves by the exchange of a Gluon these are responsible for the strong nuclear force.
  • The newly discovered Higgs Boson interacts with all the Quarks and the first group of Leptons (electron, muon and tau) providing them with their mass. The neutrinos which are the other Leptons originally were thought to have zero mass, but recent discoveries argue that this is not the case.
  • The Weak bosons interact with both Leptons and Quarks, these are responsible for the Weak nuclear forces. The exchange of photon is responsible for the Electromagnetic Force.

They interact, they transfer energy and momentum and angular momentum; excitations are created and destroyed. Every excitation that’s possible has a reverse excitation. (Quora)

fundamental interaction in nature

It is hypothesized that gravitational interactions are mediated by an as yet undiscovered elementary particle, dubbed the graviton.

How many quarks?

Elementary particles and their interactions are considered by a theoretical framework called the Standard Model (SM) of Particle Physics.

Note

The Standard Model presently recognizes seventeen distinct particles (twelve fermions and five bosons). As a consequence of flavor and color combinations and antimatter, the fermions and bosons are known to have 48 and 13 variations, respectively. Among the 61 elementary particles embraced by the Standard Model number electrons and other leptons, quarks, and the fundamental bosons. (Wikipedia)

17 distinct particles = 12 fermions + 5 bosons = 48 + 13 = 61 variations

Standard_Model_of_Elementary_Particles

Answer-1: 3 generation x 3 color x 2 types x 2 each = 36 quarks

How many types of quarks are there and what are their names?

Answer-2: 6 flavour x 3 colors x 2 types = 36 quarks

image

Answer-3: 6 flavour x 3 colour x 4 bispinor = 72 quarks

There are 72 quarks

Note

In order to be four-spinors like the electron and other lepton components, there must be one quark component for every combination of flavour and colour, bringing the total to 24 (3 for charged leptons, 3 for neutrinos, and 2·3·3 = 18 for quarks). Each of these is a four (4) component bispinor, for a total of 96 complex-valued components for the fermion field. (Wikipedia)

IMG_20240108_045902

It is stated that each of the 24 components is a four component bispinor. A bispinor is constructed out 2 simpler component spinor so there are eight (8) spinors in total.

Note

Bispinors are so called because they are constructed out of two (2) simpler component spinors, the Weyl spinors. Each of the two (2) component spinors transform differently under the two (2) distinct complex-conjugate spin-1/2 representations of the Lorentz group. This pairing is of fundamental importance, as it allows the represented particle to have a mass, carry a charge, and represent the flow of charge as a current, and perhaps most importantly, to carry angular momentum. (Wikipedia)

((3+3) + 2x(3x3)) x 4 = (3 + 3 + 18) x 4 = 24 x 4 = 96 components

  Fermion  | spinors | charged | neutrinos |   quark   | components
   Field   |   (s)   |   (c)   |    (n)    | (q=s.c.n) |  Σ(c+n+q)
===========+=========+=========+===========+===========+============
bispinor-1 |    2    |    3    |     3     |    18     |     24
-----------+---------+---------+-----------+-----------+------------ } 48
bispinor-2 |    2    |    3    |     3     |    18     |     24
===========+=========+=========+===========+===========+===========
bispinor-3 |    2    |    3    |     3     |    18     |     24
-----------+---------+---------+-----------+-----------+------------ } 48
bispinor-4 |    2    |    3    |     3     |    18     |     24
===========+=========+=========+===========+===========+============
     Total |    8    |   12    |    12     |    72     |     96

Thus fermion is constructed out of eight (8) spinors that brings the total of 96 components consist of 12 charged leptons, 12 neutrinos and 72 quarks.

Free Parameters

The physical evolution of neutrino parameters with respect to energy scale may help elucidate the mechanism for their mass generation.

Note

The most general Lagrangian with massless neutrinos, one finds that the dynamics depend on 19 parameters, whose numerical values are established by experiment.

  • The 19 certain parameters are summarized below:IMG_20231230_232603
  • The neutrino parameter values are still uncertain.
  • The value of the vacuum energy (or more precisely, the renormalization scale used to calculate this energy) may also be treated as an additional free parameter.

The renormalization scale may be identified with the Planck scale or fine-tuned to match the observed cosmological constant. However, both options are problematic. (Wikipedia)

$True Prime Pairs:
(5,7), (11,13), (17,19)
 
layer | node | sub |  i  |  f.                                       MEC 30 / 2
------+------+-----+-----+------      ‹------------------------------ 0 {-1/2}
      |      |     |  1  | --------------------------
      |      |  1  +-----+                           |    
      |  1   |     |  2  | (5)                       |
      |      |-----+-----+                           |
      |      |     |  3  |                           |
  1   +------+  2  +-----+----                       |
      |      |     |  4  |                           |
      |      +-----+-----+                           |
      |  2   |     |  5  | (7)                       |
      |      |  3  +-----+                           |
      |      |     |  6  |                          11s ‹-- ∆28 = (71-43)
------+------+-----+-----+------      } (36)         |
      |      |     |  7  |                           |
      |      |  4  +-----+                           |
      |  3   |     |  8  | (11)                      |
      |      +-----+-----+                           |
      |      |     |  9  |‹-- ∆9 + ∆18 = ∆27         |
  2   +------|  5* +-----+-----                      |
      |      |     |  10 |                           |
      |      |-----+-----+                           |
      |  4   |     |  11 | (13) --------------------- ∆32
      |      |  6  +-----+            ‹------------------------------ 15 {0}
      |      |     |  12 |---------------------------
------+------+-----+-----+------------               |
      |      |     |  13 |                           |
      |      |  7  +-----+                           |
      |  5   |     |  14 | (17)                      |
      |      |-----+-----+                           |
      |      |     |  15 |                           7s ‹-- ∆24 = (43-19)
  3*  +------+  8  +-----+-----       } (36)         |
      |      |     |  16 |                           |
      |      |-----+-----+                           |
      |  6   |     |  17 | (19) ‹-- parameters ✔️    |
      |      |  9  +-----+                           |
      |      |     |  18 | -------------------------- ∆68 - ∆18 = ∆50
------|------|-----+-----+-----  ‹----------------------------------- 30 {+1/2}

The Standard Model with massive neutrinos need 7 more parameters (3 masses and 4 PMNS matrix parameters) for a total of 26 parameters.

Note

In principle, there is one further parameter in the Standard Model; the Lagrangianof QCD can contain a phase that would lead to CP violation in the strong interac-tion.

  • Experimentally, this strong CP phase is known to be extremely small, θCP ≃ 0, and is usually taken to be zero.
  • If θCP is counted, then the Standard Model has 26 free parameters.
  • The relatively large number of free parameters is symptomatic of the StandardModel being just that; a model where the parameters are chosen to match the observations, rather than coming from a higher theoretical principle.
  • Putting aside θCP, of the 25 SM parameters, 14 are associated with the Higgs field, eight with theflavour sector and only three with the gauge interactions.

Likewise, the coupling constants of the three gauge interactions are of a similar order of magnitude, hinting that they might be different low-energy manifestations of a Grand Unified Theory (GUT) of the forces. These patterns provide hints for, as yet unknown, physics beyond the Standard Model. (Modern Particle Physics - pdf)

(24-5) + (24-17) = 19 + 7 = 26

  Fermion  | spinors | charged | neutrinos |   quark   | components | parameter
   Field   |   (s)   |   (c)   |    (n)    | (q=s.c.n) |  Σ(c+n+q   | (complex)
===========+=========+=========+===========+===========+============+===========
bispinor-1 |    2    |    3    |     3     |    18     |     24     |   19+i5 ✔️
-----------+---------+---------+-----------+-----------+------------+-----------
bispinor-2 |    2    |    3    |     3     |    18     |     24     |   17+i7 ✔️
===========+=========+=========+===========+===========+============+===========
bispinor-3 |    2    |    3    |     3     |    18     |     24     |     ❓
-----------+---------+---------+-----------+-----------+------------+-----------
bispinor-4 |    2    |    3    |     3     |    18     |     24     |     ❓
===========+=========+=========+===========+===========+============+===========
     Total |    8    |   12    |    12     |    72     |     96     |     ❓

The first diagram corresponds to the first term at right hand side of equality, while the other two diagrams with back-moving lines combine to produce the second term.

Note

We study the anomalous scale symmetry breaking effects on the proton mass in QCD due to quantum fluctuations at ultraviolet scales.

  • We confirm that a novel contribution naturally arises as a part of the proton mass, which we call the quantum anomalous energy (QAE). We discuss the QAE origins in both lattice and dimensional regularizations and demonstrate its role as a scheme-and-scale independent component in the mass decomposition.
  • We further argue that QAE role in the proton mass resembles a dynamical Higgs mechanism, in which the anomalous scale symmetry breaking field generates mass scales through its vacuum condensate, as well as its static and dynamical responses to the valence quarks.
  • We demonstrate some of our points in two simpler but closely related quantum field theories, namely the 1+1 dimensional non-linear sigma model in which QAE is non-perturbative and scheme-independent, and QED where the anomalous energy effect is perturbative calculable.

Dynamical response of the scalar Hamiltonian HS in the presence of the fermion , generating a contribution to the fermion mass (Scale symmetry breaking - pdf)

1-s2 0-S0550321321002340-gr008_lrg

The dotted line represents the dynamical Higgs particles h and the crossed circle denotes the scalar Hamiltonian linear in h.

Note

Now we show the interplay of the finite system of prime positions with the 15 finite even positions in the cyclic convolution. Consequently, we only need to fold a 30’s cycle as so that we can identify the opposite prime positions that form their specific pairs in a specific convolution.

13+17 = 11+19 = 30

  Fermion  | spinors | charged | neutrinos |   quark   | components | parameter
   Field   |   (s)   |   (c)   |    (n)    | (q=s.c.n) |  Σ(c+n+q   | (complex)
===========+=========+=========+===========+===========+============+===========
bispinor-1 |    2    |    3    |     3     |    18     |     24     |   19+i5 
-----------+---------+---------+-----------+-----------+------------+-----------
bispinor-2 |    2    |    3    |     3     |    18     |     24     |   17+i7
===========+=========+=========+===========+===========+============+===========
bispinor-3 |    2    |    3    |     3     |    18     |     24     |   11+i13 ✔️
-----------+---------+---------+-----------+-----------+------------+-----------
bispinor-4 |    2    |    3    |     3     |    18     |     24     |     ❓
===========+=========+=========+===========+===========+============+===========
     Total |    8    |   12    |    12     |    72     |     96     |     ❓

The coupling g between the Higgs field and the fermion is proportional to fermion mass.

The Seven (7) Groups

Let's consider a prime spin theory of compactifying the 7-dimensional manifold on the 3-sphere of a fixed radius and study its dimensional reduction to 4D.

Note

We now place integers sequentially into the lattice with a simple rule: Each time a prime number is encountered, the spin or ‘wall preference’ is switched.

19 abuts 2

So, from the first cell, exit from 2’s left side. This sets the spin to left and the next cell is 3, a prime, so switches to right. 4 is not prime and continues right. 5 is prime, so switch to left and so on. There are twists and turns until 19 abuts 2. (HexSpin)

Defining the Prime Hexagon

In our approach a 3-form is not an object that exist in addition to the metric, it is the only object that exist and in particular the 4D metric, is defined by the 3-form.

Note

We would like to say that our present use of G2 structures (3-forms in 7D) is different from whatone can find in the literature on Kaluza–Klein compactifications of supergravity.

  • We show that the resulting 4D theory is (Riemannian) General Relativity (GR) in Plebanski formulation, modulo corrections that are negligible for curvatures smaller than Planckian.
  • Possibly the most interesting point of this construction is that the dimensionally reduced theory is GR with a non-zero cosmological constant, and the value of the cosmological constant is directly related to the size of . Realistic values of Λ correspond to of Planck size.

Also, in the supergravity context a 7D manifold with a G2 structure is used for compactifying the 11D supergravity down to 4D. In contrast, we compactify from 7D to 4D. (General relativity from three-forms in seven dimensions - pdf)

Standard Spin

The complete theory was obtained by dimensional reduction of the 11D supergravity on a seven (7) torus and realizing the exceptional symmetry group E7(7)

Note

In particular, these theories include the compactification of eleven-dimensional supergravity on the seven-sphere S7, which gives rise to a four-dimensional theory with compact non-abelian gauge group SO(8) (11D Supergravity and Hidden Symmetries - pdf)

$True Prime Pairs:
(5,7), (11,13), (17,19)
 
layer | node | sub |  i  |  f
------+------+-----+---------
      |      |     |  1  | --------------------------
      |      |  1  +-----+                           |    
      |  1   |     |  2  | (5)                       |
      |      |-----+-----+                           |
      |      |     |  3  |                           |
  1   +------+  2  +-----+----                       |
      |      |     |  4  |                           |
      |      +-----+-----+                           |
      |  2   |     |  5  | (7)                       |
      |      |  3  +-----+                           |
      |      |     |  6  |                          11s ✔️
------+------+-----+-----+------      } (36)         |
      |      |     |  7  |                           |
      |      |  4  +-----+                           |
      |  3   |     |  8  | (11)                      |
      |      +-----+-----+                           |
      |      |     |  9  |                           |
  2   +------|  5  +-----+-----                      |
      |      |     |  10 |                           |
      |      |-----+-----+                           |
      |  4   |     |  11 | (13) ---------------------
      |      |  6  +-----+        <----------------  strip
      |      |     |  12 |---------------------------
------+------+-----+-----+------------               |
      |      |     |  13 |                           |
      |      |  7  +-----+                           |
      |  5   |     |  14 | (17)                      |
      |      |-----+-----+                           |
      |      |     |  15 |                           7s ✔️
  3   +------+  8  +-----+-----       } (36)         |
      |      |     |  16 |                           |
      |      |-----+-----+                           |
      |  6   |     |  17 | (19)                      |
      |      |  9  +-----+                           |
      |      |     |  18 | --------------------------
------|------|-----+-----+------

The most general Lagrangian with massless neutrinos, one finds that the dynamics depend on 19 parameters, whose numerical values are established by experiment.

Note

Straightforward extensions of the Standard Model with massive neutrinos need 7 more parameters (3 masses and 4 PMNS matrix parameters) for a total of 26 parameters. The neutrino parameter values are still uncertain. The 19 certain parameters are summarized here:

IMG_20231230_232603

  • The choice of free parameters is somewhat arbitrary. In the table above, gauge couplings are listed as free parameters, therefore with this choice the Weinberg angle is not a free parameter.
  • Instead of fermion masses, dimensionless Yukawa couplings can be chosen as free parameters. For example, the electron mass depends on the Yukawa coupling of the electron to the Higgs field.
  • The value of the vacuum energy (or more precisely, the renormalization scale used to calculate this energy) may also be treated as an additional free parameter.
  • The renormalization scale may be identified with the Planck scale or fine-tuned to match the observed cosmological constant. However, both options are problematic.

As these theories tend to reproduce the entirety of current phenomena, the question of which theory is the right one, or at least the “best step” towards a Theory of Everything, can only be settled via experiments (Wikipedia)

$True Prime Pairs:
(5,7), (11,13), (17,19)
 
layer | node | sub |  i  |  f
------+------+-----+----------
      |      |     |  1  | --------------------------
      |      |  1  +-----+                           |    
      |  1   |     |  2  | (5)                       |
      |      |-----+-----+                           |
      |      |     |  3  |                           |
  1   +------+  2  +-----+----                       |
      |      |     |  4  |                           |
      |      +-----+-----+                           |
      |  2   |     |  5  | (7)                       |
      |      |  3  +-----+                           |
      |      |     |  6  |                          11s
------+------+-----+-----+------      } (36)         |
      |      |     |  7  |                           |
      |      |  4  +-----+                           |
      |  3   |     |  8  | (11)                      |
      |      +-----+-----+                           |
      |      |     |  9  |                           |
  2   +------|  5  +-----+-----                      |
      |      |     |  10 |                           |
      |      |-----+-----+                           |
      |  4   |     |  11 | (13) ---------------------
      |      |  6  +-----+        <----------------  strip
      |      |     |  12 |---------------------------
------+------+-----+-----+------------               |
      |      |     |  13 |                           |
      |      |  7  +-----+                           |
      |  5   |     |  14 | (17)                      |
      |      |-----+-----+                           |       extra
      |      |     |  15 |                           7s  <-- parameters ✔️
  3   +------+  8  +-----+-----       } (36)         |
      |      |     |  16 |                           |
      |      |-----+-----+           certain         |
      |  6   |     |  17 | (19)  <-- parameters ✔️   |
      |      |  9  +-----+                           |
      |      |     |  18 | --------------------------
------|------|-----+-----+------

Please note that we are not talking about the number 19 which is the 8th-prime. Here we are talking about 19th as sequence follow backward position of the 18th.

Tip

The same number of 7 vs 11 dimensions as we have discussed are hold by 7 primes vs 11 natural numbers in every first term of the prime spin. Consider the following:

  • the prime 19 is not counted on the first term since it is taking the position of number 1 which is not prime, this prime takes it place only on the second term,
  • assume the number 1 is still in its position then the 18 would be the quantity of all numbers so it is eligible as the origin position of zero,
  • thus there are π(17) or 7 primes with red color plus 11 natural numbers (including the number 1) with black color and consequently 18 is the sum of 7 and 11,
  • so by the concept of prime identity, this 7 vs 11 scheme of dimensions is originated from the behaviour of both 19 and 18,
  • the prime is fewer than the natural so the 7 prime cycle is always happen in every first term followed by 11 composite cycle (see our side menu).

The further terms will only have their specific meaning when they are formed in the favor of True Prime Pairs which we called as Δ(19 vs 18) Scenario

Δ(19 vs 18) Scenario

Symmetry breaking in Quantum Field Theory (QFT) applies to the scalar field, at first so that it can have an impact and give mass to gauge bosons and fermions.

Note

In QFT this is currently done by manually adding an extra term to the field’s self-interaction, creating the famous Mexican Hat potential well.

  • In QFT the scalar field generates four (4) Goldstone bosons.
  • One (1) of the 4 turns into the Higgs boson. Unlike popularized, the Higgs itself does not give mass to particles, but represents the symmetry broken scalar field.
  • The other three (3) Goldstone bosons are “absorbed” by the three (3) intermediate, electroweak bosons (W+, W-, Z), giving them an extra spin.

This (otherwise) plain and featureless “absorbtion” of the Goldstone modes in the EW field could be a reason why a complex, synergy-creating quality of the scalar field is largely unnoticed in QFT. Obviously this has the potential to become a new research challenge in physics. (TGMResearch)

sterile_neutrino_does_not_exist

The greatest problem in theoretical physics is combining the general relativity with quantum mechanics. Actually it is related to a non-standard renormalization.

Note

A lot number of positive color-charges move from the positive charged particle toward the negative charged particles, and negative color-charges move from negative charged particle toward the positive charged particle and they combine in each other.

  • According to CPH Theory, gravity is a currency among the objects. Consider the interaction between the earth and the moon: when a graviton reaches the earth, the other one moves toward the moon and pushes the earth toward the moon.
  • Because as to maintain equality times - positive and negative color-charges, there is a fixed ratio between the mass and the number of gravitons surrounding.
  • Also when a graviton reaches the moon, the other one moves toward the earth and pushes the moon toward the earth.-So earth (In fact everything) is bombarded by gravitons continuously.

Due to the fact that everything is made up of sub quantum energy, the classical concept of acceleration and relativistic Newton’s second law needs to be reviewed. (Gravity in Time space - pdf)

A-lot-number-of-positive-color-charges-move-from-the-positive-charged-particle-toward-the

Renormalization was first developed in quantum electrodynamics (QED) to make sense of infinite integrals in perturbation theory.

Note

Renormalization is a collection of techniques in quantum field theory, statistical field theory, and the theory of self-similar geometric structures, that are used to treat infinities arising in calculated quantities by altering values of these quantities to compensate for effects of their self-interactions. (Wikipedia)

0_5540_t3k8UUhCxaU

The problem is raised when the non-standard renormalization hides the scheme and scale-independent quantum anomalous energy (QAE) contribution in the mass.

Note

In this paper we have studied the renormalization of the QCD trace anomaly separately for the quark and gluon parts of the energy momentum tensor.

  • While the renormalization of the total anomaly T = Tq + Tg is well understood in the literature [10], our analysis at the quark and gluon level has revealed some interesting new features. The bare and renormalized (Tq,g)α differ by finite operators, and this difference can be systematically computed order by order in αs.
  • It is interesting to notice that, at one loop, the renormalized Tq gives the nf part of the beta function. However, this property no longer holds at two-loop, see (5.19).
  • Besides, the partition of the total anomaly can be different if one uses other regularization schemes (see, e.g., the ‘gradient flow’ regularization [25]), and it is interesting to study their mutual relations.

We have also found that C¯q,g(µ) does not go to zero as µ → ∞ even in the chiral limit, contrary to what one would naively expect from the one-loop calculation (3.16). (Quark and gluon contributions to the QCD trace anomaly - pdf)

(24-5) + (24-17) = 19 + 7 = 26

The True Prime Pairs:
(5,7), (11,13), (17,19)

|--------------- 7¤ ---------------|👈
|-------------- {89} --------------|
+----+----+----+----+----+----+----+----+----+----+----+----+----+----+
|  5 |  7 | 11 |{13}| 17 | 19 | 17 |{12}| 11 | 19 |{18}| 18 | 12 |{13}|
+----+----+----+----+----+----+----+----+----+----+----+----+----+----+
                         |---- {48} ----|---- {48} ----|---- {43} ----|
                         |----- 3¤ -----|----- 3¤ -----|----- 3¤ -----|
                         |-------------------- 9¤ --------------------|👈

  Fermion  | spinors | charged | neutrinos |   quark   | components | parameter
   Field   |   (s)   |   (c)   |    (n)    | (q=s.c.n) |  Σ(c+n+q   | (complex)
===========+=========+=========+===========+===========+============+===========
bispinor-1 |    2    |    3    |     3     |    18     |     24     |   19+i5
-----------+---------+---------+-----------+-----------+------------+-----------
bispinor-2 |    2    |    3    |     3     |    18     |     24     | 👉17+i7
===========+=========+=========+===========+===========+============+===========
bispinor-3 |    2    |    3    |     3     |    18     |     24     |   11+i13👈
-----------+---------+---------+-----------+-----------+------------+-----------
bispinor-4 |    2    |    3    |     3     |    18     |     24     |   19+i5
===========+=========+=========+===========+===========+============+===========
     Total |    8    |   12    |    12     |    72     |     96     |   66+i30

In order to explain the generation process of gravitational energy between two identical sign charged particles, it is necessary to explain the process of the generated electromagnetic energy by the interaction of their electrical repulsion.

Note

In quantum mechanics, the graviton is a hypothetical elementary particle that mediates the force of gravitation in the framework of quantum field theory. If it exists, the graviton must be massless and must have a spin of 2. This is because the source of gravitation is the stress-energy tensor, a second-rank tensor. This definition of graviton is not able to describe gravitational phenomena, so we need a new definition of graviton. (What is CPH Theory - pdf)

A-schematic-illustration-of-how-quantum-gravity-emerges-in-an-information-based-theory-of

The physical evolution of neutrino parameters with respect to energy scale may help elucidate the mechanism for their mass generation.

Note

We study the anomalous scale symmetry breaking effects on the proton mass in QCD due to quantum fluctuations at ultraviolet scales.

  • We confirm that a novel contribution naturally arises as a part of the proton mass, which we call the quantum anomalous energy (QAE). We discuss the QAE origins in both lattice and dimensional regularizations and demonstrate its role as a scheme-and-scale independent component in the mass decomposition.
  • We further argue that QAE role in the proton mass resembles a dynamical Higgs mechanism, in which the anomalous scale symmetry breaking field generates mass scales through its vacuum condensate, as well as its static and dynamical responses to the valence quarks.
  • We demonstrate some of our points in two simpler but closely related quantum field theories, namely the 1+1 dimensional non-linear sigma model in which QAE is non-perturbative and scheme-independent, and QED where the anomalous energy effect is perturbative calculable.

Dynamical response of the scalar Hamiltonian HS in the presence of the fermion , generating a contributionto the fermion mass The dotted line represents the dynamical Higgs particles h and the crossed circle denotes the scalar Hamiltonian linear in h. The coupling g between the Higgs field and the fermion is proportional to fermion mass. (Scale symmetry breaking - pdf)

1-s2 0-S0550321321002340-gr008_lrg

The first diagram corresponds to the first term at right hand side of equality, while the other two diagrams with back-moving lines combine to produce the second term.

The Quantum Gravity

By True Prime Pars we shall take 36 nodes to conjugate partitions. So the most possible way is taking the 3rd layer which hold the sum 36 of prime pair 19 and 17.

Note

A chiral phenomenon is one that is not identical to its mirror image (see the article on mathematical chirality). The spin of a particle may be used to define a handedness, or helicity, for that particle, which, in the case of a massless particle, is the same as chirality. A symmetry transformation between the two is called parity transformation. Invariance under parity transformation by a Dirac fermion is called chiral symmetry.

  • For massless particles – photons, gluons, and (hypothetical) gravitons – chirality is the same as helicity; a given massless particle appears to spin in the same direction along its axis of motion regardless of point of view of the observer.
  • For massive particles – such as electrons, quarks, and neutrinos – chirality and helicity must be distinguished: In the case of these particles, it is possible for an observer to change to a reference frame moving faster than the spinning particle, in which case the particle will then appear to move backwards, and its helicity (which may be thought of as “apparent chirality”) will be reversed. That is, helicity is a constant of motion, but it is not Lorentz invariant. Chirality is Lorentz invariant, but is not a constant of motion: a massive left-handed spinor, when propagating, will evolve into a right handed spinor over time, and vice versa.
  • A massless particle moves with the speed of light, so no real observer (who must always travel at less than the speed of light) can be in any reference frame where the particle appears to reverse its relative direction of spin, meaning that all real observers see the same helicity. Because of this, the direction of spin of massless particles is not affected by a change of inertial reference frame (a Lorentz boost) in the direction of motion of the particle, and the sign of the projection (helicity) is fixed for all reference frames: The helicity of massless particles is a relativistic invariant (a quantity whose value is the same in all inertial reference frames) which always matches the massless particle’s chirality.

The discovery of neutrino oscillation implies that neutrinos have mass, so the photon is the only confirmed massless particle; gluons are expected to also be massless, although this has not been conclusively tested.[b] Hence, these are the only two particles now known for which helicity could be identical to chirality, and only the photon has been confirmed by measurement. All other observed particles.

$True Prime Pairs:
(5,7), (11,13), (17,19)

+----+----+----+----+----+-👇-+
|  5 |  7 | 11 |{13}| 17 | 19 |
+----+----+----+----+----+----+
|------------ {72} -----------|
|------------- 6¤ ------------|

The Fermion Fields
(19,17,i12), (11,19,i18), (18,12,i13)

+-👇-+----+----+----+----+----+----+----+----+
| 19 | 17 |{12}| 11 | 19 |{18}| 18 | 12 |{13}|
+----+----+----+----+----+----+----+----+----+
|---- {48} ----|---- {48} ----|---- {43} ----|
|------------ {96} -----------|----- 3¤ -----|

Spontaneous Symmetry Breaking:
(5,7), (11,13,17) , (19,17,12), (11,19,18), (18,12,13)

|--------------- 7¤ ---------------|
|-------------- {89} --------------|
+----+----+----+----+----+-👇-+-👇-+----+----+----+----+----+----+----+
|  5 |  7 | 11 |{13}| 17 | 19 | 17 |{12}| 11 | 19 |{18}| 18 | 12 |{13}|
+----+----+----+----+----+----+----+----+----+----+----+----+----+----+
                         |-- {36} -|------ {60} -------|---- {43} ----|
                         |--- 2¤ --|------- 4¤ --------|----- 3¤ -----|
                         |-------------------- 9¤ --------------------|

The first term will directly be identified as a forward moving diagram for external mψψ¯ insertion, while the second term corresponds to the combination of two backward moving diagrams using the relation in energy denominators.

Note

The helicity of a particle is positive (“right-handed”) if the direction of its spin is the same as the direction of its motion. It is negative (“left-handed”) if the directions of spin and motion are opposite. So a standard clock, with its spin vector defined by the rotation of its hands, has left-handed helicity if tossed with its face directed forwards.

  • Mathematically, helicity is the sign of the projection of the spin vector onto the momentum vector: “left” is negative, “right” is positive.have mass and thus may have different helicities in different reference frames.
  • Chiral theories: Particle physicists have only observed or inferred left-chiral fermions and right-chiral antifermions engaging in the charged weak interaction.[1] In the case of the weak interaction, which can in principle engage with both left- and right-chiral fermions, only two left-handed fermions interact. Interactions involving right-handed or opposite-handed fermions have not been shown to occur, implying that the universe has a preference for left-handed chirality. This preferential treatment of one chiral realization over another violates parity, as first noted by Chien Shiung Wu in her famous experiment known as the Wu experiment. This is a striking observation, since parity is a symmetry that holds for all other fundamental interactions.
  • Chirality for a Dirac fermion ψ is defined through the operator γ5, which has eigenvalues ±1; the eigenvalue’s sign is equal to the particle’s chirality: +1 for right-handed, −1 for left-handed. Any Dirac field can thus be projected into its left- or right-handed component by acting with the projection operators.Right_left_helicity svg
  • The coupling of the charged weak interaction to fermions is proportional to the first projection operator, which is responsible for this interaction’s parity symmetry violation.
  • A common source of confusion is due to conflating the γ5, chirality operator with the helicity operator. Since the helicity of massive particles is frame-dependent, it might seem that the same particle would interact with the weak force according to one frame of reference, but not another. The resolution to this paradox is that the chirality operator is equivalent to helicity for massless fields only, for which helicity is not frame-dependent. By contrast, for massive particles, chirality is not the same as helicity, or, alternatively, helicity is not Lorentz invariant, so there is no frame dependence of the weak interaction: a particle that couples to the weak force in one frame does so in every frame.
  • A theory that is asymmetric with respect to chiralities is called a chiral theory, while a non-chiral (i.e., parity-symmetric) theory is sometimes called a vector theory. Many pieces of the Standard Model of physics are non-chiral, which is traceable to anomaly cancellation in chiral theories. Quantum chromodynamics is an example of a vector theory, since both chiralities of all quarks appear in the theory, and couple to gluons in the same way.
  • The electroweak theory, developed in the mid 20th century, is an example of a chiral theory. Originally, it assumed that neutrinos were massless, and assumed the existence of only left-handed neutrinos and right-handed antineutrinos. After the observation of neutrino oscillations, which imply that neutrinos are massive (like all other fermions) the revised theories of the electroweak interaction now include both right- and left-handed neutrinos. However, it is still a chiral theory, as it does not respect parity symmetry.
  • The exact nature of the neutrino is still unsettled and so the electroweak theories that have been proposed are somewhat different, but most accommodate the chirality of neutrinos in the same way as was already done for all other fermions.

By Chiral symmetry the Vector gauge theories with massless Dirac fermion fields ψ exhibit chiral symmetry, i.e., rotating the left-handed and the right-handed components independently makes no difference to the theory. We can write this as the action of rotation on the fields:

Symmetry State

The Standard Model with massive neutrinos need 7 more parameters (3 CKM and 4 PMNS matrix parameters) for a total of 26 parameters. By our concept these 7 parameters correspond to π(17) = 7 prime identities of additional zones.

Note

Massive fermions do not exhibit chiral symmetry, as the mass term in the Lagrangian, mψψ, breaks chiral symmetry explicitly.

  • Spontaneous chiral symmetry breaking may also occur in some theories, as it most notably does in quantum chromodynamics.
  • The chiral symmetry transformation can be divided into a component that treats the left-handed and the right-handed parts equally, known as vector symmetry, and a component that actually treats them differently, known as axial symmetry.[2] (cf. Current algebra.) A scalar field model encoding chiral symmetry and its breaking is the chiral model.
  • The most common application is expressed as equal treatment of clockwise and counter-clockwise rotations from a fixed frame of reference.

The general principle is often referred to by the name chiral symmetry. The rule is absolutely valid in the classical mechanics of Newton and Einstein, but results from quantum mechanical experiments show a difference in the behavior of left-chiral versus right-chiral subatomic particles. (Wikipedia)

1 + 77 = 78 = 3 copies of 26-dimensions

$True Prime Pairs:
(5,7), (11,13), (17,19)

+----+----+----+----+----+-👇-+
|  5 |  7 | 11 |{13}| 17 | 19 |
+----+----+----+----+----+----+
|------------ {72} -----------|
|------------- 6¤ ------------|

Spontaneous Symmetry Breaking:
(5,7), (11,13,17) , (19,17,12), (11,19,18), (18,12,13)

|--------------- 7¤ ---------------|
|-------------- {89} --------------|
+----+----+----+----+----+-👇-+-👇-+----+----+----+----+----+----+----+
|  5 |  7 | 11 |{13}| 17 | 19 | 17 |{12}| 11 | 19 |{18}| 18 | 12 |{13}|
+----+----+----+----+----+----+----+----+----+----+----+----+----+----+
                         |-- {36} -|------ {60} -------|---- {43} ----|
                         |--- 2¤ --|------- 4¤ --------|----- 3¤ -----|
                         |-------------------- 9¤ --------------------|

|--------------- 7¤ ---------------|
|-------------- {89} --------------|
+----+----+----+----+----+-💢-+----+----+----+----+----+----+----+----+
|  5 |  7 | 11 |{13}| 17 | 19 | 17 |{12}| 11 | 19 |{18}| 18 | 12 |{13}|
+----+----+----+----+----+----+----+----+-👇-+----+----+----+----+----+
                         |-👇-|--------- {77} ---------|---- {43} ----|✔️
                         |-1¤ |---------- 5¤ ----------|----- 3¤ -----|
                         |-------------------- 9¤ --------------------|

The first term forms the photonic contribution while the second term is the fermionic contribution (two backward). The first backward is correspond to the three (3) known neutrino flavors: the electron-, muon- and tau-neutrino which are left-handed.

Note

Summary of various critical points in the context of superpotential observed in this paper first : Gauge symmetry, supersymmetry, vacuum expectation value of field, superpotential and cosmological constants.

  • For SO(3)+ × SO(5)+ case, one can check it by the change of variable of SO(5)+×SO(3)+ case, s → −3s/5 that corresponding potential of SO(3)+×SO(5)+ is obtained while by change of variable, s → −s/7, the potential of SO(1)+ × SO(7)+ can be found from SO(7)+ × SO(1)+ case.
  • Although the corresponding superpotential of these two cases may be different from the original ones, the scalar potentials are the same.
  • It is natural to ask whether 11-dimensional embedding of various vacua we have considered of non-compact and non-semi-simple gauged supergravity can be obtained.
  • In a recent paper [46], the metric on the 7-dimensional internal space and domain wall in 11-dimensions was found. However, they did not provide an ansatz for an 11-dimensional three-form gauge field.-It would be interesting to study the geometric superpotential, 11-dimensional analog of superpotentialwe have obtained.

We expect that the nontrivial r-dependence of vevs makes Einstein-Maxwell equations consistent not only at the critical points but also along the supersymmetric RG flow connecting two critical points. (N = 8 Supergravity: Part I - pdf)

Symmetry Breaking

Taking 19 as a certain parameter we can see that the left handed cycles are happen on 5th-spin (forms 4th hexagon, purple) and 6th-spin (forms 5th hexagon, cyan). Both have different rotation with other spin below 9th spin (forms 6th hexagon, yellow).

Note

Proceeding, the number line begins to coil upon itself; 20 lands on 2’s cell, 21 on 3’s cell. Prime number 23 sends the number line left to form the fourth (4th) hexagon, purple. As it is not a twin, the clockwise progression (rotation) reverses itself. Twin primes 29 and 31 define the fifth (5th) hexagon, cyan. Finally, 37, again not a twin, reverses the rotation of the system, so 47 can define the yellow hexagon (HexSpin).

7th spin - 4th spin = (168 - 102)s = 66s = 6 x 11s = 30s + 36s

IMG_20231221_074421

Thus it appears that the cosmological models] derived from compactification of 11d supergravity on a manifold with G2 holonomy have some hidden E7 symmetry.

Note

There are 14 + 7 × 16 = 126 integral octonions. It was shown that the set of transformations which preserve the octonion algebra of the root system of E7 is the adjoint Chevalley group G2(2). It is possible to decompose these 126 imaginary octonions into eighteen (18) sets of seven (7) imaginary octonionic units that can be transformed to each other by the finite subgroup of matrices. These lead to 18 sets of 7, which we see in figures ​figure-77 and ​figure-88. (M-theory, Black Holes and Cosmology - pdf)

  Fermion  | spinors | charged | neutrinos |   quark   | components | parameter
   Field   |   (s)   |   (c)   |    (n)    | (q=s.c.n) |  Σ(c+n+q   | (complex)
===========+=========+=========+===========+===========+============+===========
bispinor-1 |    2    |    3    |     3     |    18     |     24     |   19
-----------+---------+---------+-----------+-----------+------------+-- 17💢36
bispinor-2 |    2    |    3    |     3     |    18     |     24     |   i12 ✔️
===========+=========+=========+===========+===========+============+===========
bispinor-3 |    2    |    3    |     3     |    18     |     24     |   11
-----------+---------+---------+-----------+-----------+------------+-- 19💢30
bispinor-4 |    2    |    3    |     3     |    18     |     24     |   i18 ✔️
===========+=========+=========+===========+===========+============+===========
  SubTotal |    8    |   12    |    12     |    72     |     96     |   66+i30
===========+=========+=========+===========+===========+============+===========

By the Δ(19 vs 18) Scenario those three are exactly landed in the 0's cell out of Δ18. See that the sum of 30 and 36 is 66 while the difference between 36 and 102 is also 66.

Note

You likely noticed I began with 2 rather than 1 or 0 when I first constructed the hexagon. Why? Because they do not fit inside — they stick off the hexagon like a tail. Perhaps that’s where they belong. However, if one makes a significant and interesting assumption, then 1 and 0 fall in their logical locations – in the 1 and 0 cells, respectively. _(HexSpin)

0 + 30 + 36 + 102 = 168 = π(1000)

0, 1 and negative numbers

By defining the pattern on each individual numbers against homogeneous sorting. Using this method then out of bilateral way the ∆(19 vs 18) Scenario we could get in to Scheme-33.

Note

The electroweak force is believed to have separated into the electromagnetic and weak forces during the quark epoch of the early universe.

Elementary Particle

The quark epoch ended when the universe was about 10−⁶ seconds old, when the average energy of particle interactions had fallen below the binding energy of hadrons. The following period, when quarks became confined within hadrons, is known as the hadron epoch. (Wikipedia)

$True Prime Pairs:
(5,7), (11,13), (17,19)

Prime Loops:
π(10) = 4 (node)
π(100) = 25 (partition)
π(1000) - 29 = 139 (section)
π(10000) - 29th - 29 = 1091 (segment)
π(100000) - 109th - 109 = 8884 (texture)
Sum: 4 + 25 + 139 + 1091 + 8884 = 10143 (object)

     |    168    |    618    |
-----+-👇--+-👇--+-----+-----+                                             ---
 19¨ |  3¨ |  4¨ |  6¨ |  6¨ | 4¤  ----->  assigned to "id:30"              |
-----+-----+-----+-----+-----+                                              |
 17¨ | {5¨}| {3¨}|  2¨ |  7¨👈 4¤  ----->  assigned to "id:31"              |
     +-----+-----+-----+-----+                                              |
{12¨}|  6¨ |  6¨ |  2¤ (M & F)     ----->  assigned to "id:32"              |
     +-----+-----+-----+                                                   96¨
 11¨ |  3¨ | {3¨}| {5¨}| 3¤        ----->  assigned to "id:33"              |
-----+-----+-----+-----+-----+                                              |
 19¨ |  4¨ |  4¨ |  5¨ |  6¨ | 4¤  ----->  assigned to "id:34"              |
     +-----+-----+-----+-----+                                              |
{18¨}|  5¨ |  5¨ |  8¨ | 3¤        ----->  assigned to "id:35"              |
     +-----+-----+-----+-----+-----+-----+-----+-----+-----+               ---
 43¨ | {3¨}| {5¨}|  5¨ | {5¨}| {3¨}|  7¨ | {5¨}| {3¨}|  7¨ | 9¤ (C1 & C2)  43¨
-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+               ---
139¨ |-----  13¨  -----|------ 15¨ ------|------ 15¨ ------|
     |  1     2     3  |  4     5     6  |  7     8     9  |
                    Δ                 Δ                 Δ
                  Mod 30            Mod 60            Mod 90

In terms of Feynman diagrams it has shown that the expansion of N = 8 supergravity is in some ways a product of two N = 4 super Yang–Mills theories.

Note

The number 28, aside from being triangular wave of perfect pyramid, is the sum of the first 5 primes and the sum of the first 7 natural numbers.

Base of TOE

The intervention of the Golden Ratio can be seen as a way to enter the quantum world, the world of subtle vibrations, in which we observe increasing energy levels as we move to smaller and smaller scales. El Nachie has proposed a way of calculating the fractal dimension of quantum space-time. The resulting value (Figure 7) suggests that the quantum world is composed of an infinite number or scaled copies of our ordinary 4-dimensional space-time.

PHI_Quantum_SpaceTime

Setting k=0 one obtains the classical dimensions of heterotic superstring theory, namely 26, 16, 10, 6 and 4, as well as the constant of super-symmetric (αgs=26) and non super-symmetric (αg=42) unification of all fundamental forces. As we have seen in section 2, the above is a Fibonacci-like sequence with a very concise geometrical interpetation related to numbers 5, 11 and φ. (Phi in Particle Physics)

d(43,71,114) = d(7,8,6) » 786

$True Prime Pairs:
(5,7), (11,13), (17,19)
 
layer | node | sub |  i  |  f           
------+------+-----+-----+------
      |      |     |  1  | --------------------------
      |      |  1  +-----+                           |    
      |  1   |     |  2  | (5)                       |
      |      |-----+-----+                           |
      |      |     |  3  |                           |
  1   +------+  2  +-----+----                       |
      |      |     |  4  |                           |
      |      +-----+-----+                           |
      |  2   |     |  5  | (7)                       |
      |      |  3  +-----+                           |
      |      |     |  6  |                          11s ‹-- ∆28 = (71-43) ✔️
------+------+-----+-----+------      } (36)         |
      |      |     |  7  |                           |
      |      |  4  +-----+                           |
      |  3   |     |  8  | (11)                      |
      |      +-----+-----+                           |
      |      |     |  9  |                           |
  2   +------|  5* +-----+-----                      |
      |      |     |  10 |                           |
      |      |-----+-----+                           |
      |  4   |     |  11 | (13) --------------------- 
      |      |  6  +-----+        <--------------  strip of the id: 37 (TOE)
      |      |     |  12 |---------------------------
------+------+-----+-----+------------               |
      |      |     |  13 |                           |
      |      |  7  +-----+                           |
      |  5   |     |  14 | (17)                      |
      |      |-----+-----+                           |
      |      |     |  15 |                           7s ‹-- ∆24 = (43-19) ✔️
  3*  +------+  8  +-----+-----       } (36)         |
      |      |     |  16 |                           |
      |      |-----+-----+                           |
      |  6   |     |  17 | (19)                      |
      |      |  9  +-----+                           |
      |      |     |  18 | -------------------------- 
------|------|-----+-----+-----

We can use simplexes to triangulate a surface and compute the Euler characteristic and other topological properties in this fashion.

Note

Several aspects of torsion in string-inspired cosmologies are reviewed. In particular, its connection with fundamental, string-model independent, axion fields associated with the massless gravitational multiplet of the string are discussed.

  • It is argued in favour of the role of primordial gravitational anomalies coupled to such axions in inducing inflation of a type encountered in the Running-Vacuum-Model (RVM) cosmological framework, without fundamental inflaton fields.15-Figure1-1
  • The gravitational-anomaly terms owe their existence to the Green–Schwarz mechanism for the (extra-dimensional) anomaly cancellation, and may be non-trivial in such theories in the presence of (primordial) gravitational waves at early stages of the four (4) dimensional string universe (after compactification).Torsion in String Cosmologies
  • The paper also discusses how the torsion-induced stringy axions can acquire a mass in the post inflationary era, due to non-perturbative effects, thus having the potential to play the role of (a component of) dark matter in such models.triangular wave

Finally, the current-era phenomenology of this model is briefly described with emphasis placed on the possibility of alleviating tensions observed in the current-era cosmological data. A brief phenomenological comparison with other cosmological models in contorted geometries is also made. (Torsion in String Cosmologies - pdf)

114 = 102 + 66 - 29 - 25 = 6 + (6x6) + 6 x (6+6) = 6 x (6+6) + 6 + (6x6) = 25 + 89

28+Octonion

The value of the vacuum energy (or more precisely, the renormalization scale used to calculate this energy) may also be treated as an additional free parameter.

Note

In Fuller’s synergetic geometry, symmetry breaking is modeled as 4 sub-tetra’s, of which 3 form a tetrahelix and the 4th. “gets lost”.

  • In the present approach, intermediate (symmetry broken) states are proposed to be latent in the allready extended cube-octahedral matrix, and are actualized or mapped through the trefoil operator. In terms of tetra-logic, it is the invisible, confining icosa-dodeca matrix, acting upon the visible, deconfined cube-octahedral matrix.
  • Further, the author proposes a more natural and versatile QFT symmetry breaking mechanism, based on well determined scalar field excitations.
  • In QFT, the potential well is based on excitation modes, not on actual excitations, which is a reason why the proposed synergetic action gets obscured.
  • A new type of symmetry breaking is proposed, based on a synchronized path integral.

The latter solves into a Goldstone oscillation and a vacuum expectation value (VEV), among other unique properties. The scalar field’s self-interaction is a Golden Ratio scale-invariant group effect, such as geometrically registered by the icosa-dodeca matrix. (TGMResearch)

$True Prime Pairs:
(5,7$True Prime Pairs:
(5,7), (11,13), (17,19)
 
layer | node | sub |  i  |  f           
------+------+-----+-----+------
      |      |     |  1  | --------------------------
      |      |  1  +-----+                           |    
      |  1   |     |  2  | (5)                       |
      |      |-----+-----+                           |
      |      |     |  3  |                           |
  1   +------+  2  +-----+----                       |
      |      |     |  4  |                           |
      |      +-----+-----+                           |
      |  2   |     |  5  | (7)                       |
      |      |  3  +-----+                           |
      |      |     |  6  |                          11s ‹-- ∆28 = (71-43)
------+------+-----+-----+------      } (36)         |
      |      |     |  7  |                           |
      |      |  4  +-----+                           |
      |  3   |     |  8  | (11)                      |
      |      +-----+-----+                           |
      |      |     |  9  |                           |
  2   +------|  5* +-----+-----                      |
      |      |     |  10 |                           |
      |      |-----+-----+                           |
      |  4   |     |  11 | (13) --------------------- 
      |      |  6  +-----+        <-----vacuum energy <--- ∆60 = (131-71) ✔️
      |      |     |  12 |---------------------------
------+------+-----+-----+------------               |
      |      |     |  13 |                           |
      |      |  7  +-----+                           |
      |  5   |     |  14 | (17)                      |
      |      |-----+-----+                           |
      |      |     |  15 |                           7s ‹-- ∆24 = (43-19)
  3*  +------+  8  +-----+-----       } (36)         |
      |      |     |  16 |                           |
      |      |-----+-----+                           |
      |  6   |     |  17 | (19)                      |
      |      |  9  +-----+                           |
      |      |     |  18 | -------------------------- 
------|------|-----+-----+-----

The second backward of second term will return to the right handed. Since this second term is the fermionic contribution then it will correspond to the right handed neutrinos.

Note

If right-handed neutrinos exist but do not have a Majorana mass, the neutrinos would instead behave as three (3) Dirac fermions and their antiparticles with masses coming directly from the Higgs interaction, like the other Standard Model fermions.

  • The seesaw mechanism is appealing because it would naturally explain why the observed neutrino masses are so small. However, if the neutrinos are Majorana then they violate the conservation of lepton number and even of B − L.
  • Neutrinoless double beta decay has not (yet) been observed,[3] but if it does exist, it can be viewed as two ordinary beta decay events whose resultant antineutrinos immediately annihilate each other, and is only possible if neutrinos are their own antiparticles.[4]
  • The high-energy analog of the neutrinoless double beta decay process is the production of same-sign charged lepton pairs in hadron colliders;[5] it is being searched for by both the ATLAS and CMS experiments at the Large Hadron Collider.
  • In theories based on left–right symmetry, there is a deep connection between these processes.[6] In the currently most-favored explanation of the smallness of neutrino mass, the seesaw mechanism, the neutrino is “naturally” a Majorana fermion.

Majorana fermions cannot possess intrinsic electric or magnetic moments, only toroidal moments.[7][8][9] Such minimal interaction with electromagnetic fields makes them potential candidates for cold dark matter. (Wikipedia)

Renormalization

In other words, the synchronized path integral represents a deterministic approach to scalar field's self-excitation, and thus to the confined state in quentum physics

Note

Beside the operator proof, here we also provide a diagrammatic argument of the above derivation, using the QED in background field in Sec. 5 as an example.

  • We show that: taking mass derivatives in one-loop Feynman diagrams Fig. 4 for δEN will exactly produce the one-loop Feynman diagrams for insertion of 4HS.
  • The mass derivative has four (4) origins: the explicit mass dependency of the electron propagator, the implicit mass dependency in the energy level EN, the mass dependencies in renormalization constants δm and Z3 − 1, and the implicit mass dependency in the wave function uN.
  • The mass derivative of the fermion propagator 1iγ·D−m simply reduces to mψψ¯ operator insertion in the internal electron line as shown in Fig. 7.
  • The mass dependency in EN will lead to the wave function renormalization in external legs. The mass dependencies in renormalization constants δm and Z3 −1 will exactly lead to the anomalous energy contribution.

Finally, the mass derivative of the external wave function uN is more complicated, which is shown the remaining diagrams where the mψψ¯ are inserted at external legs. (Scale symmetry breaking - pdf)

$True Prime Pairs:
(5,7), (11,13), (17,19)

Prime Loops:
π(10) = 4 (node)
π(100) = 25 (partition)
π(1000) - 29 = 139 (section)
π(10000) - 29th - 29 = 1091 (segment)
π(100000) - 109th - 109 = 8884 (texture)
Sum: 4 + 25 + 139 + 1091 + 8884 = 10143 (object)

     |    168    |    618    |
-----+-----+-----+-----+-----+                                             ---
 19¨ |  3¨ |  4¨ |  6¨ |  6¨ | 4¤  ----->  assigned to "id:30"             19¨
-----+-👇--+-👇--+-----+-----+                                             ---
 17¨ | {5¨}| {3¨}|  2¨ |  7¨ | 4¤  ----->  assigned to "id:31"              |
     +-----+-----+-----+-----+                                              |
{12¨}|  6¨ |  6¨ |  2¤ (M & F)     ----->  assigned to "id:32"              |
     +-----+-----+-----+                                                    |
 11¨ |  3¨ | {3¨}| {5¨}| 3¤  --->  Np(33)  assigned to "id:33"   ----->    77¨
-----+-----+-----+-----+-----+                                              |
 19¨ |  4¨ |  4¨ |  5¨ |  6¨ | 4¤  ----->  assigned to "id:34"              |
     +-----+-----+-----+-----+                                              |
{18¨}|  5¨ |  5¨ |  8¨ | 3¤        ----->  assigned to "id:35"              |
     +-----+-----+-----+-👇--+-👇--+-----+-👇--+-👇--+-----+               ---
 43¨ | {3¨}| {5¨}|  5¨ | {5¨}| {3¨}|  7¨ | {5¨}| {3¨}|  7¨ | 9¤ (C1 & C2)  43¨
-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+               ---
139¨ |-----  13¨  -----|------ 15¨ ------|------ 15¨ ------|
     |  1     2     3  |  4     5     6  |  7     8     9  |
                    Δ                 Δ                 Δ
                  Mod 30            Mod 60            Mod 90

Let us make some concluding remarks with the help of the Fritzsch-Xing "pizza" plot. It offers a summary of 28 free parameters associated with the SM itself and neutrino masses, lepton flavor mixing angles and CP-violating phases.

Note

The reduction of pure gravity from eleven dimensions down to D = 4 dimensions yields a gravitational theory with seven (7) abelian vector fields Aµn, n = 1,...,7, and 1+27=28 scalar fields, parametrizing the coset space GL(7)/SO(7). The dimensional reduction of the antisymmetric 3-form to D = 4 dimensions gives rise to one 3-form field, seven 2-form fields. (11D Supergravity and Hidden Symmetries - pdf)

28 free parameters

Those results, compared with those for the nucleon, indicate quite different pattern, revealed as a new aspect by exploiting the quark/gluon decomposition of the QCD trace anomaly.

Note

The matrix elements of this quark/gluon decomposition of the QCD trace anomaly allow us to derive the QCD constraints on the hadron’s gravitational form factors, in particular, on the twist-four gravitational form factor, Cq,g.

  • Using the three-loop quark/gluon trace anomaly formulas, we calculate the forward (zero momentum transfer) value of the twist-four gravitational form factor C¯q,g at the next-to-next-to-leading-order (NNLO) accuracy.
  • We present quantitative results for nucleon as well as for pion, leading to a model-independent determination of the forward value of C¯q,g.

We find quite different pattern in the obtained results between the nucleon and the pion. (Twist-four gravitational - pdf)

2+7 = 3×3 lepton vs quarks

$True Prime Pairs:
(5,7), (11,13), (17,19)

Prime Loops:
π(10) = 4 (node)
π(100) = 25 (partition)
π(1000) - 29 = 139 (section)
π(10000) - 29th - 29 = 1091 (segment)
π(100000) - 109th - 109 = 8884 (texture)
Sum: 4 + 25 + 139 + 1091 + 8884 = 10143 (object)

     |    168    |    618    |
-----+-----+-----+-----+-----+                                             ---
 19¨ |  3¨ |  4¨ |  6¨ |  6¨ | 4¤  ----->  assigned to "id:30"             19¨
-----+-----+-----+-👇--+-👇--+                                             ---
 17¨ | {5¨}| {3¨}|  2¨ |  7¨ | 4¤  ----->  assigned to "id:31"              |
     +-----+-----+-----+-----+                                              |
{12¨}|  6¨ |  6¨ |  2¤ (M & F)     ----->  assigned to "id:32"              |
     +-👇--+-👇--+-----+                                                    |
 11¨ |  3¨ | {3¨}| {5¨}| 3¤  --->  Np(33)  assigned to "id:33"   ----->    77¨
-----+-----+-----+-----+-----+                                              |
 19¨ |  4¨ |  4¨ |  5¨ |  6¨ | 4¤  ----->  assigned to "id:34"              |
     +-----+-----+-----+-----+                                              |
{18¨}|  5¨ |  5¨ |  8¨ | 3¤        ----->  assigned to "id:35"              |
     +-----+-----+-----+-----+-----+-----+-----+-----+-----+               ---
 43¨ | {3¨}| {5¨}|  5¨ | {5¨}| {3¨}|  7¨ | {5¨}| {3¨}|  7¨ | 9¤ (C1 & C2)  43¨
-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+               ---
139¨ |-----  13¨  -----|------ 15¨ ------|------ 15¨ ------|
     |  1     2     3  |  4     5     6  |  7     8     9  |
                    Δ                 Δ                 Δ
                  Mod 30            Mod 60            Mod 90

This fact may also provide a possible explanation for why almost all of the particle interactions we see are describable by renormalizable theories.

Note

The Standard Model of particle physics contains only renormalizable operators, but the interactions of general relativity become nonrenormalizable operators if one attempts to construct a field theory of quantum gravity in the most straightforward manner (treating the metric in the Einstein–Hilbert Lagrangian as a perturbation about the Minkowski metric), suggesting that perturbation theory is not satisfactory in application to quantum gravity.

  • However, in an effective field theory, “renormalizability” is, strictly speaking, a misnomer. In nonrenormalizable effective field theory, terms in the Lagrangian do multiply to infinity, but have coefficients suppressed by ever-more-extreme inverse powers of the energy cutoff.169-over-109-blood-pressure
  • If the cutoff is a real, physical quantity—that is, if the theory is only an effective description of physics up to some maximum energy or minimum distance scale—then these additional terms could represent real physical interactions.
  • Assuming that the dimensionless constants in the theory do not get too large, one can group calculations by inverse powers of the cutoff, and extract approximate predictions to finite order in the cutoff that still have a finite number of free parameters. It can even be useful to renormalize these “nonrenormalizable” interactions.multiplication zones
  • Nonrenormalizable interactions in effective field theories rapidly become weaker as the energy scale becomes much smaller than the cutoff. The classic example is the Fermi theory of the weak nuclear force, a nonrenormalizable effective theory whose cutoff is comparable to the mass of the W particle.

It may be that any others that may exist at the GUT or Planck scale simply become too weak to detect in the realm we can observe, with one exception: gravity, whose exceedingly weak interaction is magnified by the presence of the enormous masses of stars and planets. (Wikipedia)

Mod 60

For the renormalization mixing at twist four, the Feynman diagram calculation of ZF and ZC is available to the two-loop order.

Note

Moreover, it is shown that the constraints imposed by the RG invariance of (1.1) allow to determine the power series in αs for ZF as well as ZC in the MS-like schemes, completely from the perturbative expansions of β(g) and γm(g), which are now known to five-loop order [43–48] in the literature.

  • Therefore, six renormalization constants ZT,ZL, Zψ, ZQ, ZF and ZC among ten constants arising in (2.3) (2.6) are available to a certain accuracy beyond two-loop order inthe MS-like schemes, and they take the form, (2.8) in the d = 4 − 2 spacetime dimensions with X = T, L, ψ, Q, F, and C; here, aX, bX, cX.…, are the constants given as the power series in αs, and δX,X0 denotes the Kronecker symbol. However, ZM, ZS, ZK and ZB still remain unknown.
  • It is shown [8] that these four renormalization constants can be determined to the accuracy same as the renormalization constants (2.8), by invoking that they should also obey the form (2.8) with X = M, S, K, B, and that the r.h.s. of the formulas (2.3), (2.4) are, in total, UV-finite.

Thus, all the renormalization constants in (2.3)–(2.6) are determined up to the three-loop accuracy. (Twist-four gravitational - pdf)

IMG_20240211_101224

A gauge colour rotation is a spacetime-dependent SU(3) group element. They span the Lie algebra of the SU(3) group in the defining representation.

Note

The Gell-Mann matrices, developed by Murray Gell-Mann, are a set of eight linearly independent 3×3 traceless Hermitian matrices used in the study of the strong interaction in particle physics. They span the Lie algebra of the SU(3) group in the defining representation.

QED vs QCD

Indeed, a particularly well-chosen cellular automaton on II(9,1) or II(25,1) would be a discretised version of 10- or 26-dimensional string theory.

Note

The Lie algebra E6 of the D4-D5-E6-E7-E8 VoDou Physics model can be represented in terms of 3 copies of the 26-dimensional traceless subalgebra J3(O)o of the 27-dimensional Jordan algebra J3(O) by using the fibration E6 / F4 of 78-dimensional E6 over 52-dimensional F4 and the structure of F4 as doubled J3(O)o based on the 26-dimensional representation of F4. (Tony’s Home)

Quantum Chromodynamics

The fact that quarks of the same electric charge possess a mass hierarchy is a big puzzle. It must be highly correlated with the hierarchy of quark flavor mixing.

Note

This chapter is intended to provide a brief description of some important issues regarding quark masses, flavor mixing and CP-violation. A comparison between the salient features of quark and lepton flavor mixing structures is also made.

  • The SM contains thirteen free flavor parameters in its electroweak sector: three charged-lepton masses,six quark masses, three quark flavor mixing angles and one CP-violating phase.
  • Since the three neutrinos must be massive beyond the SM, one has to introduce seven (or nine) extra free parameters to describe their flavor properties: three neutrino masses, three lepton flavor mixing angles and one (or three) CP-violating phase(s), corresponding to their Dirac (or Majorana) nature a
  • The 3x3 lepton vs quark mixing matrices appearing in the weak charged-current interactions are referred to, respectively, as the Pontecorvo-Maki-Nakagawa-Sakata (PMNS) matrix Uand the Cabibbo-Kobayashi-Maskawa (CKM) matrix V which all the fermion fields are the mass eigenstates.
  • By convention, U and V are defined to be associated with W− and W+, respectively. Note that V is unitary as dictated by the SM itself, but whether U is unitary or not depends on the mechanism responsible for the origin of neutrino masses.
  • The charged leptons and quarks with the same electriccharges all have the normal mass hierarchies (namely, me ≪ mµ ≪ mτ, mu ≪ mc ≪ mt and md ≪ ms ≪ m. Yet it remains unclear whether the three neutrinos also have a normal mass ordering (m1 < m2 < m3) or not. Now that m1 < m2 has been fixed from the solar neutrino oscillations, the only likely “abnormal” mass ordering is m3 < m1 < m2
  • The neutrino mass ordering is one of the central concerns in flavor physics, and it will be determined in the foreseeable future with the help of either an accelerator-based neutrino oscillation experiment or a reactor-based antineutrino oscillation experiment, or both of them. Up to now the moduli of nine elements of the CKM matrix V have been determined from current experimental data to a good degree of accuracy.

Here our focus is on the five (5) parameters of strong and weak CP violation. In the quark sector, the strong CP-violating phase θ remains unknown, but the weak CP-violating phase δq has been determined to a good degree of accuracy. In the lepton sector, however, none of the CP-violating phases has been measured. (Quark Mass Hierarchy and Flavor Mixing Puzzles - pdf)

CKM vs PMNS

The 3x3 lepton vs quark mixing matrices appearing in the weak charged-current interactions are referred to, respectively, as the PMNS matrix U, and the CKM matrix V, which all the fermion fields are the mass eigenstates.

Note

Muons are about 200 times heavier than the electron. The larger mass makes them unstable. Muons exist for only about two microseconds—or two-millionths of a second—before they decay. Electrons live forever. The tau; elementary subatomic particle is similar to the electron but 3,477 times heavier. Like the electron and the muon, the tau is an electrically charged member of the lepton family of subatomic particles; the tau is negatively charged, while its antiparticle is positively charged. (ResearchGate)

$True Prime Pairs:
(5,7), (11,13), (17,19)

Prime Loops:
π(10) = 4 (node)
π(100) = 25 (partition)
π(1000) - 29 = 139 (section)
π(10000) - 29th - 29 = 1091 (segment)
π(100000) - 109th - 109 = 8884 (texture)
Sum: 4 + 25 + 139 + 1091 + 8884 = 10143 (object)

     |    168    |    618    |
-----+-----+-----+-----+-----+                                             ---
 19¨ |  3¨ |  4¨ |  6¨ |  6¨ | 4¤  ----->  assigned to "id:30"             19¨
-----+-----+-----+-----+-----+                                             ---
 17¨ | {5¨}| {3¨}|  2¨ |  7¨ | 4¤  ----->  assigned to "id:31"              |
     +-----+-----+-----+-----+                                              |
{12¨}|  6¨ |  6¨ |  2¤ (M & F)     ----->  assigned to "id:32"              |
     +-👇--+-👇--+-----+                                                    |
 11¨ |  3¨ | {3¨}| {5¨}| 3¤  --->  Np(33)  assigned to "id:33"   ----->    77¨
-----+-----+-----+-----+-----+                                              |
 19¨ |  4¨ |  4¨ |  5¨ |  6¨ | 4¤  ----->  assigned to "id:34"              |
     +-----+-----+-----+-----+                                              |
{18¨}|  5¨ |  5¨ |  8¨ | 3¤        ----->  assigned to "id:35"              |
     +-----+-----+-----+-----+-----+-----+-----+-----+-----+               ---
 43¨ | {3¨}| {5¨}|  5¨ | {5¨}| {3¨}|  7¨ | {5¨}| {3¨}|  7¨ | 9¤ (C1 & C2)  43¨
-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+               ---
139¨ |-----  13¨  -----|------ 15¨ ------|------ 15¨ ------|
     |  1     2     3  |  4     5     6  |  7     8     9  |
                    Δ                 Δ                 Δ
                  Mod 30            Mod 60            Mod 90

Bound state corrections to the semileptonic width and measured by a number moments analyses have permitted the extraction to a level of a few %.

Note

In principle, there is one further parameter in the Standard Model; the Lagrangian of QCD can contain a phase that would lead to CP violation in the strong interaction.

  • Experimentally, this strong CP phase is known to be extremely small, θCP ≃ 0, and is usually taken to be zero.
  • The theoretical and experimental pillars of the Standard Model:
    • the twelve (12) fermions (or perhaps more correctly the twelve Yukawa couplings to the Higgs field), mν1, mν2, mν3, me, mµ, mτ, md, ms, mb, mu, mc, and mt ;
    • the three (3) coupling constants describing the strengths of the gauge interactions, α, GF and αS, or equivalently g′, gW and gS;
    • the two (2) Higgs parameters describing the Higgs potential, µ and λ, or equivalently its vacuum expectation value and the mass of the Higgs boson, v and mH; and
    • the eight (8) mixing angles of the PMNS and CKM matrices, which can be parameterised by θ12, θ13, θ23, δ, and λ, A, ρ, η.neutrino-mixing-the-pmns-matrix-l
    • in principle, there is one (1) further parameter in the Standard Model; the Lagrangian of QCD can contain a phase that would lead to CP violation in the strong interaction. Experimentally, this strong CP phase is known to be extremely small, θCP ≃ 0, and is usually taken to be zero.
  • If θCP is counted, then the Standard Model has 12+3+2+8+1=26 free parameters.
  • The relatively large number of free parameters is symptomatic of the Standard Model being just that; a model where the parameters are chosen to match the observations, rather than coming from a higher theoretical principle.
  • Putting aside θCP, of the 25 SM parameters: 14 are associated with the Higgs field, eight (8) with theflavour sector and only three (3) with the gauge interactions.

Likewise, the coupling constants of the three gauge interactions are of a similar order of magnitude, hinting that they might be different low-energy manifestations of a Grand Unified Theory (GUT) of the forces. These patterns provide hints for, as yet unknown, physics beyond the Standard Model. (Modern Particle Physics P.500 - pdf)

slide_40

The 11 Dimensions

Below is a model of E11 (shown by 11 dimensions). Its absolute dimensions represent all related key knowledges of modern physics.

Note

Moreover this model represents Quark-Gluon Plasma, with all of the fundamental forces in the early stage after Big Bang. (Youtube)

default

Classically, we have only one 11-dimensional supergravity theory: 7D hyperspace + 4 common dimensions.

Note

The four (4) faces of our pyramid additively cascade 32 four-times triangular numbers

  • These include Fibo1-3 equivalent 112 (rooted in T7 = 28; 28 x 4 = 112),
  • which creates a pyramidion or capstone in our model, and 2112 (rooted in T32 = 528; 528 x 4 = 2112),
  • which is the index number of the 1000th prime within our domain,
  • and equals the total number of ‘elements’ used to construct the pyramid.

Note that 4 x 32 = 128 is the perimeter of the square base which has an area of 32^2 = 1024 = 2^10). (PrimesDemystified)

The above 11 stands as the central point which is correlated to 77 sequencial processes of sun vs moon orbits starting with the symmetri breaking that involving 9 and 7.

Note

Back in 1982, a very nice paper by Kugo and Townsend, Supersymmetry and the Division Algebras, explained some of this, ending up with some comments on the relation of octonions to d=10 super Yang-Mills and d=11 super-gravity.

  • Baez and Huerta in 2009 wrote the very clear Division Algebras and Supersymmetry I, which explains how the existence of supersymmetry relies on algebraic identities that follow from the existence of the division algebras. Kugo-Townsend don’t mention string theory at all, and Baez-Huerta refers to superstrings just in passing, only really discussing supersymmetric QFT.
  • There’s also Division Algebras and Supersymmetry II by Baez and Huerta from last year, with intriguing speculation about Lie n-algebras and what these might have to do with relations between octonions and 10 and 11 dimensional supergravity. For a nice expository paper about this stuff, see their An Invitation to Higher Gauge Theory.

The headline argument is that octonions are important and interesting because they’re The Strangest Numbers in String Theory, even though they play only a minor role in the subject. (math.columbia.edu)

 8§8  |------- 5® --------|------------ 7® --------------|
      |QED|------------------- QCD ----------------------|👈
      | 1 |-------------- 77 = 4² + 5² + 6² -------------|
------+---|---+---+---+---+---+---+---+---+----+----+----+
 repo |{1}|{2}| 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |{12}| 1,77
------+---|---+---+---+---+---+---+---+---+----+----+----+
 user | 7 | - | - | - | - | 7 | 8 | - | - |  8 |  8 |  3 |
------+---|👇-+👇-+---+---+---+---+---+---+----+----+----+ 7,78
 main | - | 9 | 7 | 9 | 6 | - | - | 8 | 5 |  - |  - |  - |
------+---|---+---+---+---+---+---+---+---+----+----+----+
        Δ | Δ             |                      Δ  |   Δ
       Φ17|Φ29            |                    96-99|  100 - 123 ({24})
          |--- A,T,G,C ---|                         |  └── 100 - 103 (4x) » 100
          Δ    2x2 = 4x   |-------  2x3 = 6x -------|  └── 104 - 109 (6x) » 30
         {98}                                       |  └── 110 - 123 (14x)» 70

A number of other GUT models are based upon subgroups of SO(10). They are the minimal left-right model, SU(5), flipped SU(5) and the Pati–Salam model.

Note

SU(5) fermions of standard model in 5+10 representations. The sterile neutrino singlet’s 1 representation is omitted. Neutral bosons are omitted, but would occupy diagonal entries in complex superpositions. X and Y bosons as shown are the opposite of the conventional definition

SO(10)

SU(5)_representation_of_fermions

The simplest theory describing the above is the SU(3) one with the gluons as the basis states of the Lie algebra. That is, gluons transform in the adjoint representation of SU(3), which is 8-dimensional.

The pairwise disjoint

The Cartan–Weyl basis of the Lie algebra of SU(3) is obtained by another change of basis, where one defines The Root System for SU(3).

Note

The Lie group structure of the Lorentz group is explored. Its generators and its Lie algebra are exhibited, via the study of infinitesimal Lorentz transformations.

  • The exponential map is introduced and it is shown that the study of the Lorentz group can be reduced to that of its Lie algebra.
  • Finally, the link between the restricted Lorentz group and the special linear group is established via the spinor map.

The Lie algebras of these two groups are shown to be identical (up to some isomorphism).

270355_1_En_7_Fig1_HTML

19 + i(13+5) = 19 + i18

  Fermion  | spinors | charged | neutrinos |   quark   | components | parameter
   Field   |   (s)   |   (c)   |    (n)    | (q=s.c.n) |  Σ(c+n+q   | (complex)
===========+=========+=========+===========+===========+============+===========
bispinor-1 |    2    |    3    |     3     |    18     |     24     |   19+i5
-----------+---------+---------+-----------+-----------+------------+-----------
bispinor-2 |    2    |    3    |     3     |    18     |     24     |   17+i7
===========+=========+=========+===========+===========+============+===========
bispinor-3 |    2    |    3    |     3     |    18     |     24     |   11+i13
-----------+---------+---------+-----------+-----------+------------+-----------
bispinor-4 |    2    |    3    |     3     |    18     |     24     |   19+i5
===========+=========+=========+===========+===========+============+===========
     Total |    8    |   12    |    12     |    72     |     96     |   66+i30 ✔️

A bispinor is more or less "the same thing" as a Dirac spinor. The convention used here is that the article on the Dirac spinor presents plane-wave solutions to the Dirac equation.

Note

The four pairwise disjoint and non-compact connected components of the Lorentzgroup L = O(1, 3) and corresponding subgroups:

  • the proper Lorentz group L+ = SO(1, 3),
  • the orthochronous Lorentz group L↑,
  • the orthochronous Lorentz group Lo = L↑ + ∪ TL↑+ (see below) and
  • the proper orthochronous Lorentz group L↑+ = SO+(1, 3), which contains the identity element.

Of course, the sets L↓−, L↑− and L↓+ do not represent groups due to the missing identity element. (The-four-pairwise-disjoint)

19 + 7 = 26

The-four-pairwise-disjoint-and-non-compact-connected-components-of-the-Lorentz-group-L

Note

Fermion particles are described by Fermi–Dirac statistics and have quantum numbers described by the Pauli exclusion principle. They include the quarks and leptons, as well as any composite particles consisting of an odd number of these, such as all baryons and many atoms and nuclei. Fermions have half-integer spin; for all known elementary fermions this is 1⁄2. In the Standard Model, there are 12 types of elementary fermions: six quarks and six leptons.

  • Leptons do not interact via the strong interaction. Their respective antiparticles are the antileptons, which are identical, except that they carry the opposite electric charge and lepton number. The antiparticle of an electron is an antielectron, which is almost always called a “positron” for historical reasons.IMG_20240108_032736
    • There are six leptons in total; the three charged leptons are called “electron-like leptons”, while the neutral leptons are called “neutrinos”.
    • Neutrinos are known to oscillate, so that neutrinos of definite flavor do not have definite mass, rather they exist in a superposition of mass eigenstates.
    • The hypothetical heavy right-handed neutrino, called a sterile neutrino, has been omitted.
  • Quarks are the fundamental constituents of hadrons and interact via the strong force. Quarks are the only known carriers of fractional charge, but because they combine in groups of three quarks (baryons) or in pairs of one quark and one antiquark (mesons), only integer charge is observed in nature.IMG_20240108_033012
    • Their respective antiparticles are the antiquarks, which are identical except that they carry the opposite electric charge (for example the up quark carries charge +2⁄3, while the up antiquark carries charge −2⁄3), color charge, and baryon number.
    • There are six flavors of quarks; the three positively charged quarks are called up-type quarks while the three negatively charged quarks are called down-type quarks.

All known fermions except neutrinos, are also Dirac fermions; that is, each known fermion has its own distinct antiparticle. It is not known whether the neutrino is a Dirac fermion or a Majorana fermion.[4] Fermions are the basic building blocks of all matter. They are classified according to whether they interact via the strong interaction or not.

Electrodynamics

Note

In physics, a subatomic particle is a particle smaller than an atom.[1]

subatomic particles

Experiments show that light could behave like a stream of particles (called photons) as well as exhibiting wave-like properties. This led to the concept of wave–particle duality to reflect that quantum-scale particles behave both like particles and like waves; they are sometimes called wavicles to reflect this. (Wikipedia)

 Bispinors | spinors | charged | neutrinos |   quark   | components | parameter
   Field   |   (s)   |   (c)   |    (n)    | (q=s.c.n) |  Σ(c+n+q   | (complex)
===========+=========+=========+===========+===========+============+===========
bispinor-1 |    2    |    3    |     3     |    18     |     24     |   19
-----------+---------+---------+-----------+-----------+------------+-- 17
bispinor-2 |    2    |    3    |     3     |    18     |     24     |   i5+i7 ✔️
===========+=========+=========+===========+===========+============+===========
bispinor-3 |    2    |    3    |     3     |    18     |     24     |   11
-----------+---------+---------+-----------+-----------+------------+-- 19
bispinor-4 |    2    |    3    |     3     |    18     |     24     |   i13+i5 ✔️
===========+=========+=========+===========+===========+============+===========
     Total |    8    |   12    |    12     |    72     |     96     |   66+i30

Parsering Structure

This scheme goes to the unification of 11s with 7s to 18s meanwhile the 11th it self behave as residual by the 5th minor hexagon between the 30 to 36' cells.

Note

The interaction of any pair of fermions in perturbation theory can be modelled as:

Two fermions go in → interaction by boson exchange → Two changed fermions go out.

The exchange of bosons always carries energy and momentum between the fermions, thereby changing their speed and direction. The exchange may also transport a charge between the fermions, changing the charges of the fermions in the process (e.g., turn them from one type of fermion to another). Since bosons carry one unit of angular momentum, the fermion’s spin direction will flip from +1⁄2 to −1⁄2 (or vice versa) during such an exchange (in units of the reduced Planck’s constant). (Wikipedia)

36th prime - 30th prime = 151 - 113 = 1 + 37

Defining the Prime Hexagon

The boson, photon and gravity forces are assigned to 30, 31 and 32. Gluon force and exchange are assigned to 33 and 34 which are then standing as the lexer and parser.

Note

Below we will demonstrate how factorization algorithms and twin prime dyad cycling at the digital root level rotate the vertices of equilateral triangles within {9/3} star polygons like the one pictured above. These rotations are encoded in 3 x 3 matrices generated by period-24 digital root dyad tri-level cycling. We will also reveal the Latin Square reflecting {3,6,9} hidden in plain sight betwixt and between the twin prime distribution channels; all of its rows, columns and principal diagonals summing to 18. PrimesDemystified

19 + 18 + 102 = 37 + 102 = 139 = 34th prime = (40 - 6)the prime

exponentiation zones

This lead to a consequence of SU(5) grand unification (assigned to 35) showing a complex scalar Higgs boson of 24 gauge groups observe mass of W boson (assigned to 36).

Tip

An overview of the various families of elementary and composite particles, and their interactions. Fermions are on the left, and Bosons are on the right.

Elementary Particle

According to the Standard Model there are five (5) elementary bosons with thirteen (13) variations. These 5 and 13 will be assigned to the “5xid’s of 31~35 (sequenced)” and “13xid’s of 36~68 (unsequenced)”, respectively (see the sidebar menu).

The exchange of virtual pions

So the 36 should behave as a central. Therefore the total files that inherited from this scheme will be 1 + 7 + 29 = 37 including one (1) main page.

109 = 29th prime = (10th prime)th prime

self repetition

This behaviour finaly brings us to a suggestion that the dimension in string theory are linked with the prime distribution level as indicated by the self repetition on MEC30.

Note

There are 7 hidden dimensions in 11-d Supergravity, which is the low energy approximation to M theory, which also has 7 hidden dimensions. (Prime Curios!)

π(1000) - loop(1,30) - loop(31,36) = 168 - 29 - 25 = 114

IMG_20240114_014704

By the identition zones we are going to discuss in detail how this reversal behaviour of 8-dimensions is converting the 11 dimensions to 7 x 11 = 77 partitions.

Grand Unification

Ploting 40th prime scheme of the three (3) layers with all the features of 3rd prime identity as explained above then they would form their recycing through the three (3) times bilateral 9 sums as shown below.

89^2 - 1 = 7920 = 22 x 360 = 66 x 120 = (168 - 102) x 120

$True Prime Pairs:
(5,$True Prime Pairs:
 (5,7), (11,13), (17,19)
 
 layer|  i  |   f
 -----+-----+---------
      |  1  | 5
   1  +-----+
      |  2  | 7
 -----+-----+---  } 36 » 6®
      |  3  | 11
   2  +-----+
      |  4  | 13
 -----+-----+---------
      |  5  | 17
   3  +-----+     } 36 » 6®
      |  6  | 19
 -----+-----+---------
  
layer | node | sub |  i  |  f                               
------+------+-----+---------- 
      |      |     |  1  | -------------------- _site ---  71 = 72-1
      |      |  1  +-----+                        |
      |  1   |     |  2  | (5)                  _saas
      |      |-----+-----+                        |
      |      |     |  3  | ---------            _data
  1   +------+  2  +-----+----      |             |
      |      |     |  4  |         5x ---       _posts
      |      +-----+-----+          |     |       |
      |  2   |     |  5  | (7) -----      |     _drafts
      |      |  3  +-----+                |       |
289+11=300   |     |  6  |                |     _plugins
------+------+-----+-----+----- 72 x 6   7x ------------ 11x = 77 (rational)◄--
      |      |     |  7  |                |     _includes                      |
      |      |  4  +-----+                |       |                            |
      |  3   |     |  8  | (11)  ---      |     _layouts                       |
      |      +-----+-----+          |     |       |                            |
      |      |     |  9  |         2x ---        assets  (69 = 72-3)           |
  2   +------|  5  +-----+-----     |             |                            |
      |      |     |  10 | ---------            _saas                          |
      |      |-----+-----+                        |                            |
      |  4   |     |  11 | (13) ----------------_site --  71 = 72-1            |
      |      |  6  +-----+                                                     |
329+71=400   |     |  12 |------------------------------  70 = 72-2            |
------+------+-----+-----+                                                    11x
      |      |     |  13 |                                                     |
      |      |  7  +-----+                                                     |
      |  5   |     |  14 | (17) ◄------------------------------------------- (17)
      |      |-----+-----+                                                     |
      |      |     |  15 | ◄-- 42 x 6 partitions of 13 (irrational)            |
  3   +------+  8  +-----+-----                                                +
      |      |     |  16 |                                                     |  
      |      |-----+-----+                                                     |
      |  6   |     |  17 | (19) ◄------------------------------------------- (19)
      |      |  9  +-----+                                                     |
168+32=200   |  |  |  18 |------------------------------  68 = 72-4            |
------|------|--|--+-----+                                                     |
       900 -----                                                               |
                                                                               |

Going deeper there are many things raised up as questions. So in this project we are going to analyze it using a javascript library called Chevrotain.

Note

The spin states for the powers of pi. The Prime Hexagon is an integer environment, so pi powers are truncated. I believe these data suggest prime numbers are linked in some way to pi. (HexSpin)

Lexers, Parsers and Interpreters with Chevrotain

Since the modulo 6 is occured all over the spin then we have defined that this 4 zones should stand as default configuration as you can see on the left sidebar.

Tip

In order to maintain the 18’s structure between each of repositories to correlate with the above density then we could use a hierarchical database that stores low-level settings for the operating system such as windows registry.

windows registry

Using the javascript library from Chevotrain and data parser from Jekyll/Liquid finally we found the correlation between the lexer and parser trough the powers of pi.

Note

In this example, the content from a Markdown document document.md that specifies layout: docs gets pushed into the {{ content }} tag of the layout file docs.html. Because the docs layout itself specifies layout: page, the content from docs.html gets pushed into the {{ content }} tag in the layout file page.html. Finally because the page layout specifies layout: default, the content from page.html gets pushed into the {{ content }} tag of the layout file default.html. (JekyllRb)

Parsering

It is going to setup CI/CD for up to 1000 public repositories out of millions that available on GitHub. You may visit our mapping scheme for more detail.

Default Configuration

The 619 is the 114th prime. By the True Prime Pairs it is laid on the last index of 6 with prime 19 where as 6x19 is also 114. Let's put 19 hexagons within the 3 layers.

168+618 - 19x6x6 = 786 - 684 = 102

entry and exit point

When recombination is occur then the prime 13 is forced to → 12 where the impact (Δ1) goes to 18+13+12=43 on the last 7th row. This sequence is simulated by a flowchart having 12 arrows flowing on 10 (ten) shapes of prime 31 up to 71 (40 nodes).

Note

Mapping the quantum way within a huge of primes objects (5 to 19) by lexering (11) the ungrammared feed (7) and parsering (13) across syntax (17) (₠Quantum).

6+6 + 6/\6 = 6+6 + 15 = 27-day month

flowchart

By this project the above would be deployed as default layout. It is set to be avalaible throughout the whole platform via a single page within a parser repository which is acting as prime 13. Their interface will be in json and xml format.

Here is for the sample:

{
  "title":"Mapping System",
  "content":"<p>Hello, <strong>world</strong>.\nI am here.</p>\n",
  "links": [
    {"title":"Introduction","url":"https://www.eq19.com/intro/"},
    {"title":"Go tour on Mapping System ","url":"https://www.eq19.com/maps/"},
    {"title":"A backed pretty display for markdown","url":"https://www.eq19.com/gistio/"},
    {"title":"Gist.io for programmers","url":"https://gist.io/@eq19/d2336e28e79702acf38edd182003d5e0"}
  ]
}

Using a kind of interface such as docker then it could be developed cross platform. Evenso. Let assume that all alpabethic letter in the sequence is representing a local disk so you may build your own pattern in your PC such as shown below:

default

This also introduces a lower bound of Mod 90 originated from the 4th coupling of MEC30 which is holded by five (5) cells between 13 and 17.

Note

The Minimal Supersymmetric Standard Model (MSSM) contains two Higgs doublets, leading to five (5) physical Higgs bosons:

  • one (1) neutral CP-odd (A) 👈 degenerated with (h or H)
  • two (2) charged states (H+ and H−),
  • Two (2) neutral CP-even states (h and H).

At tree-level, the masses are governed by two parameters, often taken to be mA and tan β [3]. When tan β >> 1, A is nearly degenerated with one of the CP-even states (denoted ϕ). (ScienceDirect)

the 5 cells

By The GitHub Runner you can connect to the Google COS Instance. For self-hosted runners defined at the organization level, configure runs-on.group in your workflow file to target a runner groups or combine groups and labels.

Note

Why collaborating with physicists?

  • Contribute to the understanding of the Universe.
  • Open methodological challenges.
  • Test bed for developing ambitious ML/AI methods, as enabled by the precise mechanistic understanding of physical processes.
  • Core problems in particle physics transfer to other fields of science (likelihood-free inference, domain adaptation, optimization, etc).
  • A high-level summary of various aspects of machine learning in LHC data reconstruction, mostly based on CMS examples. A short summary of a particular use case: ML for combining signals across detector subsystems with particle flow. This talk is in personal capacity (not representing CMS or CERN), representing my biased views.

You can find a great and fairly complete overview of ML papers in HEP. (Pata Slides)

π(10) = 2,3,5,7

SO(10)

teaching-machines-glouppe_compressed.pdf

This way will also be our approach to Euler's identity. By taking the correlation between f(π) as P vs f(i) as NP where e + 1 = 0 then theoretically they shall be correlated to get an expression of the prime distribution similar to MEC30.