EULER'S f-FUNCTION AS DIFFERENTIAL OPERATOR

A polynomial operator P is a differential operator or of differential type if deg(P p(x)) = deg(p(x)) - 1 (Combinatorial Theory, Martin Aigner, p. 100, Springer-Verlag, 1979). (Examples: Dx(xn) = n·xn-1, for CONTINUOUS derivative Dx; D(s(xn)) = n·s(xn-1), where Dis the FINITE or DISCRETE derivative and s(x) is the STIRLING FUNCTION OF THE 2ND KIND, for FUNCTAND x.)

I'll show that Euler's f-function is a differential operator on my Partorial-function. And challenge Madsters to explore the consequences.

To DEFINE the Partorial-function, I first DEFINE my Primorial-function.

DEF. #n is THE NTH PRIMORIAL IF, AND ONLY IF, #n IS THE PRODUCT OF THE FIRST n PRIMES, n = 1,2,3,..., with #0 = 1, BY DEFINITION. Thus, #1 = 2; #2 = 2·3 = 6; #3 = 2·3·5 = 30; etc. Note that #(n+1) = #n·pn, where pn is THE nTH PRIME.

(In Mathematica,#[n_] := Prime[n] * #[n-1]; #[1] := 2. Thus, #[30] = 31610054640417607788145206291543662493274686990.)

DEF. ##n is THE NTH PARTORIAL IF, AND ONLY IF, ##n IS THE PRODUCT OF THE FIRST n PRIMORIALS, n = 1,2,3,... Thus, ##1 = 2; ##2 = 22·3 = 12; ##3 = 23·32·5 = 360; etc. Note that ##(n+1) = ##n·(#n), where #n is THE nTH PRIMORIAL.

(In Mathematica, ##[n_] := #[n] * ##[n - 1]; #[1] := 2. Thus, #[10] = 37481813439427687898244906452608585200000000. I chose the label "partorial" to INDICATE that THIS FUNCTION CANONICALLY PARTITIONS THE FACTORIAL FUNCTION. Thus, THE DENSITY FUNCTION OF ##3 = 360 YIELDS 1, 3, 5, 6, 5, 3, 1, that is, 1 WAY OF CHOOSING 0 (OR ALL) FACTORS of 360; 3 WAYS OF CHOOSING 1 (OR 5) FACTORS; 5 WAYS OF CHOOSING 2 (or 4) FACTORS; 6 WAYS OF CHOOSING 3 FACTORS; and 1+3+5+6+5+3+1 = 24 = 4!.)

As is well known, Euler's f-function, for functand m, specifies the count of numbers relatively prime to m (do not divide m), by the FORMULA: for k the number of prime factors of m, f(m) = m(1 - 1/p1)(1 - 1/p2)...(1 - 1/pk) = f(m) = mPi=1i=k((pi - 1)/pi).

Whence this f-pattern?

But how does it transform into the form given above -- with the (1 - pi) terms?

  1. RULE OF EQUIVALENCE: MULTIPLY & DIVIDE ANY NUMBER m BY THE SAME NONZERO NUMBER, AND IT IS UNCHANGED: m = (k/k)m, if k is NONZERO. So, applying this rule, we have: f(n) = (n/n)(p1 - 1)·(p1 - 1)·...·(pk - 1).
  2. Moving the denominator n after the "range"-product, we have f(n) = (n)[(p1 - 1)·(p1 - 1)·...·(pk - 1)]/n
  3. .
  4. Remember, the denominator term, n, CAN BE EXPANDED AS THE PRODUCT OF k PRIMES: n = p1·p2·...·pk. And EACH OF THOSE PRIMES IS UNIQUELY ASSOCIATED WITH A RANGE TERM IN THE PRODUCT. So, we CAN MOVE EACH PRIME IN THE GENERAL DENOMINATOR to BECOME DENOMINATOR OF A PRODUCT TERM: f(n) = (n)[(p1 - 1) ·(p1 - 1)·...·(pk - 1)]/[p1·p2·...·pk] = n[((p1 - 1)/p1)·((p1 - 1)/p2) ·...·((pk - 1))/pk].
  5. Finally, look at a single RATIO on the right-hand side of this, say, (p1 - 1)/p1. We can DIVIDE THROUGH to obtain: (p1 - 1)/p1 = (1 - 1/p1). And similarly with the other terms. So we obtain the original formula, above: f(m) = mPi=1i=k((pi - 1)/pi).

Given Euler's f-function, ##n my partorial function, #n my primorial function, pi the ith prime, and reprise of some results above:

The "differential" result is proven as a Corollary to a Theorem on ##n, proven by means of two Lemmas on #n adapted from these last (4) results.

LEMMA I: f(#n) = Pi=1i=(pi - 1), from (1), (2).

LEMMA II: f(#n)=Pi=1i=f(pi), from (3).

Theorem:f(##n) = ##(n-1)·f(#n).

Proof:
f(##n) =##n·Pi=1i=n(1 - 1/pi), from (1) and DEFINITIONS.

f(##n) =##n·[Pi=1i=n(pi - 1)]/Pi=1i=n(pi), by simple algebra.

f(##n) =[(##n)/Pi=1i=n(pi))]·[Pi=1i=n(pi - 1)], bringing denominator forward.

f(##n) =[(##n/#n)]·[Pi=1i=n(pi - 1)], by DEF. of #n.

f(##n) =##(n - 1)·[Pi=1i=n(pi - 1)], by (4).

f(##n) =##(n - 1)·(#n), by DEF. OF #n.

f(##n) =##(n - 1)·Pi=1i=f(pi), from LEMMA II.

COROLLARY: f IS A DIFFERENTIAL OPERATOR on ##n. (Sends ##n into multiple of ##(n - 1).)


MADSTERS: