History of Values of the $p$-adic arithmetic-geometric mean

back to table · edit · history · where entries came from · files

compare when who what
2026-08-17 01:22 bmatschke the definition did not say which square root the iteration takes, and over Q_p the two choices give different limits; it now states the convention the values follow current
2026-08-14 21:30 bmatschke how well the digits are known: proven (p-adic arithmetic, precision tracked by Qp)
2026-08-13 22:05 bmatschke how well the digits are known: proven (p-adic arithmetic, precision tracked by Qp)
2026-08-09 09:12 flattening entries rewritten as records with named parameters
2026-08-09 08:34 data-repository import the current state of the data repository reviewed
2021-05-07 18:02 bmatschke from the data repository, 4e5ca646
2021-05-07 17:53 bmatschke from the data repository, 42a87287
2021-04-30 12:12 bmatschke from the data repository, 698e7e1f

What changed between 2026-08-14 21:30 and 2026-08-17 01:22

from line 1 (12 lines, 4 more than before) @@ -1,8 +1,12 @@
 Title: Values of the $p$-adic arithmetic-geometric mean-Definition: The $p$-adic arithmetic-geometric mean $\text{agm}_p(a,b)$ of two $p$-adic+Definition: 'The $p$-adic arithmetic-geometric mean $\text{agm}_p(a,b)$ of two $p$-adic   numbers $a$ and $b$ is defined as the simultaneous limit $\lim a_n = \lim g_n$  of   the sequences $(a_n)$ and $(g_n)$ given by $a_0 = a$, $g_0 = b$,  $a_{n+1} = (a_n   + g_n)/2$,  $g_{n+1} = \sqrt{a_n g_n}$.  This table lists values of $\text{agm}_p(a,b)$  for-  certain pairs of integers $a$ and $b$.+  certain pairs of integers $a$ and $b$. Over $\mathbb{Q}_p$ the equation $g_{n+1}^2+  = a_n g_n$ has two solutions and they lead to different limits, so the iteration+  alone does not determine the value: here $g_{n+1}$ is the square root nearer to+  $a_{n+1}$, that is the one for which $|g_{n+1} - a_{n+1}|_p$ is smaller. This is+  the convention used by PARI, whose $\texttt{agm}$ produced the values below.' Parameters:   p:
from line 24 (7 lines, 3 more than before) @@ -20,4 +24,7 @@
   formula-symmetric: $\text{agm}_p(a,b) = \text{agm}_p(b,a)$   formula-diagonal: $\text{agm}_p(a,a) = a$+  formula-step-invariance: '$\text{agm}_p(a,b) = \text{agm}_p\left(\frac{a+b}{2},+    \sqrt{ab}\right)$ for the same choice of root, which is what makes the choice+    checkable: only one of the two satisfies it.' Programs: {} References: {} 

Sign in to restore an earlier version.