Theorems · Theorem · group theory
Equiv.Perm.sign_bij
∀ {α : Type u} [inst : DecidableEq α] {β : Type v} [inst_1 : Fintype α] [inst_2 : DecidableEq β] [inst_3 : Fintype β]
{f : Equiv.Perm α} {g : Equiv.Perm β} (i : (x : α) → f x ≠ x → β),
(∀ (x : α) (hx : f x ≠ x) (hx' : f (f x) ≠ f x), i (f x) hx' = g (i x hx)) →
(∀ (x₁ x₂ : α) (hx₁ : f x₁ ≠ x₁) (hx₂ : f x₂ ≠ x₂), i x₁ hx₁ = i x₂ hx₂ → x₁ = x₂) →
(∀ (y : β), g y ≠ y → ∃ x, ∃ (hx : f x ≠ x), i x hx = y) → Equiv.Perm.sign f = Equiv.Perm.sign g- Defined in
- Mathlib.GroupTheory.Perm.Sign
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Fintypestatement and proof · cited by 7,736
- MonoidHomstatement · cited by 3,629
- Unitsstatement · cited by 2,804
- Equiv.Permstatement and proof · cited by 1,375
- Equiv.injectiveproof · cited by 464
- Equiv.Perm.signstatement · cited by 138
- Equiv.ofBijectiveproof · cited by 70
- Equiv.Perm.subtypePermproof · cited by 35
- Equiv.Perm.sign_eq_sign_of_equivproof · cited by 3
- Equiv.Perm.sign_subtypePermproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Equiv.Perm.sign_prodExtendRightproof · cited by 1