Theorems · Theorem · commutative algebra
DividedPowerAlgebra.induction_on
∀ {R : Type u_2} {M : Type u_3} [inst : CommSemiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M]
{P : DividedPowerAlgebra R M → Prop} (f : DividedPowerAlgebra R M),
(∀ (a : R), P ((algebraMap R (DividedPowerAlgebra R M)) a)) →
(∀ (f g : DividedPowerAlgebra R M), P f → P g → P (f + g)) →
(∀ (f : DividedPowerAlgebra R M) (n : ℕ) (m : M), P f → P (f * DividedPowerAlgebra.dp R n m)) → P f- Cited by
- 1 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- Modulestatement and proof · cited by 20,661
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- RingHomstatement · cited by 10,189
- Finsuppstatement · cited by 5,255
- Algebra.algebraMapstatement and proof · cited by 4,706
- MvPolynomialstatement · cited by 2,140
- DividedPowerAlgebra.ringConstatement · cited by 49
- DividedPowerAlgebrastatement and proof · cited by 48
- DividedPowerAlgebra.dpstatement and proof · cited by 31
- DividedPowerAlgebra.induction_on'proof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- DividedPowerAlgebra.submodule_span_prod_dp_eq_topproof · cited by 0