@@ -159,7 +159,7 @@ class Stone(CategoryWithAxiom):
159
159
EXAMPLES::
160
160
161
161
sage: LatticePosets().Stone()
162
- Category of stone lattice posets
162
+ Category of stone congruence uniform semidistributive trim lattice posets
163
163
"""
164
164
@cached_method
165
165
def super_categories (self ):
@@ -171,7 +171,7 @@ def super_categories(self):
171
171
EXAMPLES::
172
172
173
173
sage: LatticePosets().Stone().super_categories()
174
- [Category of distributive lattice posets]
174
+ [Category of distributive congruence uniform semidistributive trim lattice posets]
175
175
"""
176
176
return [LatticePosets ().Distributive ()]
177
177
@@ -186,7 +186,7 @@ class Distributive(CategoryWithAxiom):
186
186
EXAMPLES::
187
187
188
188
sage: LatticePosets().Distributive()
189
- Category of distributive lattice posets
189
+ Category of distributive congruence uniform semidistributive trim lattice posets
190
190
"""
191
191
@cached_method
192
192
def super_categories (self ):
@@ -198,7 +198,7 @@ def super_categories(self):
198
198
EXAMPLES::
199
199
200
200
sage: LatticePosets().Distributive().super_categories()
201
- [Category of congruence uniform lattice posets,
201
+ [Category of congruence uniform semidistributive lattice posets,
202
202
Category of trim lattice posets]
203
203
"""
204
204
return [LatticePosets ().CongruenceUniform (),
@@ -215,7 +215,7 @@ class CongruenceUniform(CategoryWithAxiom):
215
215
EXAMPLES::
216
216
217
217
sage: LatticePosets().CongruenceUniform()
218
- Category of congruence uniform lattice posets
218
+ Category of congruence uniform semidistributive lattice posets
219
219
"""
220
220
@cached_method
221
221
def super_categories (self ):
0 commit comments