Documentation

Mathlib.Analysis.Normed.Order.Lattice

Normed lattice ordered groups #

Motivated by the theory of Banach Lattices, we then define NormedLatticeAddCommGroup as a lattice with a covariant normed group addition satisfying the solid axiom.

Main statements #

We show that a normed lattice ordered group is a topological lattice with respect to the norm topology.

References #

Tags #

normed, lattice, ordered, group

Normed lattice ordered groups #

Motivated by the theory of Banach Lattices, this section introduces normed lattice ordered groups.

class HasSolidNorm (α : Type u_1) [NormedAddCommGroup α] [Lattice α] :

Let α be an AddCommGroup with a Lattice structure. A norm on α is solid if, for a and b in α, with absolute values |a| and |b| respectively, |a| ≤ |b| implies ‖a‖ ≤ ‖b‖.

Instances
    theorem norm_le_norm_of_abs_le_abs {α : Type u_1} [NormedAddCommGroup α] [Lattice α] [HasSolidNorm α] {a b : α} (h : |a| ≤ |b|) :

    If α has a solid norm, then the balls centered at the origin of α are solid sets.

    Let α be a normed commutative group equipped with a partial order covariant with addition, with respect which α forms a lattice. Suppose that α is solid, that is to say, for a and b in α, with absolute values |a| and |b| respectively, |a| ≤ |b| implies ‖a‖ ≤ ‖b‖. Then α is said to be a normed lattice ordered group.

    Instances
      @[instance 100]

      A normed lattice ordered group is an ordered additive commutative group

      Equations
      theorem dual_solid {α : Type u_1} [NormedLatticeAddCommGroup α] (a b : α) (h : b ⊓ -b ≤ a ⊓ -a) :
      @[instance 100]

      Let α be a normed lattice ordered group, then the order dual is also a normed lattice ordered group.

      Equations
      theorem norm_inf_sub_inf_le_add_norm {α : Type u_1} [NormedLatticeAddCommGroup α] (a b c d : α) :
      ‖a ⊓ b - c ⊓ d‖ ≤ ‖a - c‖ + ‖b - d‖
      theorem norm_sup_sub_sup_le_add_norm {α : Type u_1} [NormedLatticeAddCommGroup α] (a b c d : α) :
      ‖a ⊔ b - c ⊔ d‖ ≤ ‖a - c‖ + ‖b - d‖
      @[instance 100]

      Let α be a normed lattice ordered group. Then the infimum is jointly continuous.

      @[instance 100]

      Let α be a normed lattice ordered group. Then α is a topological lattice in the norm topology.

      theorem norm_abs_sub_abs {α : Type u_1} [NormedLatticeAddCommGroup α] (a b : α) :
      theorem norm_sup_sub_sup_le_norm {α : Type u_1} [NormedLatticeAddCommGroup α] (x y z : α) :
      ‖x ⊔ z - y ⊔ z‖ ≤ ‖x - y‖
      theorem norm_inf_sub_inf_le_norm {α : Type u_1} [NormedLatticeAddCommGroup α] (x y z : α) :
      ‖x ⊓ z - y ⊓ z‖ ≤ ‖x - y‖
      theorem lipschitzWith_sup_right {α : Type u_1} [NormedLatticeAddCommGroup α] (z : α) :
      LipschitzWith 1 fun (x : α) => x ⊔ z