Bill Allombert on Tue, 27 Apr 2021 11:46:46 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Finding n mod p^(D-1) given A=g^n mod p^D |
On Tue, Apr 27, 2021 at 12:09:54PM +0300, Georgi Guninski wrote: > We asked this on mathoverlow [1], but didn't get answer. > > Let p be prime and n,g,D integers. Let A=g^n mod p^D > > Let dlog(p,g,A,D)=log(A+O(p^D))/log(g+O(p^D)). > > Conjecture 1: dlog(p,g,A,D) mod p^(D-1) = n mod p^(D-1) Your function is not defined for all (p,g,A,D). Otherwise this follows from the definition of the Iwasawa logarithm. Cheers, Bill