Theorems · Theorem · group theory
DihedralGroup.oddCommuteEquiv_symm_apply
∀ {n : ℕ} (hn : Odd n) (x : ZMod n ⊕ ZMod n ⊕ ZMod n ⊕ ZMod n × ZMod n),
(DihedralGroup.oddCommuteEquiv hn).symm x =
match x with
| Sum.inl i => ⟨(DihedralGroup.sr i, DihedralGroup.r 0), ⋯⟩
| Sum.inr (Sum.inl j) => ⟨(DihedralGroup.r 0, DihedralGroup.sr j), ⋯⟩
| Sum.inr (Sum.inr (Sum.inl k)) =>
⟨(DihedralGroup.sr (↑(ZMod.unitOfCoprime 2 ⋯)⁻¹ * k), DihedralGroup.sr (↑(ZMod.unitOfCoprime 2 ⋯)⁻¹ * k)), ⋯⟩
| Sum.inr (Sum.inr (Sum.inr (i, j))) => ⟨(DihedralGroup.r i, DihedralGroup.r j), ⋯⟩- Cited by
- 0 results in Mathlib
- Foundations
- Depth 78 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
- Equivstatement · cited by 8,337
- Equiv.symmstatement and proof · cited by 3,681
- Unitsstatement · cited by 2,804
- Units.valstatement · cited by 1,966
- ZModstatement and proof · cited by 1,024
- Commutestatement · cited by 639
- Oddstatement and proof · cited by 364
- DihedralGroupstatement · cited by 41
- ZMod.unitOfCoprimestatement · cited by 20
- DihedralGroup.oddCommuteEquivstatement and proof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.