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]
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]
@[simp]