Theorems · Theorem · commutative algebra
Ideal.IsNilpotent.induction_on
∀ {S : Type u_1} [inst : CommRing S] (I : Ideal S),
IsNilpotent I →
∀ {P : ⦃S : Type u_1⦄ → [inst : CommRing S] → Ideal S → Prop},
(∀ ⦃S : Type u_1⦄ [inst : CommRing S] (I : Ideal S), I ^ 2 = ⊥ → P I) →
(∀ ⦃S : Type u_1⦄ [inst : CommRing S] (I J : Ideal S),
I ≤ J → P I → P (Ideal.map (Ideal.Quotient.mk I) J) → P J) →
P ILet P be a property on ideals. If P holds for square-zero ideals, and if
P I → P (J ⧸ I) → P J, then P holds for all nilpotent ideals.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- RingHomstatement · cited by 10,189
- Idealstatement and proof · cited by 4,748
- Bot.botstatement and proof · cited by 4,720
- HasQuotient.Quotientstatement and proof · cited by 2,301
- pow_zeroproof · cited by 1,094
- pow_oneproof · cited by 894
- Ideal.mapstatement and proof · cited by 692
- Ideal.Quotient.mkstatement and proof · cited by 610
- zero_powproof · cited by 361
- two_ne_zeroproof · cited by 251
- IsNilpotentstatement and proof · cited by 248
Cited by3
Results whose statement or proof uses this declaration.
- Algebra.FormallyUnramified.lift_uniqueproof · cited by 3
- IsNilpotent.isUnit_quotient_mk_iffproof · cited by 3
- Algebra.FormallySmooth.exists_liftproof · cited by 1