Skip to content

Commit

Permalink
feat: port GroupTheory.Perm.Cycle.Type (#3027)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Tan Jie Rui <reddeloostw@gmail.com>
Co-authored-by: Parcly Taxel <reddeloostw@gmail.com>
Co-authored-by: Ruben Van de Velde <65514131+Ruben-VandeVelde@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 5, 2023
1 parent 7d522d3 commit 2be86d8
Show file tree
Hide file tree
Showing 4 changed files with 705 additions and 1 deletion.
1 change: 1 addition & 0 deletions Mathlib.lean
Expand Up @@ -1107,6 +1107,7 @@ import Mathlib.GroupTheory.NoncommPiCoprod
import Mathlib.GroupTheory.OrderOfElement
import Mathlib.GroupTheory.Perm.Basic
import Mathlib.GroupTheory.Perm.Cycle.Basic
import Mathlib.GroupTheory.Perm.Cycle.Type
import Mathlib.GroupTheory.Perm.List
import Mathlib.GroupTheory.Perm.Option
import Mathlib.GroupTheory.Perm.Sign
Expand Down
1 change: 0 additions & 1 deletion Mathlib/GroupTheory/Perm/Cycle/Basic.lean
Expand Up @@ -1926,7 +1926,6 @@ theorem _root_.Set.Countable.exists_cycleOn (hs : s.Countable) :
simp
#align set.countable.exists_cycle_on Set.Countable.exists_cycleOn

/- ./././Mathport/Syntax/Translate/Expr.lean:177:8: unsupported: ambiguous notation -/
theorem _root_.Set.prod_self_eq_unionᵢ_perm (hf : f.IsCycleOn s) :
s ×ˢ s = ⋃ n : ℤ, (fun a => (a, (f ^ n) a)) '' s := by
ext ⟨a, b⟩
Expand Down

0 comments on commit 2be86d8

Please sign in to comment.