English
There is a canonical inverse equivalence from αᵒᵈ to α, namely ofDual : αᵒᵈ ≃ α, which is the identity.
Русский
Существуют канонические обратные биекции от αᵒᵈ к α, namely ofDual : αᵒᵈ ≃ α, которая является тождественной.
LaTeX
$$$ ofDual : \alpha^{\mathrm{op}} \simeq \alpha $$$
Lean4
/-- `ofDual` is the identity function from the `OrderDual` of a linear order. -/
def ofDual : αᵒᵈ ≃ α :=
Equiv.refl _