Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-09-03 10:46 882fc132

View on Github →

refactor(group_theory/finiteness): Make group.rank noncomputable (#16256) I've been working on some more API for group.rank, and the decidability hypothesis was making lemma statements really clunky. If you wanted to say group.rank G ≤ group.rank G', then the decidability hypotheses would add two lines to the statement of the lemma.

Estimated changes