We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1b732 commit d1b6517Copy full SHA for d1b6517
1 file changed
Mathlib/GroupTheory/Index.lean
@@ -826,8 +826,6 @@ theorem IsFiniteRelIndex.comap (f : G' →* G) (hHK : IsFiniteRelIndex H K) :
826
rw [isFiniteRelIndex_comap_iff, map_comap_eq]
827
exact isFiniteRelIndex_of_le_right H inf_le_right
828
829
-#check relIndex_inf_ne_zero
830
-
831
@[to_additive]
832
lemma isFiniteRelIndex_of_finiteIndex [h : H.FiniteIndex] : H.IsFiniteRelIndex K := by
833
rw [← isFiniteRelIndex_top_iff] at h
0 commit comments