Skip to content
Open
5 changes: 5 additions & 0 deletions LeanPool.lean
Original file line number Diff line number Diff line change
Expand Up @@ -3040,6 +3040,11 @@ import LeanPool.MulticolorTriangleRamsey
import LeanPool.Neukirch
import LeanPool.Neukirch.ExtensionOfDedekindDomains
import LeanPool.Neukirch.HilbertRamificationTheory
import LeanPool.NonSoficGroup
import LeanPool.NonSoficGroup.Compression
import LeanPool.NonSoficGroup.Conclusion
import LeanPool.NonSoficGroup.Foundations
import LeanPool.NonSoficGroup.Spectral
import LeanPool.OSforGFF
import LeanPool.OSforGFF.Bochner
import LeanPool.OSforGFF.Bochner.FejerPD
Expand Down
21 changes: 21 additions & 0 deletions LeanPool/NonSoficGroup.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/-
Copyright (c) 2026 OpenAI and Dean Cureton. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: OpenAI, Dean Cureton
-/

module

public import LeanPool.NonSoficGroup.Foundations
public import LeanPool.NonSoficGroup.Conclusion

/-!
# Existence of a finitely presented non-sofic group

Source: url:https://github.com/openai/ten-proofs
Authors: OpenAI, Dean Cureton
Status: verified
Main declarations: `SoficGroups.exists_finitelyPresented_nonsofic_group`
Tags: group-theory, sofic-groups, property-t, finite-approximations
MSC: 20F65, 20E22
-/
Loading
Loading