Skip to content

Commit

Permalink
feat: port GroupTheory.Perm.Sign (#2458)
Browse files Browse the repository at this point in the history



Co-authored-by: qawbecrdtey <qawbecrdtey@naver.com>
Co-authored-by: Ruben Van de Velde <65514131+Ruben-VandeVelde@users.noreply.github.com>
  • Loading branch information
3 people committed Feb 27, 2023
1 parent 90a3158 commit 82cc6f6
Show file tree
Hide file tree
Showing 3 changed files with 828 additions and 1 deletion.
1 change: 1 addition & 0 deletions Mathlib.lean
Expand Up @@ -787,6 +787,7 @@ import Mathlib.GroupTheory.NoncommPiCoprod
import Mathlib.GroupTheory.OrderOfElement
import Mathlib.GroupTheory.Perm.Basic
import Mathlib.GroupTheory.Perm.List
import Mathlib.GroupTheory.Perm.Sign
import Mathlib.GroupTheory.Perm.Subgroup
import Mathlib.GroupTheory.Perm.Support
import Mathlib.GroupTheory.Perm.ViaEmbedding
Expand Down
2 changes: 1 addition & 1 deletion Mathlib/GroupTheory/Perm/Basic.lean
Expand Up @@ -364,7 +364,7 @@ theorem subtypePerm_apply (f : Perm α) (h : ∀ x, p x ↔ p (f x)) (x : { x //

@[simp]
theorem subtypePerm_one (p : α → Prop) (h := fun _ => Iff.rfl) : @subtypePerm α p 1 h = 1 :=
Equiv.ext fun ⟨_, _⟩ => rfl
rfl
#align equiv.perm.subtype_perm_one Equiv.Perm.subtypePerm_one

@[simp]
Expand Down

0 comments on commit 82cc6f6

Please sign in to comment.