This document formalizes the algebraic structures in the Mħπ system, providing a rigorous mathematical foundation for symbolic operations.
The Mħπ system defines several algebraic structures. A key feature of the system is that these structures remain valid and consistent even under the core postulate of Informational Mass, where [M] = [Ω][T]⁻¹
. The test suite verifies the axioms described below hold true within this new physical framework.
The primary domains are:
γ^μ
, form a non-commutative algebra where the order of operations matters.A commutative ring is an algebraic structure consisting of a set equipped with two binary operations (addition and multiplication) that satisfy certain axioms.
In Mħπ, the commutative ring consists of symbolic expressions that don’t involve non-commuting quantum or tensor operators.
For symbolic expressions a, b, c in the commutative domain:
A non-commutative algebra is an algebraic structure where the multiplication operation is not commutative. In Mħπ, this primarily applies to quantum mechanical operators and Dirac gamma matrices.
For quantum operators A, B, C:
The Mħπ simplification engine recognizes and applies specific commutation and anti-commutation relations that define the algebra, such as:
[x, p] = iħ
{γ^μ, γ^ν} = 2g^μν
Mħπ carefully separates the different algebraic domains. The simplify.rs
engine respects these separations, applying the appropriate rules based on the domain of the expression. For example, it will reorder factors in a commutative product but preserve the order in a non-commutative one. The tests/algebra_structure.rs
file contains property-based tests that verify these axioms hold by comparing the canonical forms of equivalent expressions.