Theorems · Theorem · group theory
RootPairing.weylGroup.induction
∀ {ι : Type u_1} {R : Type u_2} {M : Type u_3} {N : Type u_4} [inst : CommRing R] [inst_1 : AddCommGroup M]
[inst_2 : Module R M] [inst_3 : AddCommGroup N] [inst_4 : Module R N] (P : RootPairing ι R M N)
{pred : (g : P.Aut) → g ∈ P.weylGroup → Prop},
(∀ (i : ι), pred (RootPairing.Equiv.reflection P i) ⋯) →
pred 1 ⋯ →
(∀ (x y : P.Aut) (hx : x ∈ P.weylGroup) (hy : y ∈ P.weylGroup), pred x hx → pred y hy → pred (x * y) ⋯) →
∀ {x : P.Aut} (hx : x ∈ P.weylGroup), pred x hx- Cited by
- 3 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- Set.rangeproof · cited by 4,705
- Subgroupstatement · cited by 3,593
- Submonoidproof · cited by 3,086
- RootPairingstatement and proof · cited by 710
- MulMemClass.mul_memstatement and proof · cited by 173
- Submonoid.closureproof · cited by 167
- OneMemClass.one_memstatement and proof · cited by 87
- RootPairing.Autstatement and proof · cited by 30
- Submonoid.closure_inductionproof · cited by 27
Cited by3
Results whose statement or proof uses this declaration.
- RootPairing.InvariantForm.apply_weylGroup_smulproof · cited by 1
- RootPairing.isSimpleModule_weylGroupRootRep_iffproof · cited by 1
- RootPairing.weylGroup.induction'proof · cited by 0