Skip to content

Commit a39f7bd

Browse files
committed
Revert simp only
1 parent 453b471 commit a39f7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FLT/for_mathlib/Frobenius.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ lemma F_invariant_under_finite_aut (σ : L ≃ₐ[K] L) :
499499
set i : (τ : L ≃ₐ[K] L) → τ ∈ Finset.univ → L ≃ₐ[K] L := fun τ _ => σ * τ
500500
-- needed to use `set i` instead of `have i`, in order to be able to use `i` later on, in proof
501501
have hi : ∀ (τ : L ≃ₐ[K] L) (hτ : τ ∈ Finset.univ), i τ hτ ∈ Finset.univ := by
502-
simp [Finset.mem_univ, forall_true_left, forall_const]
502+
simp only [Finset.mem_univ, forall_true_left, forall_const]
503503
have i_inj : ∀ (τ₁ : L ≃ₐ[K] L) (hτ₁ : τ₁ ∈ Finset.univ) (τ₂ : L ≃ₐ[K] L)
504504
(hτ₂ : τ₂ ∈ Finset.univ), i τ₁ hτ₁ = i τ₂ hτ₂ → τ₁ = τ₂ := by
505505
intros τ₁ _ τ₂ _ h

0 commit comments

Comments
 (0)