cours/fonction arithmétique.md
Oscar Plaisant 602a41e7f8 update
2024-12-25 22:30:24 +01:00

13 lines
438 B
Markdown

up::[[arithmétique]]
title:: "fonction $\sigma$ telle que :", "$\text{pgcd}(m, n) = 1 \implies \sigma(mn) = \sigma(m)\sigma(n)$"
#s/maths/arithmétique
---
> [!definition] Fonction arithmétique
> Soit $\sigma : \mathbb{N} \to \mathbb{N}$ une fonction
> On dit que $\sigma$ est une **fonction arithmétique** quand :
> Soient $(m, n) \in \mathbb{N}^{2}$
> $\text{pgcd}(m, n) = 1 \implies \sigma(mn) = \sigma(m)\sigma(n)$
^definition