Theorems · Theorem · commutative algebra
Subalgebra.induction_on_adjoin
∀ {R : Type u} {A : Type v} [inst : CommSemiring R] [inst_1 : Semiring A] [inst_2 : Algebra R A] [IsNoetherian R A]
(P : Subalgebra R A → Prop),
P ⊥ → (∀ (S : Subalgebra R A) (x : A), P S → P (Algebra.adjoin R (insert x ↑S))) → ∀ (S : Subalgebra R A), P S- Defined in
- Mathlib.RingTheory.Adjoin.FG
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 76 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.
- Setstatement and proof · cited by 53,352
- Semiringstatement and proof · cited by 13,802
- Finsetproof · cited by 13,712
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- SetLike.coestatement and proof · cited by 8,199
- Bot.botstatement and proof · cited by 4,720
- Subalgebrastatement and proof · cited by 1,353
- Algebra.adjoinstatement and proof · cited by 535
- IsNoetherianstatement and proof · cited by 208
- Finset.induction_onproof · cited by 167
- Finset.coe_insertproof · cited by 124
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.