Theorems · Theorem · commutative algebra
PowerSeries.exp_unique_of_derivative_eq_self
∀ {A : Type u_3} [inst : CommRing A] [inst_1 : Algebra ℚ A] [IsAddTorsionFree A] {f : PowerSeries A},
(PowerSeries.derivative A) f = f → PowerSeries.constantCoeff f = 1 → f = PowerSeries.exp AA power series with derivative equal to itself and constant term 1 must be exp.
The proof uses induction on coefficients: if f' = f and f(0) = 1, then
coeff (n+1) f * (n+1) = coeff n f, which determines all coefficients uniquely.
- Defined in
- Mathlib.RingTheory.PowerSeries.Exp
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- RingHomstatement · cited by 10,189
- mul_commproof · cited by 2,262
- PowerSeriesstatement and proof · cited by 797
- nsmul_eq_mulproof · cited by 369
- PowerSeries.coeffproof · cited by 324
- Derivationstatement · cited by 293
- IsAddTorsionFreestatement and proof · cited by 155
- PowerSeries.constantCoeffstatement and proof · cited by 126
- Nat.cast_succproof · cited by 99
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.