The opposite of a set #
The opposite of a set s
is simply the set obtained by taking the opposite of each member of s
.
@[simp]
@[simp]
@[simp]
@[simp]
The members of the opposite of a set are in bijection with the members of the set itself.
Equations
- s.opEquiv_self = { toFun := fun (x : ↑s.op) => ⟨Opposite.unop ↑x, ⋯⟩, invFun := fun (x : ↑s) => ⟨Opposite.op ↑x, ⋯⟩, left_inv := ⋯, right_inv := ⋯ }
Instances For
@[simp]
theorem
Set.opEquiv_self_symm_apply_coe
{α : Type u_1}
(s : Set α)
(x : ↑s)
:
↑(s.opEquiv_self.symm x) = Opposite.op ↑x
@[simp]
theorem
Set.opEquiv_self_apply_coe
{α : Type u_1}
(s : Set α)
(x : ↑s.op)
:
↑(s.opEquiv_self x) = Opposite.unop ↑x