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 #
- [Meyer-Nieberg, Banach lattices][MeyerNieberg1991]
Tags #
normed, lattice, ordered, group
Normed lattice ordered groups #
Motivated by the theory of Banach Lattices, this section introduces normed lattice ordered groups.
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
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.
- norm : α → ℝ
- add : α → α → α
- zero : α
- nsmul : ℕ → α → α
- nsmul_zero : ∀ (x : α), AddMonoid.nsmul 0 x = 0
- nsmul_succ : ∀ (n : ℕ) (x : α), AddMonoid.nsmul (n + 1) x = AddMonoid.nsmul n x + x
- neg : α → α
- sub : α → α → α
- zsmul : ℤ → α → α
- zsmul_zero' : ∀ (a : α), SubNegMonoid.zsmul 0 a = 0
- zsmul_succ' : ∀ (n : ℕ) (a : α), SubNegMonoid.zsmul (Int.ofNat (Nat.succ n)) a = SubNegMonoid.zsmul (Int.ofNat n) a + a
- zsmul_neg' : ∀ (n : ℕ) (a : α), SubNegMonoid.zsmul (Int.negSucc n) a = -SubNegMonoid.zsmul (↑(Nat.succ n)) a
- dist : α → α → ℝ
- edist : α → α → ENNReal
- edist_dist : ∀ (x y : α), PseudoMetricSpace.edist x y = ENNReal.ofReal (dist x y)
- toUniformSpace : UniformSpace α
- uniformity_dist : uniformity α = ⨅ (ε : ℝ), ⨅ (_ : ε > 0), Filter.principal {p : α × α | dist p.1 p.2 < ε}
- toBornology : Bornology α
- sup : α → α → α
- le : α → α → Prop
- lt : α → α → Prop
- le_refl : ∀ (a : α), a ≤ a
- inf : α → α → α
Instances
A normed lattice ordered group is an ordered additive commutative group
Equations
- NormedLatticeAddCommGroup.toOrderedAddCommGroup = OrderedAddCommGroup.mk ⋯
Let α
be a normed lattice ordered group, then the order dual is also a
normed lattice ordered group.
Equations
- One or more equations did not get rendered due to their size.
Let α
be a normed lattice ordered group. Then the infimum is jointly continuous.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Let α
be a normed lattice ordered group. Then α
is a topological lattice in the norm topology.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯