Documentation

Mathlib.Data.Set.Sups

Set family operations #

This file defines a few binary operations on Set α for use in set family combinatorics.

Main declarations #

Notation #

We define the following notation in locale SetFamily:

References #

[B. Bollobás, Combinatorics][bollobas1986]

class HasSups (α : Type u_4) :
Type u_4

Notation typeclass for pointwise supremum .

  • sups : ααα

    The point-wise supremum a ⊔ b of a, b : α.

Instances
    class HasInfs (α : Type u_4) :
    Type u_4

    Notation typeclass for pointwise infimum .

    • infs : ααα

      The point-wise infimum a ⊓ b of a, b : α.

    Instances

      The point-wise supremum a ⊔ b of a, b : α.

      Equations
      Instances For

        The point-wise infimum a ⊓ b of a, b : α.

        Equations
        Instances For
          def Set.hasSups {α : Type u_2} [SemilatticeSup α] :

          s ⊻ t is the set of elements of the form a ⊔ b where a ∈ s, b ∈ t.

          Equations
          Instances For
            @[simp]
            theorem Set.mem_sups {α : Type u_2} [SemilatticeSup α] {s t : Set α} {c : α} :
            c s t as, bt, a b = c
            theorem Set.sup_mem_sups {α : Type u_2} [SemilatticeSup α] {s t : Set α} {a b : α} :
            a sb ta b s t
            theorem Set.sups_subset {α : Type u_2} [SemilatticeSup α] {s₁ s₂ t₁ t₂ : Set α} :
            s₁ s₂t₁ t₂s₁ t₁ s₂ t₂
            theorem Set.sups_subset_left {α : Type u_2} [SemilatticeSup α] {s t₁ t₂ : Set α} :
            t₁ t₂s t₁ s t₂
            theorem Set.sups_subset_right {α : Type u_2} [SemilatticeSup α] {s₁ s₂ t : Set α} :
            theorem Set.image_subset_sups_left {α : Type u_2} [SemilatticeSup α] {s t : Set α} {b : α} :
            theorem Set.image_subset_sups_right {α : Type u_2} [SemilatticeSup α] {s t : Set α} {a : α} :
            theorem Set.forall_sups_iff {α : Type u_2} [SemilatticeSup α] {s t : Set α} {p : αProp} :
            (∀ cs t, p c) as, bt, p (a b)
            @[simp]
            theorem Set.sups_subset_iff {α : Type u_2} [SemilatticeSup α] {s t u : Set α} :
            s t u as, bt, a b u
            @[simp]
            theorem Set.Nonempty.sups {α : Type u_2} [SemilatticeSup α] {s t : Set α} :
            theorem Set.Nonempty.of_sups_left {α : Type u_2} [SemilatticeSup α] {s t : Set α} :
            theorem Set.Nonempty.of_sups_right {α : Type u_2} [SemilatticeSup α] {s t : Set α} :
            @[simp]
            theorem Set.empty_sups {α : Type u_2} [SemilatticeSup α] {t : Set α} :
            @[simp]
            theorem Set.sups_empty {α : Type u_2} [SemilatticeSup α] {s : Set α} :
            @[simp]
            theorem Set.sups_eq_empty {α : Type u_2} [SemilatticeSup α] {s t : Set α} :
            @[simp]
            theorem Set.singleton_sups {α : Type u_2} [SemilatticeSup α] {t : Set α} {a : α} :
            @[simp]
            theorem Set.sups_singleton {α : Type u_2} [SemilatticeSup α] {s : Set α} {b : α} :
            theorem Set.singleton_sups_singleton {α : Type u_2} [SemilatticeSup α] {a b : α} :
            theorem Set.sups_union_left {α : Type u_2} [SemilatticeSup α] {s₁ s₂ t : Set α} :
            theorem Set.sups_union_right {α : Type u_2} [SemilatticeSup α] {s t₁ t₂ : Set α} :
            s (t₁ t₂) = s t₁ s t₂
            theorem Set.sups_inter_subset_left {α : Type u_2} [SemilatticeSup α] {s₁ s₂ t : Set α} :
            theorem Set.sups_inter_subset_right {α : Type u_2} [SemilatticeSup α] {s t₁ t₂ : Set α} :
            s (t₁ t₂) s t₁ s t₂
            theorem Set.image_sups {F : Type u_1} {α : Type u_2} {β : Type u_3} [SemilatticeSup α] [SemilatticeSup β] [FunLike F α β] [SupHomClass F α β] (f : F) (s t : Set α) :
            theorem Set.subset_sups_self {α : Type u_2} [SemilatticeSup α] {s : Set α} :
            theorem Set.sups_subset_self {α : Type u_2} [SemilatticeSup α] {s : Set α} :
            @[simp]
            theorem Set.sups_eq_self {α : Type u_2} [SemilatticeSup α] {s : Set α} :
            theorem Set.sep_sups_le {α : Type u_2} [SemilatticeSup α] (s t : Set α) (a : α) :
            {b : α | b s t b a} = {b : α | b s b a} {b : α | b t b a}
            @[simp]
            theorem Set.image_sup_prod {α : Type u_2} [SemilatticeSup α] (s t : Set α) :
            image2 (fun (x1 x2 : α) => x1 x2) s t = s t
            theorem Set.sups_assoc {α : Type u_2} [SemilatticeSup α] (s t u : Set α) :
            theorem Set.sups_comm {α : Type u_2} [SemilatticeSup α] (s t : Set α) :
            theorem Set.sups_left_comm {α : Type u_2} [SemilatticeSup α] (s t u : Set α) :
            theorem Set.sups_right_comm {α : Type u_2} [SemilatticeSup α] (s t u : Set α) :
            s t u = s u t
            theorem Set.sups_sups_sups_comm {α : Type u_2} [SemilatticeSup α] (s t u v : Set α) :
            def Set.hasInfs {α : Type u_2} [SemilatticeInf α] :

            s ⊼ t is the set of elements of the form a ⊓ b where a ∈ s, b ∈ t.

            Equations
            Instances For
              @[simp]
              theorem Set.mem_infs {α : Type u_2} [SemilatticeInf α] {s t : Set α} {c : α} :
              c s t as, bt, a b = c
              theorem Set.inf_mem_infs {α : Type u_2} [SemilatticeInf α] {s t : Set α} {a b : α} :
              a sb ta b s t
              theorem Set.infs_subset {α : Type u_2} [SemilatticeInf α] {s₁ s₂ t₁ t₂ : Set α} :
              s₁ s₂t₁ t₂s₁ t₁ s₂ t₂
              theorem Set.infs_subset_left {α : Type u_2} [SemilatticeInf α] {s t₁ t₂ : Set α} :
              t₁ t₂s t₁ s t₂
              theorem Set.infs_subset_right {α : Type u_2} [SemilatticeInf α] {s₁ s₂ t : Set α} :
              theorem Set.image_subset_infs_left {α : Type u_2} [SemilatticeInf α] {s t : Set α} {b : α} :
              theorem Set.image_subset_infs_right {α : Type u_2} [SemilatticeInf α] {s t : Set α} {a : α} :
              theorem Set.forall_infs_iff {α : Type u_2} [SemilatticeInf α] {s t : Set α} {p : αProp} :
              (∀ cs t, p c) as, bt, p (a b)
              @[simp]
              theorem Set.infs_subset_iff {α : Type u_2} [SemilatticeInf α] {s t u : Set α} :
              s t u as, bt, a b u
              @[simp]
              theorem Set.Nonempty.infs {α : Type u_2} [SemilatticeInf α] {s t : Set α} :
              theorem Set.Nonempty.of_infs_left {α : Type u_2} [SemilatticeInf α] {s t : Set α} :
              theorem Set.Nonempty.of_infs_right {α : Type u_2} [SemilatticeInf α] {s t : Set α} :
              @[simp]
              theorem Set.empty_infs {α : Type u_2} [SemilatticeInf α] {t : Set α} :
              @[simp]
              theorem Set.infs_empty {α : Type u_2} [SemilatticeInf α] {s : Set α} :
              @[simp]
              theorem Set.infs_eq_empty {α : Type u_2} [SemilatticeInf α] {s t : Set α} :
              @[simp]
              theorem Set.singleton_infs {α : Type u_2} [SemilatticeInf α] {t : Set α} {a : α} :
              @[simp]
              theorem Set.infs_singleton {α : Type u_2} [SemilatticeInf α] {s : Set α} {b : α} :
              theorem Set.singleton_infs_singleton {α : Type u_2} [SemilatticeInf α] {a b : α} :
              theorem Set.infs_union_left {α : Type u_2} [SemilatticeInf α] {s₁ s₂ t : Set α} :
              theorem Set.infs_union_right {α : Type u_2} [SemilatticeInf α] {s t₁ t₂ : Set α} :
              s (t₁ t₂) = s t₁ s t₂
              theorem Set.infs_inter_subset_left {α : Type u_2} [SemilatticeInf α] {s₁ s₂ t : Set α} :
              theorem Set.infs_inter_subset_right {α : Type u_2} [SemilatticeInf α] {s t₁ t₂ : Set α} :
              s (t₁ t₂) s t₁ s t₂
              theorem Set.image_infs {F : Type u_1} {α : Type u_2} {β : Type u_3} [SemilatticeInf α] [SemilatticeInf β] [FunLike F α β] [InfHomClass F α β] (f : F) (s t : Set α) :
              theorem Set.subset_infs_self {α : Type u_2} [SemilatticeInf α] {s : Set α} :
              theorem Set.infs_self_subset {α : Type u_2} [SemilatticeInf α] {s : Set α} :
              @[simp]
              theorem Set.infs_self {α : Type u_2} [SemilatticeInf α] {s : Set α} :
              theorem Set.sep_infs_le {α : Type u_2} [SemilatticeInf α] (s t : Set α) (a : α) :
              {b : α | b s t a b} = {b : α | b s a b} {b : α | b t a b}
              @[simp]
              theorem Set.image_inf_prod {α : Type u_2} [SemilatticeInf α] (s t : Set α) :
              image2 (fun (x x_1 : α) => x x_1) s t = s t
              theorem Set.infs_assoc {α : Type u_2} [SemilatticeInf α] (s t u : Set α) :
              theorem Set.infs_comm {α : Type u_2} [SemilatticeInf α] (s t : Set α) :
              theorem Set.infs_left_comm {α : Type u_2} [SemilatticeInf α] (s t u : Set α) :
              theorem Set.infs_right_comm {α : Type u_2} [SemilatticeInf α] (s t u : Set α) :
              s t u = s u t
              theorem Set.infs_infs_infs_comm {α : Type u_2} [SemilatticeInf α] (s t u v : Set α) :
              theorem Set.sups_infs_subset_left {α : Type u_2} [DistribLattice α] (s t u : Set α) :
              theorem Set.sups_infs_subset_right {α : Type u_2} [DistribLattice α] (s t u : Set α) :
              theorem Set.infs_sups_subset_left {α : Type u_2} [DistribLattice α] (s t u : Set α) :
              theorem Set.infs_sups_subset_right {α : Type u_2} [DistribLattice α] (s t u : Set α) :
              @[simp]
              @[simp]