Theorems · Theorem · ring theory
StarAlgebra.adjoin_induction_subtype
∀ {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 : ↥(StarAlgebra.adjoin R s) → Prop} (a : ↥(StarAlgebra.adjoin R s)),
(∀ (x : A) (h : x ∈ s), p ⟨x, ⋯⟩) →
(∀ (r : R), p ((algebraMap R ↥(StarAlgebra.adjoin R s)) r)) →
(∀ (x y : ↥(StarAlgebra.adjoin R s)), p x → p y → p (x + y)) →
(∀ (x y : ↥(StarAlgebra.adjoin R s)), p x → p y → p (x * y)) →
(∀ (x : ↥(StarAlgebra.adjoin R s)), p x → p (star x)) → p aThe difference with StarSubalgebra.adjoin_induction is that this acts on the subtype.
- Defined in
- Mathlib.Algebra.Star.Subalgebra
- Cited by
- 2 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.
Cites14
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
- StarSubalgebrastatement · cited by 194
- StarAlgebra.adjoinstatement and proof · cited by 42
Cited by2
Results whose statement or proof uses this declaration.
- StarAlgHom.ext_adjoinproof · cited by 1
- StarAlgebra.elemental.starAlgHomClass_extproof · cited by 1