The category of locales #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
This file defines Locale
, the category of locales. This is the opposite of the category of frames.
The category of locales.
Instances for Locale
@[protected, instance]
Equations
- Locale.has_coe_to_sort = {coe := λ (X : Locale), ↥(opposite.unop X)}
@[protected, instance]
Equations
- Locale.order.frame X = (opposite.unop X).str
Construct a bundled Locale
from a frame
.
Equations
- Locale.of α = opposite.op (Frm.of α)
@[protected, instance]
Equations
@[simp]
@[simp]
@[protected, instance]