Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit ca3d21f

Browse files
ericrbgkim-em
andcommitted
chore(number_theory/bernoulli_polynomials): tidy docs (#16705)
Co-authored-by: Scott Morrison <scott@tqft.net>
1 parent 19a70dc commit ca3d21f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/number_theory/bernoulli_polynomials.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ variables {A : Type*} [comm_ring A] [algebra ℚ A]
196196
-- TODO: define exponential generating functions, and use them here
197197
-- This name should probably be updated afterwards
198198

199-
/-- The theorem that `∑ Bₙ(t)X^n/n!)(e^X-1)=Xe^{tX}` -/
199+
/-- The theorem that $(e^X - 1) * ∑ Bₙ(t)* X^n/n! = Xe^{tX}$ -/
200200
theorem bernoulli_generating_function (t : A) :
201201
mk (λ n, aeval t ((1 / n! : ℚ) • bernoulli n)) * (exp A - 1) =
202202
power_series.X * rescale t (exp A) :=

0 commit comments

Comments
 (0)