Theorems · Theorem · group theory
Equiv.Perm.cycle_induction_on
∀ {β : Type u_3} [Finite β] (P : Equiv.Perm β → Prop) (σ : Equiv.Perm β),
P 1 →
(∀ (σ : Equiv.Perm β), σ.IsCycle → P σ) →
(∀ (σ τ : Equiv.Perm β), σ.Disjoint τ → σ.IsCycle → P σ → P τ → P (σ * τ)) → P σ- Defined in
- Mathlib.GroupTheory.Perm.Cycle.Factors
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Finite
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fintypeproof · cited by 7,736
- Finitestatement and proof · cited by 3,029
- Equiv.Permstatement and proof · cited by 1,375
- nonempty_fintypeproof · cited by 261
- Equiv.Perm.IsCyclestatement and proof · cited by 108
- Equiv.Perm.Disjointstatement and proof · cited by 81
- Trunc.outproof · cited by 6
- Equiv.Perm.disjoint_prod_rightproof · cited by 5
- Equiv.Perm.truncCycleFactorsproof · cited by 3
Cited by8
Results whose statement or proof uses this declaration.
- Equiv.Perm.sum_cycleTypeproof · cited by 14
- Equiv.Perm.lcm_cycleTypeproof · cited by 7
- Equiv.Perm.cycleType_extendDomainproof · cited by 3
- Equiv.Perm.sign_of_cycleType'proof · cited by 2
- Equiv.Perm.cycleType_conjproof · cited by 2
- Equiv.Perm.isConj_of_cycleType_eqproof · cited by 1
- Equiv.Perm.cycleType_invproof · cited by 1
- Equiv.Perm.cycleFactorsFinset_mul_inv_mem_eq_sdiffproof · cited by 0