Theorems · Theorem · field theory
Subfield.closure_induction
∀ {K : Type u} [inst : DivisionRing K] {s : Set K} {p : (x : K) → x ∈ Subfield.closure s → Prop},
(∀ (x : K) (hx : x ∈ s), p x ⋯) →
p 1 ⋯ →
(∀ (x y : K) (hx : x ∈ Subfield.closure s) (hy : y ∈ Subfield.closure s), p x hx → p y hy → p (x + y) ⋯) →
(∀ (x : K) (hx : x ∈ Subfield.closure s), p x hx → p (-x) ⋯) →
(∀ (x : K) (hx : x ∈ Subfield.closure s), p x hx → p x⁻¹ ⋯) →
(∀ (x y : K) (hx : x ∈ Subfield.closure s) (hy : y ∈ Subfield.closure s), p x hx → p y hy → p (x * y) ⋯) →
∀ {x : K} (h : x ∈ Subfield.closure s), p x hAn induction principle for closure membership. If p holds for 1, and all elements
of s, and is preserved under addition, negation, and multiplication, then p holds for all
elements of the closure of s.
- Defined in
- Mathlib.Algebra.Field.Subfield.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DivisionRing
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
- DivisionRingstatement and proof · cited by 1,062
- Subfieldstatement · cited by 303
- AddMemClass.add_memstatement and proof · cited by 229
- MulMemClass.mul_memstatement and proof · cited by 173
- OneMemClass.one_memstatement and proof · cited by 87
- NegMemClass.neg_memstatement and proof · cited by 63
- InvMemClass.inv_memstatement and proof · cited by 52
- Subfield.closurestatement and proof · cited by 39
- Subfield.subset_closurestatement and proof · cited by 15
- Subfield.closure_leproof · cited by 8
Cited by1
Results whose statement or proof uses this declaration.
- IntermediateField.adjoin_inductionproof · cited by 2