Theorems · Theorem · ring theory
MonoidAlgebra.induction_on
∀ {R : Type u_1} {M : Type u_4} [inst : Semiring R] [inst_1 : Monoid M] {motive : MonoidAlgebra R M → Prop}
(x : MonoidAlgebra R M),
(∀ (m : M), motive ((MonoidAlgebra.of R M) m)) →
(∀ (x y : MonoidAlgebra R M), motive x → motive y → motive (x + y)) →
(∀ (r : R) (x : MonoidAlgebra R M), motive x → motive (r • x)) → motive x- Defined in
- Mathlib.Algebra.MonoidAlgebra.Defs
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- Semiringstatement and proof · cited by 13,802
- Finsuppproof · cited by 5,255
- Monoidstatement and proof · cited by 3,887
- mul_oneproof · cited by 3,885
- MonoidHomstatement · cited by 3,629
- MonoidAlgebrastatement and proof · cited by 590
- MonoidAlgebra.singleproof · cited by 253
- MonoidAlgebra.coeffproof · cited by 224
- MonoidAlgebra.ofstatement and proof · cited by 30
- MonoidAlgebra.of_applyproof · cited by 26
- Finsupp.induction_linearproof · cited by 16
Cited by6
Results whose statement or proof uses this declaration.
- Representation.asAlgebraHom_ofMulAction_smul_eq_mulproof · cited by 1
- Representation.ofModule_asAlgebraHom_apply_applyproof · cited by 1
- Rep.to_Module_monoidAlgebra_map_auxproof · cited by 0
- MonoidAlgebra.mvPolynomial_aeval_of_surjective_of_closureproof · cited by 0
- MonoidAlgebra.freeAlgebra_lift_of_surjective_of_closureproof · cited by 0
- Representation.asAlgebraHom_mem_of_forall_memproof · cited by 0