Mathlib Map

Theorems · Definition · group theory

DihedralGroup.casesOn

{n : ℕ} →
  {motive : DihedralGroup n → Sort u} →
    (t : DihedralGroup n) →
      ((a : ZMod n) → motive (DihedralGroup.r a)) → ((a : ZMod n) → motive (DihedralGroup.sr a)) → motive t
Defined in
Mathlib.GroupTheory.SpecificGroups.Dihedral
Cited by
2 results in Mathlib
Foundations
Depth 11 from the axioms · uses no axioms

Around this declaration

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

Cites2

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

  • ZModstatement and proof · cited by 1,024
  • DihedralGroupstatement and proof · cited by 41

Cited by6

Results whose statement or proof uses this declaration.