Documentation

Mathlib.Algebra.Order.Group.Pointwise.CompleteLattice

Infima/suprema in ordered monoids and groups #

In this file we prove a few facts like “The infimum of -s is - the supremum of s”.

TODO #

sSup (s • t) = sSup s • sSup t and sInf (s • t) = sInf s • sInf t hold as well but CovariantClass is currently not polymorphic enough to state it.

@[simp]
theorem csSup_one {M : Type u_3} [ConditionallyCompleteLattice M] [One M] :
sSup 1 = 1
@[simp]
theorem csSup_zero {M : Type u_3} [ConditionallyCompleteLattice M] [Zero M] :
sSup 0 = 0
@[simp]
theorem csInf_one {M : Type u_3} [ConditionallyCompleteLattice M] [One M] :
sInf 1 = 1
@[simp]
theorem csInf_zero {M : Type u_3} [ConditionallyCompleteLattice M] [Zero M] :
sInf 0 = 0
theorem csSup_inv {M : Type u_3} [ConditionallyCompleteLattice M] [Group M] [MulLeftMono M] [MulRightMono M] {s : Set M} (hs₀ : s.Nonempty) (hs₁ : BddBelow s) :
theorem csSup_neg {M : Type u_3} [ConditionallyCompleteLattice M] [AddGroup M] [AddLeftMono M] [AddRightMono M] {s : Set M} (hs₀ : s.Nonempty) (hs₁ : BddBelow s) :
sSup (-s) = -sInf s
theorem csInf_inv {M : Type u_3} [ConditionallyCompleteLattice M] [Group M] [MulLeftMono M] [MulRightMono M] {s : Set M} (hs₀ : s.Nonempty) (hs₁ : BddAbove s) :
theorem csInf_neg {M : Type u_3} [ConditionallyCompleteLattice M] [AddGroup M] [AddLeftMono M] [AddRightMono M] {s : Set M} (hs₀ : s.Nonempty) (hs₁ : BddAbove s) :
sInf (-s) = -sSup s
theorem csSup_mul {M : Type u_3} [ConditionallyCompleteLattice M] [Group M] [MulLeftMono M] [MulRightMono M] {s : Set M} {t : Set M} (hs₀ : s.Nonempty) (hs₁ : BddAbove s) (ht₀ : t.Nonempty) (ht₁ : BddAbove t) :
sSup (s * t) = sSup s * sSup t
theorem csSup_add {M : Type u_3} [ConditionallyCompleteLattice M] [AddGroup M] [AddLeftMono M] [AddRightMono M] {s : Set M} {t : Set M} (hs₀ : s.Nonempty) (hs₁ : BddAbove s) (ht₀ : t.Nonempty) (ht₁ : BddAbove t) :
sSup (s + t) = sSup s + sSup t
theorem csInf_mul {M : Type u_3} [ConditionallyCompleteLattice M] [Group M] [MulLeftMono M] [MulRightMono M] {s : Set M} {t : Set M} (hs₀ : s.Nonempty) (hs₁ : BddBelow s) (ht₀ : t.Nonempty) (ht₁ : BddBelow t) :
sInf (s * t) = sInf s * sInf t
theorem csInf_add {M : Type u_3} [ConditionallyCompleteLattice M] [AddGroup M] [AddLeftMono M] [AddRightMono M] {s : Set M} {t : Set M} (hs₀ : s.Nonempty) (hs₁ : BddBelow s) (ht₀ : t.Nonempty) (ht₁ : BddBelow t) :
sInf (s + t) = sInf s + sInf t
theorem csSup_div {M : Type u_3} [ConditionallyCompleteLattice M] [Group M] [MulLeftMono M] [MulRightMono M] {s : Set M} {t : Set M} (hs₀ : s.Nonempty) (hs₁ : BddAbove s) (ht₀ : t.Nonempty) (ht₁ : BddBelow t) :
sSup (s / t) = sSup s / sInf t
theorem csSup_sub {M : Type u_3} [ConditionallyCompleteLattice M] [AddGroup M] [AddLeftMono M] [AddRightMono M] {s : Set M} {t : Set M} (hs₀ : s.Nonempty) (hs₁ : BddAbove s) (ht₀ : t.Nonempty) (ht₁ : BddBelow t) :
sSup (s - t) = sSup s - sInf t
theorem csInf_div {M : Type u_3} [ConditionallyCompleteLattice M] [Group M] [MulLeftMono M] [MulRightMono M] {s : Set M} {t : Set M} (hs₀ : s.Nonempty) (hs₁ : BddBelow s) (ht₀ : t.Nonempty) (ht₁ : BddAbove t) :
sInf (s / t) = sInf s / sSup t
theorem csInf_sub {M : Type u_3} [ConditionallyCompleteLattice M] [AddGroup M] [AddLeftMono M] [AddRightMono M] {s : Set M} {t : Set M} (hs₀ : s.Nonempty) (hs₁ : BddBelow s) (ht₀ : t.Nonempty) (ht₁ : BddAbove t) :
sInf (s - t) = sInf s - sSup t
theorem sSup_one {M : Type u_3} [CompleteLattice M] [One M] :
sSup 1 = 1
theorem sSup_zero {M : Type u_3} [CompleteLattice M] [Zero M] :
sSup 0 = 0
theorem sInf_one {M : Type u_3} [CompleteLattice M] [One M] :
sInf 1 = 1
theorem sInf_zero {M : Type u_3} [CompleteLattice M] [Zero M] :
sInf 0 = 0
theorem sSup_inv {M : Type u_3} [CompleteLattice M] [Group M] [MulLeftMono M] [MulRightMono M] (s : Set M) :
theorem sSup_neg {M : Type u_3} [CompleteLattice M] [AddGroup M] [AddLeftMono M] [AddRightMono M] (s : Set M) :
sSup (-s) = -sInf s
theorem sInf_inv {M : Type u_3} [CompleteLattice M] [Group M] [MulLeftMono M] [MulRightMono M] (s : Set M) :
theorem sInf_neg {M : Type u_3} [CompleteLattice M] [AddGroup M] [AddLeftMono M] [AddRightMono M] (s : Set M) :
sInf (-s) = -sSup s
theorem sSup_mul {M : Type u_3} [CompleteLattice M] [Group M] [MulLeftMono M] [MulRightMono M] (s : Set M) (t : Set M) :
sSup (s * t) = sSup s * sSup t
theorem sSup_add {M : Type u_3} [CompleteLattice M] [AddGroup M] [AddLeftMono M] [AddRightMono M] (s : Set M) (t : Set M) :
sSup (s + t) = sSup s + sSup t
theorem sInf_mul {M : Type u_3} [CompleteLattice M] [Group M] [MulLeftMono M] [MulRightMono M] (s : Set M) (t : Set M) :
sInf (s * t) = sInf s * sInf t
theorem sInf_add {M : Type u_3} [CompleteLattice M] [AddGroup M] [AddLeftMono M] [AddRightMono M] (s : Set M) (t : Set M) :
sInf (s + t) = sInf s + sInf t
theorem sSup_div {M : Type u_3} [CompleteLattice M] [Group M] [MulLeftMono M] [MulRightMono M] (s : Set M) (t : Set M) :
sSup (s / t) = sSup s / sInf t
theorem sSup_sub {M : Type u_3} [CompleteLattice M] [AddGroup M] [AddLeftMono M] [AddRightMono M] (s : Set M) (t : Set M) :
sSup (s - t) = sSup s - sInf t
theorem sInf_div {M : Type u_3} [CompleteLattice M] [Group M] [MulLeftMono M] [MulRightMono M] (s : Set M) (t : Set M) :
sInf (s / t) = sInf s / sSup t
theorem sInf_sub {M : Type u_3} [CompleteLattice M] [AddGroup M] [AddLeftMono M] [AddRightMono M] (s : Set M) (t : Set M) :
sInf (s - t) = sInf s - sSup t