exprimes
Exprimes is a term used in some mathematical and theoretical computer science literature to denote irreducible expressions under a specified reduction or simplification framework. The term is a portmanteau of expression and prime, reflecting a notion of irreducibility analogous to prime numbers in arithmetic.
Definition: Let L be a formal language equipped with a one-step reduction relation ->. An expression e
Variants: Some authors restrict exprimes to a subset of constants or to expressions that cannot be factorized
Examples: In a simple arithmetic language with the rule a+b -> c for some constant c, the expressions
Applications: Normal-form analysis, simplification and compilation, automated theorem proving, symbolic computation.
See also: Normal form, irreducible element, term rewriting system, prime element.
References: This is a general concept used in theoretical discussions; specific definitions vary by rewriting system.