Theorems · Theorem · commutative algebra
Subsemiring.closure_induction
∀ {R : Type u} [inst : NonAssocSemiring R] {s : Set R} {p : (x : R) → x ∈ Subsemiring.closure s → Prop},
(∀ (x : R) (hx : x ∈ s), p x ⋯) →
p 0 ⋯ →
p 1 ⋯ →
(∀ (x y : R) (hx : x ∈ Subsemiring.closure s) (hy : y ∈ Subsemiring.closure s), p x hx → p y hy → p (x + y) ⋯) →
(∀ (x y : R) (hx : x ∈ Subsemiring.closure s) (hy : y ∈ Subsemiring.closure s),
p x hx → p y hy → p (x * y) ⋯) →
∀ {x : R} (hx : x ∈ Subsemiring.closure s), p x hxAn induction principle for closure membership. If p holds for 0, 1, and all elements
of s, and is preserved under addition and multiplication, then p holds for all elements
of the closure of s.
- Defined in
- Mathlib.Algebra.Ring.Subsemiring.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NonAssocSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Set.ofPredproof · cited by 6,101
- NonAssocSemiringstatement and proof · cited by 805
- Subsemiringstatement and proof · cited by 456
- AddMemClass.add_memstatement and proof · cited by 229
- MulMemClass.mul_memstatement and proof · cited by 173
- ZeroMemClass.zero_memstatement and proof · cited by 162
- OneMemClass.one_memstatement and proof · cited by 87
- Subsemiring.closurestatement and proof · cited by 53
- Subsemiring.subset_closurestatement and proof · cited by 13
- Subsemiring.closure_leproof · cited by 12
Cited by3
Results whose statement or proof uses this declaration.
- Algebra.adjoin_eq_ring_closureproof · cited by 2
- IsHomogeneous.subsemiringClosureproof · cited by 1
- Subsemiring.closure_induction₂proof · cited by 0