Theorems · Theorem · number theory
IsCyclotomicExtension.iff_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) → (IsCyclotomicExtension S A B ↔ IsCyclotomicExtension (S ∪ {n}) A B)If there exists a nonzero s ∈ S such that n ∣ s, then IsCyclotomicExtension S A B
if and only if IsCyclotomicExtension (S ∪ {n}) A B.
- Defined in
- Mathlib.NumberTheory.Cyclotomic.Basic
- 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.
Cites16
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
- one_powproof · cited by 521
- eq_top_iffproof · cited by 236
- IsCyclotomicExtensionstatement and proof · cited by 220
- pow_mulproof · cited by 210
- Set.subset_union_leftproof · cited by 142
- Set.union_singletonproof · cited by 107
Cited by2
Results whose statement or proof uses this declaration.
- IsCyclotomicExtension.iff_union_singleton_oneproof · cited by 2
- IsCyclotomicExtension.Rat.torsionOrder_eqproof · cited by 0