Documentation

FormalConjecturesForMathlib.NumberTheory.Amicable

Amicable numbers #

Two natural numbers $a$ and $b$ are amicable if $\sigma(a) = \sigma(b) = a + b$, where $\sigma$ is the sum-of-divisors function.

structure IsAmicable (a b : ) :

We say that $a,b\in \mathbb{N}$ are an amicable pair if $\sigma(a)=\sigma(b)=a+b$.

Instances For