Documentation

Mathlib.Analysis.Normed.Group.AddCircle

The additive circle as a normed group #

We define the normed group structure on AddCircle p, for p : ℝ. For example if p = 1 then: ‖(x : AddCircle 1)‖ = |x - round x| for any x : ℝ (see UnitAddCircle.norm_eq).

Main definitions: #

TODO #

@[simp]
theorem AddCircle.norm_coe_mul (p x t : ) :
(t * x) = |t| * x
@[simp]
theorem AddCircle.norm_eq (p : ) {x : } :
theorem AddCircle.norm_eq' (p : ) (hp : 0 < p) {x : } :
x = p * |p⁻¹ * x - (round (p⁻¹ * x))|
theorem AddCircle.norm_le_half_period (p : ) {x : AddCircle p} (hp : p 0) :
@[simp]
theorem AddCircle.norm_coe_eq_abs_iff (p : ) {x : } (hp : p 0) :
x = |x| |x| |p| / 2
theorem AddCircle.norm_div_natCast {p : } [hp : Fact (0 < p)] {m n : } :
(m / n * p) = p * ((m % n (n - m % n)) / n)