Mathlib Map

Theorems · Definition · number theory

Nat.divisorsAntidiagonalList

ℕ → List (ℕ × ℕ)

Pairs of divisors of a natural number, as a list. n.divisorsAntidiagonalList is the list of pairs (a, b) : ℕ × ℕ such that a * b = n, ordered by increasing a. By convention, we set Nat.divisorsAntidiagonalList 0 = [].

Defined in
Mathlib.NumberTheory.Divisors
Cited by
12 results in Mathlib
Foundations
Depth 20 from the axioms · uses no axioms

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites0

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Nothing in Mathlib beyond the foundations.

Cited by12

Results whose statement or proof uses this declaration.