File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ private noncomputable instance : MulAction heawoodG (Fin 2 × ZMod 7) :=
170170private noncomputable instance : GraphAction heawoodG (Fin 2 × ZMod 7 ) heawoodVoltage where
171171 adj_smul := by
172172 intro ⟨σ, hσ⟩ u v hadj
173- show heawoodVoltage.Adj (σ u) (σ v)
173+ change heawoodVoltage.Adj (σ u) (σ v)
174174 revert u v; change ∀ u v, heawoodVoltage.Adj u v → heawoodVoltage.Adj (σ u) (σ v)
175175 refine Subgroup.closure_induction
176176 (p := fun σ _ => ∀ u v, heawoodVoltage.Adj u v → heawoodVoltage.Adj (σ u) (σ v))
@@ -281,7 +281,7 @@ private noncomputable instance : MulAction mkG (Fin 2 × ZMod 8) :=
281281private noncomputable instance : GraphAction mkG (Fin 2 × ZMod 8 ) mobiusKantorVoltage where
282282 adj_smul := by
283283 intro ⟨σ, hσ⟩ u v hadj
284- show mobiusKantorVoltage.Adj (σ u) (σ v)
284+ change mobiusKantorVoltage.Adj (σ u) (σ v)
285285 revert u v
286286 change ∀ u v, mobiusKantorVoltage.Adj u v → mobiusKantorVoltage.Adj (σ u) (σ v)
287287 refine Subgroup.closure_induction
You can’t perform that action at this time.
0 commit comments