/- Copyright 2026 The Formal Conjectures Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -/ import FormalConjecturesUtil

Conjecture about cardinality of Lindelöf spaces

The conjecture asks for a Lindelöf space where all singletons are G_δ sets and which has cardinality > 𝔠.

This is Problem 1 in https://www.math.md/files/basm/y2013-n2-3/y2013-n2-3-(pp37-46).pdf.pdf

Reference:

open Cardinal namespace CardinalityLindelof

Is there a Lindelöf space with singletons as Gδ sets with cardinality greater than the continuum?

@[category research open, AMS 54] theorem declaration uses 'sorry'HasGδSingletons.lindelof_card : (X : Type) (_ : TopologicalSpace X), HasGδSingletons X LindelofSpace X 𝔠 < #X := X x, HasGδSingletons X LindelofSpace X 𝔠 < #X All goals completed! 🐙 -- TODO: under additional axioms (consistent with ZFC), such a space exists. end CardinalityLindelof