The local Baker--Campbell--Hausdorff map #
This file defines the germ at (0, 0) represented by
logOneAdd (exp x * exp y - 1) in a complete real normed algebra. Using a germ records
that this expression is a local logarithm; its values away from the origin
have no mathematical role.
The exponential of this germ is the product of the two exponentials. Its restrictions to either coordinate axis are the identity germ, and its chosen representative is analytic at the origin.
Main declarations #
NormedSpace.localBCH: the local Baker--Campbell--Hausdorff germ.NormedSpace.localBCH_def: its defining representative equation.NormedSpace.localBCH_sliceLeftandNormedSpace.localBCH_sliceRight: the endpoint equations.NormedSpace.localBCH_map_exp: the local exponential equation.NormedSpace.analyticAt_localBCH_representative: the defining representative is analytic at the origin.NormedSpace.localBCH_tendsto: the germ tends to zero at the origin.NormedSpace.eq_localBCH_of_tendsto_of_map_exp_eq: uniqueness among germs tending to zero with the same exponential image.NormedSpace.map_localBCH: continuous ring homomorphisms commute with the local BCH germ.
References #
- Lie groups and the Lie algebra correspondence roadmap, Deliverable A, Layer 3, "Baker--Campbell--Hausdorff".
The germ at (0, 0) represented by the local logarithm
fun p ↦ logOneAdd ℝ A (exp p.1 * exp p.2 - 1) of exp p.1 * exp p.2.
Equations
- NormedSpace.localBCH A = ↑fun (p : A × A) => NormedSpace.logOneAdd ℝ A (NormedSpace.exp p.1 * NormedSpace.exp p.2 - 1)
Instances For
localBCH is the germ of fun p ↦ logOneAdd ℝ A (exp p.1 * exp p.2 - 1).
The local Baker--Campbell--Hausdorff germ takes the value zero at the origin.
Restricting the local Baker--Campbell--Hausdorff germ to the first coordinate axis gives the identity germ.
Restricting the local Baker--Campbell--Hausdorff germ to the second coordinate axis gives the identity germ.
Applying exponential to the local Baker--Campbell--Hausdorff germ gives the germ of the product of the two exponentials.
The representative defining localBCH is analytic at the origin.
The local Baker--Campbell--Hausdorff germ tends to zero at the origin.
A germ tending to zero with the same exponential image as localBCH equals localBCH.
Continuous ring homomorphisms commute with the local Baker--Campbell--Hausdorff germ.