The Innovative Structural Independence from the Absolute Value in the
MFP Method
Author: Marlon Fernando Polegato
Abstract
This article presents a formal analysis of the core innovation of the MFP Method (Pattern-
Based Factorization Method), which lies in its independence from the absolute value of the
number under test. By operating with redistributive decimal projections and a fixed set of
multipliers, the method transforms the problem of primality verification into a structural
and modular process, breaking with the traditional dependency on the magnitude of n. The
article formalizes this property, presents complete formulations, and demonstrates why
this approach is a significant contribution to number theory and symbolic computation.
1. Introduction
Traditional primality tests usually depend on the magnitude of the number. The MFP
Method introduces a paradigm shift by treating large numbers with the same operational
structure applied to small numbers. The definitions are formalized below, highlighting the
main structural innovation.
2. Definitions and Formulations of the MFP Method
Let n > 1 be an integer. Define a fixed set of multipliers: k ∈ {3, 7, 9, 11, 1}. For each k:
- Projected product: nk = n × k
- Decimal projection: A = floor(nk / 10)
- Decimal remainder: d₀ = nk mod 10
- Candidate divisors: dᵢ = d₀ + 10·i
Stopping criteria:
- If dᵢ > A or dᵢ > sqrt(nk), stop the process.
Composition criterion:
- If dᵢ > 1 and A mod dᵢ = 0, compute q = A / dᵢ
- If q > 1 and n mod dᵢ = 0, then dᵢ is a real divisor of n.
3. Structural Innovation: Independence from |n|
The MFP method avoids direct use of the absolute value of n by operating in a redistributive
decimal projection. The number n is transformed via nk = n·k and then projected as A =