/- 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. -/ module public import FormalConjecturesUtil

Conjecture about cardinality of Lindelöf spaces

The conjecture asks for a Lindelöf Tychonoff 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:

@[expose] public sectionopen Cardinalnamespace CardinalityLindelof

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

Note: the cited paper uses a blanket convention that all spaces are Tychonoff.

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