Mathlib Map

Theorems · Theorem · number theory

IsCyclotomicExtension.iff_adjoin_eq_top

∀ (S : Set ℕ) (A : Type u) (B : Type v) [inst : CommRing A] [inst_1 : CommRing B] [inst_2 : Algebra A B],
  IsCyclotomicExtension S A B ↔
    (∀ n ∈ S, n ≠ 0 → ∃ r, IsPrimitiveRoot r n) ∧ Algebra.adjoin A {b | ∃ n ∈ S, n ≠ 0 ∧ b ^ n = 1} = ⊤

A reformulation of IsCyclotomicExtension that uses .

Defined in
Mathlib.NumberTheory.Cyclotomic.Basic
Cited by
13 results in Mathlib
Foundations
Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingAlgebra

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

IsCyclotomicExtension.isSeparable · cited by 3IsCyclotomicExtension.isS…isCyclotomicExtension_iff_eq_adjoin · cited by 2isCyclotomicExtension_iff…IsCyclotomicExtension.finite_of_singleton · cited by 2IsCyclotomicExtension.fin…IsCyclotomicExtension.iff_union_of_dvd · cited by 2IsCyclotomicExtension.iff…IsCyclotomicExtension.iff_union_singleton_one · cited by 2IsCyclotomicExtension.iff…IsCyclotomicExtension.singleton_zero_of_bot_eq_top · cited by 2IsCyclotomicExtension.sin…IsCyclotomicExtension.integral · cited by 2IsCyclotomicExtension.int…IsCyclotomicExtension.nonempty_algEquiv_adjoin_of_isSepClosed · cited by 1IsCyclotomicExtension.non…IsCyclotomicExtension.union_of_isPrimitiveRoot · cited by 1IsCyclotomicExtension.uni…IsCyclotomicExtension.of_union_of_dvd · cited by 1IsCyclotomicExtension.of_…IsCyclotomicExtension.adjoin_primitive_root_eq_top · cited by 0IsCyclotomicExtension.adj…IsCyclotomicExtension.splitting_field_cyclotomic · cited by 0IsCyclotomicExtension.spl…IsCyclotomicExtension.isSplittingField_X_pow_sub_one · cited by 0IsCyclotomicExtension.isS…Set · cited by 53352SetCommRing · cited by 17173CommRingAlgebra · cited by 11388AlgebraTop.top · cited by 9680Top.topSet.ofPred · cited by 6101Set.ofPredSubalgebra · cited by 1353SubalgebraAlgebra.adjoin · cited by 535Algebra.adjoinIsPrimitiveRoot · cited by 356IsPrimitiveRootIsCyclotomicExtension · cited by 220IsCyclotomicExtensionIsCyclotomicExtension.exists_isPrimitiveRoot · cited by 14IsCyclotomicExtension.exi…Algebra.eq_top_iff · cited by 13Algebra.eq_top_iffIsCyclotomicExtension.adjoin_roots · cited by 2IsCyclotomicExtension.adj…IsCyclotomicExtension.iff_adj…CITED BYCITES

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by13

Results whose statement or proof uses this declaration.