Documentation

TauCeti.Analysis.Normed.Algebra.LogOneAdd.Naturality

Naturality of the local logarithm #

This file proves that continuous ring homomorphisms commute with the power series for log (1 + u) on the open unit ball. It also packages this local identity as an equality of germs at the origin.

Main results #

References #

theorem NormedSpace.map_logOneAddSeries_apply {๐•‚ : Type u_1} {๐•ƒ : Type u_2} {A : Type u_3} {B : Type u_4} [Field ๐•‚] [CharZero ๐•‚] [Field ๐•ƒ] [CharZero ๐•ƒ] [Ring A] [Algebra ๐•‚ A] [TopologicalSpace A] [IsTopologicalRing A] [Ring B] [Algebra ๐•ƒ B] [TopologicalSpace B] [IsTopologicalRing B] {F : Type u_5} [FunLike F A B] [RingHomClass F A B] (f : F) {n : โ„•} (v : Fin n โ†’ A) :
f ((logOneAddSeries ๐•‚ A n) v) = (logOneAddSeries ๐•ƒ B n) (โ‡‘f โˆ˜ v)

Ring homomorphisms commute with each homogeneous term of logOneAddSeries.

theorem NormedSpace.map_logOneAdd_of_norm_lt_one {๐•‚ : Type u_1} {๐•ƒ : Type u_2} {A : Type u_3} {B : Type u_4} [NontriviallyNormedField ๐•‚] [CharZero ๐•‚] [Field ๐•ƒ] [CharZero ๐•ƒ] [ContinuousSMul โ„šโ‰ฅ0 ๐•‚] [NormedRing A] [NormedAlgebra ๐•‚ A] [Ring B] [Algebra ๐•ƒ B] [TopologicalSpace B] [IsTopologicalRing B] [CompleteSpace A] {F : Type u_5} [FunLike F A B] [RingHomClass F A B] [T2Space B] (f : F) (hf : Continuous โ‡‘f) {u : A} (hu : โ€–uโ€– < 1) :
f (logOneAdd ๐•‚ A u) = logOneAdd ๐•ƒ B (f u)

Continuous ring homomorphisms commute with logOneAdd on the open unit ball.

theorem NormedSpace.eventually_map_logOneAdd {๐•‚ : Type u_1} {๐•ƒ : Type u_2} {A : Type u_3} {B : Type u_4} [NontriviallyNormedField ๐•‚] [CharZero ๐•‚] [Field ๐•ƒ] [CharZero ๐•ƒ] [ContinuousSMul โ„šโ‰ฅ0 ๐•‚] [NormedRing A] [NormedAlgebra ๐•‚ A] [Ring B] [Algebra ๐•ƒ B] [TopologicalSpace B] [IsTopologicalRing B] [CompleteSpace A] {F : Type u_5} [FunLike F A B] [RingHomClass F A B] [T2Space B] (f : F) (hf : Continuous โ‡‘f) :
โˆ€แถ  (u : A) in nhds 0, f (logOneAdd ๐•‚ A u) = logOneAdd ๐•ƒ B (f u)

A continuous ring homomorphism commutes with logOneAdd near the origin.

theorem NormedSpace.map_logOneAdd_germ {๐•‚ : Type u_1} {๐•ƒ : Type u_2} {A : Type u_3} {B : Type u_4} [NontriviallyNormedField ๐•‚] [CharZero ๐•‚] [Field ๐•ƒ] [CharZero ๐•ƒ] [ContinuousSMul โ„šโ‰ฅ0 ๐•‚] [NormedRing A] [NormedAlgebra ๐•‚ A] [Ring B] [Algebra ๐•ƒ B] [TopologicalSpace B] [IsTopologicalRing B] [CompleteSpace A] {F : Type u_5} [FunLike F A B] [RingHomClass F A B] [T2Space B] (f : F) (hf : Continuous โ‡‘f) :
โ†‘(โ‡‘f โˆ˜ logOneAdd ๐•‚ A) = (โ†‘(logOneAdd ๐•ƒ B)).compTendsto โ‡‘f โ‹ฏ

Continuous ring homomorphisms commute with the germ of logOneAdd at the origin.