Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-09-14 08:03 1c2ddbcf

View on Github →

feat(field_theory/fixed): dimension over fixed field is order of group (#4125)

theorem dim_fixed_points (G : Type u) (F : Type v) [group G] [field F]
  [fintype G] [faithful_mul_semiring_action G F] :
  findim (fixed_points G F) F = fintype.card G

Estimated changes