Skip to content

Commit 1af4db4

Browse files
RaggedRclaude
andcommitted
fix: add maxRecDepth/maxHeartbeats for ClayworthSabidussi
The 4032-vertex IsPretransitive and sabidussiIso need increased maxRecDepth (deep unfolding of Subgroup.closure) and maxHeartbeats (elaboration of group membership proofs with large data). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8a38eee commit 1af4db4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Archive/ClayworthSabidussi.lean

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,6 +1795,8 @@ private noncomputable instance : GraphAction cGroup (Fin 4032) clayworthGraph wh
17951795
(fun i => by match i with | 0 => exact clayworthGen1_adj | 1 => exact clayworthGen2_adj)
17961796
g.1 g.2 u v h
17971797

1798+
set_option maxRecDepth 8192 in
1799+
set_option maxHeartbeats 800000 in
17981800
private noncomputable instance : MulAction.IsPretransitive cGroup (Fin 4032) where
17991801
exists_smul_eq x y :=
18001802
⟨⟨_, cGroup.mul_mem (applyWord'_mem clayworthGens _)
@@ -1810,6 +1812,8 @@ private noncomputable instance : MulAction.IsPretransitive cGroup (Fin 4032) whe
18101812
18111813
G₂(2) acts vertex-transitively on the 4032 cosets of C₃.
18121814
`Clayworth ≃g Sab(G₂(2), C₃, D)` with `4032 = 12096/3` vertices, genus 505. -/
1815+
set_option maxRecDepth 8192 in
1816+
set_option maxHeartbeats 800000 in
18131817
noncomputable def clayworthSabidussiIso :
18141818
clayworthGraph ≃g SimpleGraph.cosetGraph (MulAction.stabilizer cGroup (0 : Fin 4032))
18151819
(connectionSet cGroup clayworthGraph 0) (connectionSet.isConnectionSet 0) :=

0 commit comments

Comments
 (0)