Skip to content

Commit 37a17e2

Browse files
authored
Merge pull request #10 from arajasek/asr/resolve-minor-sorry
chore: S5_PropertiesOfNormalizers: remove unnecessary sorry
2 parents 55127a1 + 2cc6136 commit 37a17e2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ClassificationOfSubgroups/Ch5_PropertiesOfSLOverAlgClosedField/S5_PropertiesOfNormalizers.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,8 @@ lemma normalizer_subgroup_D_eq_DW { D₀ : Subgroup (SL(2,F)) }
101101
replace bottom_left := bottom_left_eq ▸ bottom_left
102102
have det_eq_one : det (x : Matrix (Fin 2) (Fin 2) F) = 1 := SpecialLinearGroup.det_coe _
103103
have δ_sub_δ_inv_ne_zero : (δ' : F)⁻¹ - δ' ≠ 0 := by
104-
have δ'_ne_zero : (δ' : F) ≠ 0 := by sorry
105104
intro h
106-
field_simp [δ'_ne_zero] at h
105+
field_simp at h
107106
rw [mul_zero, sub_eq_zero] at h
108107
symm at h
109108
rw [sq_eq_one_iff] at h

0 commit comments

Comments
 (0)