Aritmiler
Aritmiler is a term used in theoretical discussions to describe a class of abstract entities that perform arithmetic transformations on numbers or symbolic expressions. In this framework, an aritmiler acts as a mapping or rule that takes input data and outputs another value in a way that respects basic arithmetic laws. Aritmiler can be deterministic, producing a single result, or nondeterministic, yielding a set of possible results. They are used to model arithmetic reasoning in algorithms, formal proofs, and educational tools, where the focus is on the transformation rather than the underlying computation.
Formally, an aritmiler can be described as a function T from a domain D (typically natural numbers
Examples: Increment aritmiler T(n) = n+1; running-sum aritmiler T(seq) returns the sequence of partial sums; modular aritmiler
History and terminology: The term aritmiler appears in limited sources and is not widely standardized. In some
See also: arithmetic progression, automaton, arithmetic circuit, transducer, term rewriting.