Theorems · Theorem · commutative algebra
PowerSeries.exp_mul_exp_eq_exp_add
∀ {A : Type u_4} [inst : CommRing A] [inst_1 : Algebra ℚ A] (a b : A),
(PowerSeries.rescale a) (PowerSeries.exp A) * (PowerSeries.rescale b) (PowerSeries.exp A) =
(PowerSeries.rescale (a + b)) (PowerSeries.exp A)Shows that $e^{aX} * e^{bX} = e^{(a + b)X}$
- Defined in
- Mathlib.RingTheory.PowerSeries.Exp
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites39
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
- Finset.sumproof · cited by 5,195
- Algebra.algebraMapproof · cited by 4,706
- one_mulproof · cited by 2,841
- Finset.sum_congrproof · cited by 2,323
- Finset.rangeproof · cited by 1,341
- map_mulproof · cited by 1,137
- PowerSeriesstatement and proof · cited by 797
- Nat.factorialproof · cited by 616
Cited by2
Results whose statement or proof uses this declaration.
- PowerSeries.exp_pow_eq_rescale_expproof · cited by 2
- PowerSeries.exp_mul_exp_neg_eq_oneproof · cited by 1