Theorems · Theorem · group theory
Monoid.CoprodI.induction_left
∀ {ι : Type u_1} {M : ι → Type u_2} [inst : (i : ι) → Monoid (M i)] {motive : Monoid.CoprodI M → Prop}
(m : Monoid.CoprodI M),
motive 1 → (∀ {i : ι} (m : M i) (x : Monoid.CoprodI M), motive x → motive (Monoid.CoprodI.of m * x)) → motive m- Defined in
- Mathlib.GroupTheory.CoprodI
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Monoid
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.
- DFunLike.coestatement and proof · cited by 62,936
- Set.rangeproof · cited by 4,705
- Monoidstatement and proof · cited by 3,887
- MonoidHomstatement · cited by 3,629
- Set.iUnionproof · cited by 2,483
- Monoid.CoprodIstatement and proof · cited by 52
- Monoid.CoprodI.ofstatement and proof · cited by 45
- Submonoid.induction_of_closure_eq_top_leftproof · cited by 3
- Monoid.CoprodI.mclosure_iUnion_range_ofproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Monoid.CoprodI.induction_onproof · cited by 3