Skip to content

Commit d012db6

Browse files
RaggedRclaude
andcommitted
style: show → change for linter.style.show
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 03f5ac5 commit d012db6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Archive/NamedGraphs.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ private noncomputable instance : GraphAction dGroup (Fin 20) dodecahedronGraph w
231231
private noncomputable instance : MulAction.IsPretransitive dGroup (Fin 20) where
232232
exists_smul_eq x y := ⟨⟨_, dGroup.mul_mem (applyWord'_mem dGens _)
233233
(dGroup.inv_mem (applyWord'_mem dGens _))⟩, by
234-
show ((applyWord' dGens (dWit x)).symm.trans (applyWord' dGens (dWit y))) x = y
234+
change ((applyWord' dGens (dWit x)).symm.trans (applyWord' dGens (dWit y))) x = y
235235
simp only [Equiv.trans_apply]
236236
rw [show (applyWord' dGens (dWit x)).symm x = 0 from by
237237
rw [Equiv.symm_apply_eq]; exact (dWit_ok x).symm]; exact dWit_ok y⟩
@@ -276,7 +276,7 @@ private noncomputable instance : GraphAction cGroup (Fin 8) cubeGraph where
276276
private noncomputable instance : MulAction.IsPretransitive cGroup (Fin 8) where
277277
exists_smul_eq x y := ⟨⟨_, cGroup.mul_mem (applyWord'_mem cGens _)
278278
(cGroup.inv_mem (applyWord'_mem cGens _))⟩, by
279-
show ((applyWord' cGens (cWit x)).symm.trans (applyWord' cGens (cWit y))) x = y
279+
change ((applyWord' cGens (cWit x)).symm.trans (applyWord' cGens (cWit y))) x = y
280280
simp only [Equiv.trans_apply]
281281
rw [show (applyWord' cGens (cWit x)).symm x = 0 from by
282282
rw [Equiv.symm_apply_eq]; exact (cWit_ok x).symm]; exact cWit_ok y⟩

0 commit comments

Comments
 (0)