Skip to content

Commit b9c46fa

Browse files
committed
change name
1 parent b79d8e9 commit b9c46fa

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Mathlib/GroupTheory/Nilpotent.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ theorem upperCentralSeriesStep_eq_comap_center :
115115
rw [coe_mk', ← QuotientGroup.mk_mul, ← QuotientGroup.mk_mul, eq_comm, eq_iff_div_mem,
116116
div_eq_mul_inv, mul_inv_rev, mul_assoc]
117117

118-
instance [hH : H.Characteristic] : Characteristic (upperCentralSeriesStep H) :=
119-
(upperCentralSeriesStep_eq_comap_center H) ▸ centerCharacteristic.comap_quotient_mk
118+
instance [H.Characteristic] : Characteristic (upperCentralSeriesStep H) :=
119+
(upperCentralSeriesStep_eq_comap_center H) ▸ Characteristic.comap_quotient_mk centerCharacteristic
120120

121121
variable (G)
122122

Mathlib/GroupTheory/QuotientGroup/Basic.lean

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -392,12 +392,12 @@ theorem comap_comap_center {H₁ : Subgroup G} [H₁.Normal] {H₂ : Subgroup (G
392392

393393
open Subgroup in
394394
@[to_additive]
395-
theorem _root_.Subgroup.Characteristic.comap_quotient_mk {N : Subgroup G} [hN : N.Characteristic]
396-
{K : Subgroup (G ⧸ N)} (hK : K.Characteristic) :
397-
Characteristic (K.comap (mk' N)) := by
398-
refine characteristic_iff_map_le.2 fun ϕ x ⟨y, hy⟩ => ?_
399-
have := characteristic_iff_map_eq.1 hK (congr N N ϕ (characteristic_iff_map_eq.1 hN ϕ))
400-
have := mem_map_of_mem (congr N N ϕ (characteristic_iff_map_eq.1 hN ϕ)).toMonoidHom hy.1
395+
theorem _root_.Subgroup.Characteristic.comap_quotient_mk {H : Subgroup G} [H.Characteristic]
396+
{K : Subgroup (G ⧸ H)} (hK : K.Characteristic) :
397+
Characteristic (K.comap (mk' H)) := by
398+
refine characteristic_iff_map_le.2 fun ϕ x ⟨y, hy, _⟩ => ?_
399+
have := characteristic_iff_map_eq.1 hK (congr H H ϕ (characteristic_iff_map_eq.1 inferInstance ϕ))
400+
have := mem_map_of_mem (congr H H ϕ (characteristic_iff_map_eq.1 inferInstance ϕ)).toMonoidHom hy
401401
simp_all
402402

403403
end QuotientGroup

0 commit comments

Comments
 (0)