Theorems · Theorem · number theory
IsCyclotomicExtension.of_union_of_dvd
∀ {n : ℕ} [NeZero n] {S : Set ℕ} (A : Type u) (B : Type v) [inst : CommRing A] [inst_1 : CommRing B]
[inst_2 : Algebra A B],
(∃ s ∈ S, s ≠ 0 ∧ n ∣ s) → ∀ [H : IsCyclotomicExtension S A B], IsCyclotomicExtension (S ∪ {n}) A BIf there exists a nonzero s ∈ S such that n ∣ s, then IsCyclotomicExtension S A B
implies IsCyclotomicExtension (S ∪ {n}) A B.
- Defined in
- Mathlib.NumberTheory.Cyclotomic.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- Set.ofPredproof · cited by 6,101
- Subalgebraproof · cited by 1,353
- Algebra.adjoinproof · cited by 535
- IsPrimitiveRootproof · cited by 356
- eq_top_iffproof · cited by 236
- IsCyclotomicExtensionstatement and proof · cited by 220
- Set.mem_singleton_iffproof · cited by 172
- Set.union_singletonproof · cited by 107
- mul_div_cancel_right₀proof · cited by 70
Cited by1
Results whose statement or proof uses this declaration.
- IsCyclotomicExtension.iff_union_of_dvdproof · cited by 2