Mathlib Map

Theorems · Theorem · group theory

Equiv.Perm.signAux3_symm_trans_trans

∀ {α : Type u} [inst : DecidableEq α] {β : Type v} [inst_1 : Finite α] [inst_2 : DecidableEq β] [inst_3 : Finite β]
  (f : Equiv.Perm α) (e : α ≃ β) {s : Multiset α} {t : Multiset β} (hs : ∀ (x : α), x ∈ s) (ht : ∀ (x : β), x ∈ t),
  Equiv.Perm.signAux3 ((e.symm.trans f).trans e) ht = f.signAux3 hs
Defined in
Mathlib.GroupTheory.Perm.Sign
Cited by
1 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqFiniteDecidableEqFinite

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.