Skip to content

Commit

Permalink
doc(GroupTheory.Index): update main definitions to use `relindex_mul_…
Browse files Browse the repository at this point in the history
…index`. (#7472)

doc(GroupTheory.Index): update main definitions to use `relindex_mul_index`.
  • Loading branch information
newell committed Oct 9, 2023
1 parent fff0bc6 commit 54e9f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/GroupTheory/Index.lean
Expand Up @@ -27,7 +27,7 @@ Several theorems proved in this file are known as Lagrange's theorem.
- `card_mul_index` : `Nat.card H * H.index = Nat.card G`
- `index_mul_card` : `H.index * Fintype.card H = Fintype.card G`
- `index_dvd_card` : `H.index ∣ Fintype.card G`
- `index_eq_mul_of_le` : If `H ≤ K`, then `H.index = K.index * (H.subgroupOf K).index`
- `relindex_mul_index` : If `H ≤ K`, then `H.relindex K * K.index = H.index`
- `index_dvd_of_le` : If `H ≤ K`, then `K.index ∣ H.index`
- `relindex_mul_relindex` : `relindex` is multiplicative in towers
Expand Down

0 comments on commit 54e9f32

Please sign in to comment.