Theorems · Theorem · ring theory
StarAlgebra.adjoin_induction
∀ {R : Type u_2} {A : Type u_3} [inst : CommSemiring R] [inst_1 : StarRing R] [inst_2 : Semiring A]
[inst_3 : Algebra R A] [inst_4 : StarRing A] [inst_5 : StarModule R A] {s : Set A}
{p : (x : A) → x ∈ StarAlgebra.adjoin R s → Prop},
(∀ (x : A) (h : x ∈ s), p x ⋯) →
(∀ (r : R), p ((algebraMap R A) r) ⋯) →
(∀ (x y : A) (hx : x ∈ StarAlgebra.adjoin R s) (hy : y ∈ StarAlgebra.adjoin R s), p x hx → p y hy → p (x + y) ⋯) →
(∀ (x y : A) (hx : x ∈ StarAlgebra.adjoin R s) (hy : y ∈ StarAlgebra.adjoin R s),
p x hx → p y hy → p (x * y) ⋯) →
(∀ (x : A) (hx : x ∈ StarAlgebra.adjoin R s), p x hx → p (star x) ⋯) →
∀ {a : A} (ha : a ∈ StarAlgebra.adjoin R s), p a haIf some predicate holds for all x ∈ (s : Set A) and this predicate is closed under the
algebraMap, addition, multiplication and star operations, then it holds for a ∈ adjoin R s.
- Defined in
- Mathlib.Algebra.Star.Subalgebra
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- Setstatement and proof · cited by 53,352
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- RingHomstatement · cited by 10,189
- Algebra.algebraMapstatement and proof · cited by 4,706
- StarRingstatement and proof · cited by 1,686
- Star.starstatement and proof · cited by 1,082
- StarModulestatement and proof · cited by 570
- AddMemClass.add_memstatement and proof · cited by 229
- StarSubalgebrastatement · cited by 194
Cited by2
Results whose statement or proof uses this declaration.
- StarAlgebra.adjoin_induction_subtypeproof · cited by 2
- StarAlgebra.adjoin_induction₂proof · cited by 0