/- 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

Fuglede's conjecture in dimensions 1 and 2

References:

namespace Fuglede open MeasureTheory

Fuglede's conjecture in dimension n: A bounded subset of ℝ^n with positive Lebesgue measure is spectral iff it tiles ℝ^n by translation.

def FugledeConjectureFor (n : ) : Prop := Ω : Set (Fin n ), Bornology.IsBounded Ω MeasurableSet Ω 0 < volume Ω (isSpectral Ω tilesByTranslation Ω)

Fuglede's conjecture in one dimension: A bounded subset of ℝ with positive Lebesgue measure is spectral iff it tiles ℝ by translation.

@[category research open, AMS 42 46 47] theorem declaration uses 'sorry'FugledeConjecture.variants.dim_1 : answer(sorry) FugledeConjectureFor 1 := True FugledeConjectureFor 1 All goals completed! 🐙

Fuglede's conjecture in two dimensions: A bounded subset of ℝ^2 with positive Lebesgue measure is spectral iff it tiles ℝ^2 by translation.

@[category research open, AMS 42 46 47] theorem declaration uses 'sorry'FugledeConjecture.variants.dim_2 : answer(sorry) FugledeConjectureFor 2 := True FugledeConjectureFor 2 All goals completed! 🐙

Fuglede's conjecture in three or higher dimensions has been disproven. (Note that counterexamples in lower dimensions would also disprove the conjecture in higher dimensions.)

@[category research solved, AMS 42 46 47] theorem declaration uses 'sorry'FugledeConjecture.variants.dim_3_or_higher : answer(False) n : , 3 n FugledeConjectureFor n := False (n : ), 3 n FugledeConjectureFor n All goals completed! 🐙 end Fuglede