Theorems · Theorem · field theory
Quaternion.expSeries_odd_of_imaginary
∀ {q : Quaternion ℝ},
q.re = 0 →
∀ (n : ℕ),
((NormedSpace.expSeries ℝ (Quaternion ℝ) (2 * n + 1)) fun x => q) =
((-1) ^ n * ‖q‖ ^ (2 * n + 1) / ↑(2 * n + 1).factorial / ‖q‖) • qThe odd terms of expSeries are real, and correspond to the series for
$\frac{q}{‖q‖} \sin ‖q‖$.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 178 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
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
- Realstatement and proof · cited by 25,697
- Norm.normstatement and proof · cited by 5,413
- Nat.cast_oneproof · cited by 2,501
- MulZeroClass.mul_zeroproof · cited by 2,091
- eq_or_neproof · cited by 1,117
- ContinuousMultilinearMapstatement · cited by 1,016
- smul_zeroproof · cited by 665
- Nat.factorialstatement and proof · cited by 616
- pow_succproof · cited by 374
- Int.cast_oneproof · cited by 371
- norm_zeroproof · cited by 366
Cited by1
Results whose statement or proof uses this declaration.
- Quaternion.hasSum_expSeries_of_imaginaryproof · cited by 1