Theorems · Theorem · field theory
IntermediateField.adjoin_induction
∀ (F : Type u_1) [inst : Field F] {E : Type u_2} [inst_1 : Field E] [inst_2 : Algebra F E] {s : Set E}
{p : (x : E) → x ∈ IntermediateField.adjoin F s → Prop},
(∀ (x : E) (hx : x ∈ s), p x ⋯) →
(∀ (x : F), p ((algebraMap F E) x) ⋯) →
(∀ (x y : E) (hx : x ∈ IntermediateField.adjoin F s) (hy : y ∈ IntermediateField.adjoin F s),
p x hx → p y hy → p (x + y) ⋯) →
(∀ (x : E) (hx : x ∈ IntermediateField.adjoin F s), p x hx → p x⁻¹ ⋯) →
(∀ (x y : E) (hx : x ∈ IntermediateField.adjoin F s) (hy : y ∈ IntermediateField.adjoin F s),
p x hx → p y hy → p (x * y) ⋯) →
∀ {x : E} (h : x ∈ IntermediateField.adjoin F s), p x h- Cited by
- 2 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- Algebrastatement and proof · cited by 11,388
- RingHomstatement · cited by 10,189
- Fieldstatement and proof · cited by 7,404
- Algebra.algebraMapstatement and proof · cited by 4,706
- Set.rangeproof · cited by 4,705
- IntermediateFieldstatement · cited by 988
- IntermediateField.adjoinstatement and proof · cited by 382
- Algebra.smul_defproof · cited by 287
- AddMemClass.add_memstatement and proof · cited by 229
- MulMemClass.mul_memstatement and proof · cited by 173
Cited by2
Results whose statement or proof uses this declaration.
- IsCyclotomicExtension.isGaloisproof · cited by 13
- IntermediateField.adjoin_algHom_extproof · cited by 1