Set family operations #
This file defines a few binary operations on Finset α for use in set family combinatorics.
Main declarations #
Finset.sups s t: Finset of elements of the forma ⊔ bwherea ∈ s,b ∈ t.Finset.infs s t: Finset of elements of the forma ⊓ bwherea ∈ s,b ∈ t.Finset.disjSups s t: Finset of elements of the forma ⊔ bwherea ∈ s,b ∈ tandaandbare disjoint.Finset.diffs: Finset of elements of the forma \ bwherea ∈ s,b ∈ t.Finset.compls: Finset of elements of the formaᶜwherea ∈ s.
Notation #
We define the following notation in locale FinsetFamily:
s ⊻ tforFinset.supss ⊼ tforFinset.infss ○ tforFinset.disjSups s ts \\ tforFinset.diffssᶜˢforFinset.compls
References #
[B. Bollobás, Combinatorics][bollobas1986]
s ⊻ t is the finset of elements of the form a ⊔ b where a ∈ s, b ∈ t.
Equations
Instances For
s ⊼ t is the finset of elements of the form a ⊓ b where a ∈ s, b ∈ t.
Equations
Instances For
The finset of elements of the form a ⊔ b where a ∈ s, b ∈ t and a and b are disjoint.
Equations
Instances For
The finset of elements of the form a ⊔ b where a ∈ s, b ∈ t and a and b are disjoint.
Equations
Instances For
s \\ t is the finset of elements of the form a \ b where a ∈ s, b ∈ t.
Equations
Instances For
s \\ t is the finset of elements of the form a \ b where a ∈ s, b ∈ t.
Equations
Instances For
sᶜˢ is the finset of elements of the form aᶜ where a ∈ s.
Equations
Instances For
sᶜˢ is the finset of elements of the form aᶜ where a ∈ s.
Equations
Instances For
Alias of the reverse direction of Finset.compls_nonempty.
Alias of the forward direction of Finset.compls_nonempty.