Documentation

Mathlib.NumberTheory.Harmonic.Defs

This file defines the harmonic numbers.

def harmonic :
โ„• โ†’ โ„š

The nth-harmonic number defined as a finset sum of consecutive reciprocals.

Instances For
    @[simp]
    theorem harmonic_succ (n : โ„•) :
    harmonic (n + 1) = harmonic n + (โ†‘(n + 1))โปยน