Mathlib Map

Theorems · Theorem · field theory

Quaternion.expSeries_even_of_imaginary

∀ {q : Quaternion ℝ},
  q.re = 0 →
    ∀ (n : ℕ),
      ((NormedSpace.expSeries ℝ (Quaternion ℝ) (2 * n)) fun x => q) = ↑((-1) ^ n * ‖q‖ ^ (2 * n) / ↑(2 * n).factorial)

The even terms of expSeries are real, and correspond to the series for $\cos ‖q‖$.

Defined in
Mathlib.Analysis.Normed.Algebra.QuaternionExponential
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.

Cites25

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.