Loogle!
Result
Found 338 declarations mentioning IsIntegral. Of these, only the first 200 are shown.
- IsIntegral ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Defs
(R : Type u_1) {A : Type u_3} [CommRing R] [Ring A] [Algebra R A] (x : A) : Prop - Algebra.IsIntegral.isIntegral ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Defs
{R : Type u_1} {A : Type u_2} {instโ : CommRing R} {instโยน : Ring A} {instโยฒ : Algebra R A} [self : Algebra.IsIntegral R A] (x : A) : IsIntegral R x - Algebra.IsIntegral.mk ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Defs
{R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [Algebra R A] (isIntegral : โ (x : A), IsIntegral R x) : Algebra.IsIntegral R A - Algebra.isIntegral_def ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Defs
{R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [Algebra R A] : Algebra.IsIntegral R A โ โ (x : A), IsIntegral R x - Algebra.isIntegral_iff ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Defs
(R : Type u_1) (A : Type u_2) [CommRing R] [Ring A] [Algebra R A] : Algebra.IsIntegral R A โ โ (x : A), IsIntegral R x - isIntegral_one ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] : IsIntegral R 1 - isIntegral_zero ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] : IsIntegral R 0 - map_isIntegral_int ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{B : Type u_5} {C : Type u_6} {F : Type u_7} [Ring B] [Ring C] {b : B} [FunLike F B C] [RingHomClass F B C] (f : F) (hb : IsIntegral โค b) : IsIntegral โค (f b) - IsIntegral.of_pow ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] {x : B} {n : โ} (hn : 0 < n) (hx : IsIntegral R (x ^ n)) : IsIntegral R x - isIntegral_algebraMap ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {A : Type u_3} [CommRing R] [Ring A] [Algebra R A] {x : R} : IsIntegral R ((algebraMap R A) x) - IsIntegral.pair ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommRing R] [Ring A] [Ring B] [Algebra R A] [Algebra R B] {x : A ร B} (hxโ : IsIntegral R x.1) (hxโ : IsIntegral R x.2) : IsIntegral R x - IsIntegral.pair_iff ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommRing R] [Ring A] [Ring B] [Algebra R A] [Algebra R B] {x : A ร B} : IsIntegral R x โ IsIntegral R x.1 โง IsIntegral R x.2 - IsIntegral.tower_top ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommRing R] [CommRing A] [Ring B] [Algebra R A] [Algebra R B] [Algebra A B] [IsScalarTower R A B] {x : B} (hx : IsIntegral R x) : IsIntegral A x - isIntegral_algEquiv ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} [CommRing R] {A : Type u_5} {B : Type u_6} [Ring A] [Ring B] [Algebra R A] [Algebra R B] (f : A โโ[R] B) {x : A} : IsIntegral R (f x) โ IsIntegral R x - IsIntegral.of_subring ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] {x : B} (T : Subring R) (hx : IsIntegral (โฅT) x) : IsIntegral R x - isIntegral_algHom_iff ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} [CommRing R] {A : Type u_6} {B : Type u_7} [Ring A] [Ring B] [Algebra R A] [Algebra R B] (f : A โโ[R] B) (hf : Function.Injective โf) {x : A} : IsIntegral R (f x) โ IsIntegral R x - IsIntegral.algebraMap ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommRing R] [CommRing A] [Ring B] [Algebra R A] [Algebra R B] [Algebra A B] [IsScalarTower R A B] {x : A} (h : IsIntegral R x) : IsIntegral R ((algebraMap A B) x) - isIntegral_iff_isIntegral_closure_finite ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] {r : B} : IsIntegral R r โ โ s, s.Finite โง IsIntegral (โฅ(Subring.closure s)) r - isIntegral_algebraMap_iff ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommRing R] [CommRing A] [Ring B] [Algebra R A] [Algebra R B] [Algebra A B] [IsScalarTower R A B] {x : A} [FaithfulSMul A B] : IsIntegral R ((algebraMap A B) x) โ IsIntegral R x - RingEquiv.isIntegral_iff ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_5} {S : Type u_6} {T : Type u_7} [CommRing R] [Ring S] [CommRing T] [Algebra R S] [Algebra T S] (ฯ : R โ+* T) (h : (algebraMap T S).comp ฯ.toRingHom = algebraMap R S) (a : S) : IsIntegral R a โ IsIntegral T a - IsIntegral.map ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {B : Type u_6} {C : Type u_7} {F : Type u_8} [Ring B] [Ring C] [Algebra R B] [Algebra A B] [Algebra R C] [IsScalarTower R A B] [Algebra A C] [IsScalarTower R A C] {b : B} [FunLike F B C] [AlgHomClass F A B C] (f : F) (hb : IsIntegral R b) : IsIntegral R (f b) - IsIntegral.of_aeval_monic ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {x : A} {p : Polynomial R} (monic : p.Monic) (deg : p.natDegree โ 0) (hx : IsIntegral R ((Polynomial.aeval x) p)) : IsIntegral R x - IsIntegral.map_of_comp_eq ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_5} {S : Type u_6} {T : Type u_7} {U : Type u_8} [CommRing R] [Ring S] [CommRing T] [Ring U] [Algebra R S] [Algebra T U] (ฯ : R โ+* T) (ฯ : S โ+* U) (h : (algebraMap T U).comp ฯ = ฯ.comp (algebraMap R S)) {a : S} (ha : IsIntegral R a) : IsIntegral T (ฯ a) - Algebra.finite_adjoin_simple_of_isIntegral ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] {x : B} (hi : IsIntegral R x) : Module.Finite R โฅR[x] - Algebra.finite_adjoin_of_finite_of_isIntegral ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {s : Set A} (hf : s.Finite) (hi : โ x โ s, IsIntegral R x) : Module.Finite R โฅ(Algebra.adjoin R s) - isNoetherian_adjoin_finset ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] [IsNoetherianRing R] (s : Finset A) (hs : โ x โ s, IsIntegral R x) : IsNoetherian R โฅ(Algebra.adjoin R โs) - IsIntegral.fg_adjoin_singleton ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] {x : B} (hx : IsIntegral R x) : (Subalgebra.toSubmodule R[x]).FG - fg_adjoin_of_finite ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {s : Set A} (hfs : s.Finite) (his : โ x โ s, IsIntegral R x) : (Subalgebra.toSubmodule (Algebra.adjoin R s)).FG - isIntegral_intCast ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] (n : โค) : IsIntegral R โn - isIntegral_natCast ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] (a : โ) : IsIntegral R โa - IsIntegral.neg ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] {x : B} (hx : IsIntegral R x) : IsIntegral R (-x) - IsIntegral.of_neg ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] {x : B} (hx : IsIntegral R (-x)) : IsIntegral R x - isIntegral_of_noetherian ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] : IsNoetherian R B โ โ (x : B), IsIntegral R x - IsIntegral.neg_iff ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] {x : B} : IsIntegral R (-x) โ IsIntegral R x - IsIntegral.of_finite ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
(R : Type u_1) {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] [Module.Finite R B] (x : B) : IsIntegral R x - IsIntegral.add ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {x y : A} (hx : IsIntegral R x) (hy : IsIntegral R y) : IsIntegral R (x + y) - IsIntegral.mul ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {x y : A} (hx : IsIntegral R x) (hy : IsIntegral R y) : IsIntegral R (x * y) - IsIntegral.sub ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {x y : A} (hx : IsIntegral R x) (hy : IsIntegral R y) : IsIntegral R (x - y) - mem_integralClosure_iff ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
(R : Type u_1) (A : Type u_2) [CommRing R] [CommRing A] [Algebra R A] {a : A} : a โ integralClosure R A โ IsIntegral R a - IsIntegral.of_mem_closure ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {x y z : A} (hx : IsIntegral R x) (hy : IsIntegral R y) (hz : z โ Subring.closure {x, y}) : IsIntegral R z - IsIntegral.smul ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
{B : Type u_3} {S : Type u_4} [Ring B] [CommRing S] {R : Type u_5} [CommSemiring R] [Algebra R B] [Algebra S B] [Algebra R S] [IsScalarTower R S B] {x : B} (r : R) (hx : IsIntegral S x) : IsIntegral S (r โข x) - Subalgebra.isIntegral_iff ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] (S : Subalgebra R B) : Algebra.IsIntegral R โฅS โ โ x โ S, IsIntegral R x - IsIntegral.tmul ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommRing R] [CommRing A] [Ring B] [Algebra R A] [Algebra R B] (x : A) {y : B} (h : IsIntegral R y) : IsIntegral A (x โโ[R] y) - isIntegral_of_smul_mem_submodule ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] [IsDomain A] {M : Type u_5} [AddCommGroup M] [Module R M] [Module A M] [IsScalarTower R A M] [Module.IsTorsionFree A M] (N : Submodule R M) (hN : N โ โฅ) (hN' : N.FG) (x : A) (hx : โ n โ N, x โข n โ N) : IsIntegral R x - IsIntegral.of_mem_of_fg ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] (S : Subalgebra R B) (HS : (Subalgebra.toSubmodule S).FG) (x : B) (hx : x โ S) : IsIntegral R x - isIntegral_of_submodule_noetherian ๐ Mathlib.RingTheory.IntegralClosure.Algebra.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] (S : Subalgebra R B) (H : IsNoetherian R โฅ(Subalgebra.toSubmodule S)) (x : B) (hx : x โ S) : IsIntegral R x - IsIntegralClosure.isIntegral_iff ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Defs
{A : Type u_1} {R : Type u_2} {B : Type u_3} {instโ : CommRing R} {instโยน : CommSemiring A} {instโยฒ : CommRing B} {instโยณ : Algebra R B} {instโโด : Algebra A B} [self : IsIntegralClosure A R B] {x : B} : IsIntegral R x โ โ y, (algebraMap A B) y = x - IsIntegralClosure.mk ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Defs
{A : Type u_1} {R : Type u_2} {B : Type u_3} [CommRing R] [CommSemiring A] [CommRing B] [Algebra R B] [Algebra A B] (algebraMap_injective : Function.Injective โ(algebraMap A B)) (isIntegral_iff : โ {x : B}, IsIntegral R x โ โ y, (algebraMap A B) y = x) : IsIntegralClosure A R B - IsIntegral.pow ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] {x : B} (h : IsIntegral R x) (n : โ) : IsIntegral R (x ^ n) - IsIntegral.nsmul ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] {x : B} (h : IsIntegral R x) (n : โ) : IsIntegral R (n โข x) - IsIntegral.zsmul ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] {x : B} (h : IsIntegral R x) (n : โค) : IsIntegral R (n โข x) - IsIntegral.multiset_prod ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {s : Multiset A} (h : โ x โ s, IsIntegral R x) : IsIntegral R s.prod - IsIntegralClosure.mk' ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} (A : Type u_2) {B : Type u_3} [CommRing R] [CommRing A] [CommRing B] [Algebra R B] [Algebra A B] [IsIntegralClosure A R B] (x : B) (hx : IsIntegral R x) : A - IsIntegral.det ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {n : Type u_5} [Fintype n] [DecidableEq n] {M : Matrix n n A} (h : โ (i j : n), IsIntegral R (M i j)) : IsIntegral R M.det - IsIntegral.isUnit ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {S : Type u_2} [Field R] [Ring S] [IsDomain S] [Algebra R S] {x : S} (int : IsIntegral R x) (h0 : x โ 0) : IsUnit x - IsIntegral.multiset_sum ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {s : Multiset A} (h : โ x โ s, IsIntegral R x) : IsIntegral R s.sum - IsIntegral.inv ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {S : Type u_2} [Field R] [DivisionRing S] [Algebra R S] {x : S} (int : IsIntegral R x) : IsIntegral R xโปยน - IsIntegral.prod ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {ฮฑ : Type u_5} {s : Finset ฮฑ} (f : ฮฑ โ A) (h : โ x โ s, IsIntegral R (f x)) : IsIntegral R (โ x โ s, f x) - IsIntegral.pow_iff ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {x : A} {n : โ} (hn : 0 < n) : IsIntegral R (x ^ n) โ IsIntegral R x - IsIntegral.sum ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {ฮฑ : Type u_5} {s : Finset ฮฑ} (f : ฮฑ โ A) (h : โ x โ s, IsIntegral R (f x)) : IsIntegral R (โ x โ s, f x) - IsIntegral.of_mem_closure' ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] (G : Set A) (hG : โ x โ G, IsIntegral R x) (x : A) : x โ Subring.closure G โ IsIntegral R x - isIntegral_trans ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommRing R] [CommRing A] [Ring B] [Algebra A B] [Algebra R B] [Algebra R A] [IsScalarTower R A B] [Algebra.IsIntegral R A] (x : B) (hx : IsIntegral A x) : IsIntegral R x - adjoin_le_integralClosure ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {x : A} (hx : IsIntegral R x) : R[x] โค integralClosure R A - IsIntegralClosure.isIntegral ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
(R : Type u_1) {A : Type u_2} (B : Type u_3) [CommRing R] [CommRing A] [CommRing B] [Algebra R B] [Algebra A B] [IsIntegralClosure A R B] [Algebra R A] [IsScalarTower R A B] (x : A) : IsIntegral R x - IsIntegral.inv_mem_adjoin ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {S : Type u_2} [Field R] [DivisionRing S] [Algebra R S] {x : S} (int : IsIntegral R x) : xโปยน โ R[x] - IsIntegralClosure.mk'_one ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} (A : Type u_2) {B : Type u_3} [CommRing R] [CommRing A] [CommRing B] [Algebra R B] [Algebra A B] [IsIntegralClosure A R B] (h : IsIntegral R 1 := โฏ) : IsIntegralClosure.mk' A 1 h = 1 - IsIntegralClosure.mk'_zero ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} (A : Type u_2) {B : Type u_3} [CommRing R] [CommRing A] [CommRing B] [Algebra R B] [Algebra A B] [IsIntegralClosure A R B] (h : IsIntegral R 0 := โฏ) : IsIntegralClosure.mk' A 0 h = 0 - IsIntegralClosure.algebraMap_mk' ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} (A : Type u_2) {B : Type u_3} [CommRing R] [CommRing A] [CommRing B] [Algebra R B] [Algebra A B] [IsIntegralClosure A R B] (x : B) (hx : IsIntegral R x) : (algebraMap A B) (IsIntegralClosure.mk' A x hx) = x - IsIntegral.of_mul_unit ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {B : Type u_3} [CommRing R] [Ring B] [Algebra R B] {x y : B} {r : R} (hr : (algebraMap R B) r * y = 1) (hx : IsIntegral R (x * y)) : IsIntegral R x - IsIntegralClosure.mk'_add ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} (A : Type u_2) {B : Type u_3} [CommRing R] [CommRing A] [CommRing B] [Algebra R B] [Algebra A B] [IsIntegralClosure A R B] (x y : B) (hx : IsIntegral R x) (hy : IsIntegral R y) : IsIntegralClosure.mk' A (x + y) โฏ = IsIntegralClosure.mk' A x hx + IsIntegralClosure.mk' A y hy - IsIntegralClosure.mk'_mul ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} (A : Type u_2) {B : Type u_3} [CommRing R] [CommRing A] [CommRing B] [Algebra R B] [Algebra A B] [IsIntegralClosure A R B] (x y : B) (hx : IsIntegral R x) (hy : IsIntegral R y) : IsIntegralClosure.mk' A (x * y) โฏ = IsIntegralClosure.mk' A x hx * IsIntegralClosure.mk' A y hy - Algebra.IsIntegral.adjoin ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {S : Set A} (hS : โ x โ S, IsIntegral R x) : Algebra.IsIntegral R โฅ(Algebra.adjoin R S) - IsIntegral.tower_bot_of_field ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_6} {A : Type u_7} {B : Type u_8} [CommRing R] [Field A] [Ring B] [Nontrivial B] [Algebra R A] [Algebra A B] [Algebra R B] [IsScalarTower R A B] {x : A} (h : IsIntegral R ((algebraMap A B) x)) : IsIntegral R x - integralClosure.isIntegral ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] (x : โฅ(integralClosure R A)) : IsIntegral R x - IsIntegral.inv_mem ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {S : Type u_2} [Field R] [DivisionRing S] [Algebra R S] {x : S} {A : Subalgebra R S} (int : IsIntegral R x) (hx : x โ A) : xโปยน โ A - IsIntegral.mem_of_inv_mem ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {S : Type u_2} [Field R] [DivisionRing S] [Algebra R S] {x : S} {A : Subalgebra R S} (int : IsIntegral R x) (inv_mem : xโปยน โ A) : x โ A - IsIntegral.tower_bot ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommRing R] [CommRing A] [Ring B] [Algebra A B] [Algebra R B] [Algebra R A] [IsScalarTower R A B] (H : Function.Injective โ(algebraMap A B)) {x : A} (h : IsIntegral R ((algebraMap A B) x)) : IsIntegral R x - isIntegral_leadingCoeff_smul ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} {S : Type u_4} [CommRing R] [CommRing S] (p : Polynomial R) (x : S) [Algebra R S] (h : (Polynomial.aeval x) p = 0) : IsIntegral R (p.leadingCoeff โข x) - IsIntegralClosure.mk'_algebraMap ๐ Mathlib.RingTheory.IntegralClosure.IsIntegralClosure.Basic
{R : Type u_1} (A : Type u_2) {B : Type u_3} [CommRing R] [CommRing A] [CommRing B] [Algebra R B] [Algebra A B] [IsIntegralClosure A R B] [Algebra R A] [IsScalarTower R A B] (x : R) (h : IsIntegral R ((algebraMap R B) x) := โฏ) : IsIntegralClosure.mk' A ((algebraMap R B) x) h = (algebraMap R A) x - IsIntegral.isAlgebraic ๐ Mathlib.RingTheory.Algebraic.Integral
{R : Type u} {A : Type v} [CommRing R] [Ring A] [Algebra R A] [Nontrivial R] {x : A} : IsIntegral R x โ IsAlgebraic R x - IsAlgebraic.isIntegral ๐ Mathlib.RingTheory.Algebraic.Integral
{K : Type u} {A : Type v} [Field K] [Ring A] [Algebra K A] {x : A} : IsAlgebraic K x โ IsIntegral K x - isAlgebraic_iff_isIntegral ๐ Mathlib.RingTheory.Algebraic.Integral
{K : Type u} {A : Type v} [Field K] [Ring A] [Algebra K A] {x : A} : IsAlgebraic K x โ IsIntegral K x - IsAlgebraic.exists_integral_multiple ๐ Mathlib.RingTheory.Algebraic.Integral
{R : Type u_1} {A : Type u_3} [CommRing R] [Ring A] [Algebra R A] {z : A} (hz : IsAlgebraic R z) : โ y, y โ 0 โง IsIntegral R (y โข z) - IsAlgebraic.of_smul_isIntegral ๐ Mathlib.RingTheory.Algebraic.Integral
{R : Type u_1} {A : Type u_3} [CommRing R] [Ring A] [Algebra R A] {z : A} {y : R} (hy : ยฌIsNilpotent y) (h : IsIntegral R (y โข z)) : IsAlgebraic R z - IsAlgebraic.iff_exists_smul_integral ๐ Mathlib.RingTheory.Algebraic.Integral
{R : Type u_1} {A : Type u_3} [CommRing R] [Ring A] [Algebra R A] {z : A} [IsReduced R] : IsAlgebraic R z โ โ y, y โ 0 โง IsIntegral R (y โข z) - Algebra.IsAlgebraic.exists_integral_multiples ๐ Mathlib.RingTheory.Algebraic.Integral
(R : Type u_1) {A : Type u_3} [CommRing R] [Ring A] [Algebra R A] [NoZeroDivisors R] [alg : Algebra.IsAlgebraic R A] (s : Finset A) : โ y, y โ 0 โง โ z โ s, IsIntegral R (y โข z) - IsIntegral.trans_isAlgebraic ๐ Mathlib.RingTheory.Algebraic.Integral
(R : Type u_1) {S : Type u_2} {A : Type u_3} [CommRing R] [CommRing S] [Ring A] [Algebra R S] [Algebra R A] [Algebra S A] [IsScalarTower R S A] [NoZeroDivisors S] [alg : Algebra.IsAlgebraic R S] {a : A} (h : IsIntegral S a) : IsAlgebraic R a - IsLocalization.Away.isIntegral_of_isIntegral_map ๐ Mathlib.RingTheory.Localization.Integral
{R : Type u_5} {S : Type u_6} {Sโ : Type u_7} [CommRing R] [CommRing S] [CommRing Sโ] [Algebra R S] [Algebra S Sโ] [Algebra R Sโ] [IsScalarTower R S Sโ] (x : S) [IsLocalization.Away x Sโ] (hx : IsIntegral R ((algebraMap S Sโ) x)) : IsIntegral R x - isIntegral_of_isIntegral_adjoin_of_mul_eq_one ๐ Mathlib.RingTheory.Localization.Integral
{R : Type u_1} [CommRing R] {S : Type u_2} [CommRing S] [Algebra R S] (t s : S) (hst : s * t = 1) (ht : IsIntegral (โฅR[s]) t) : IsIntegral R t - IsLocalization.Away.exists_isIntegral_mul_of_isIntegral_algebraMap ๐ Mathlib.RingTheory.Localization.Integral
{R : Type u_5} {S : Type u_6} {Sโ : Type u_7} [CommRing R] [CommRing S] [CommRing Sโ] [Algebra R S] [Algebra S Sโ] [Algebra R Sโ] [IsScalarTower R S Sโ] {r : S} (hr : IsIntegral R r) [IsLocalization.Away r Sโ] {x : S} (hx : IsIntegral R ((algebraMap S Sโ) x)) : โ n, IsIntegral R (r ^ n * x) - IsLocalization.Away.exists_isIntegral_mul_of_isIntegral_mk' ๐ Mathlib.RingTheory.Localization.Integral
{R : Type u_5} {S : Type u_6} {Sโ : Type u_7} [CommRing R] [CommRing S] [CommRing Sโ] [Algebra R S] [Algebra S Sโ] [Algebra R Sโ] [IsScalarTower R S Sโ] {r : S} (hr : IsIntegral R r) [IsLocalization.Away r Sโ] {x : S} {a : โฅ(Submonoid.powers r)} (hx : IsIntegral R (IsLocalization.mk' Sโ x a)) : โ n, IsIntegral R (r ^ n * x) - IsLocalization.exists_isIntegral_smul_of_isIntegral_map ๐ Mathlib.RingTheory.Localization.Integral
{R : Type u_5} {S : Type u_6} {Sโ : Type u_7} [CommRing R] [CommRing S] [CommRing Sโ] [Algebra R S] [Algebra S Sโ] [Algebra R Sโ] [IsScalarTower R S Sโ] (M : Submonoid R) [IsLocalization (Algebra.algebraMapSubmonoid S M) Sโ] {x : S} (hx : IsIntegral R ((algebraMap S Sโ) x)) : โ m โ M, IsIntegral R (m โข x) - IsIntegral.exists_multiple_integral_of_isLocalization ๐ Mathlib.RingTheory.Localization.Integral
{R : Type u_1} [CommRing R] (M : Submonoid R) {S : Type u_2} [CommRing S] [Algebra R S] {Rโ : Type u_3} [CommRing Rโ] [Algebra R Rโ] [IsLocalization M Rโ] [Algebra Rโ S] [IsScalarTower R Rโ S] (x : S) (hx : IsIntegral Rโ x) : โ m, IsIntegral R (m โข x) - Ideal.comap_ne_bot_of_integral_mem ๐ Mathlib.RingTheory.Ideal.GoingUp
{R : Type u_1} [CommRing R] {S : Type u_2} [CommRing S] {I : Ideal S} [Algebra R S] [Nontrivial R] [IsDomain S] {x : S} (x_ne_zero : x โ 0) (x_mem : x โ I) (hx : IsIntegral R x) : Ideal.comap (algebraMap R S) I โ โฅ - Ideal.comap_lt_comap_of_integral_mem_sdiff ๐ Mathlib.RingTheory.Ideal.GoingUp
{R : Type u_1} [CommRing R] {S : Type u_2} [CommRing S] {I J : Ideal S} [Algebra R S] [hI : I.IsPrime] (hIJ : I โค J) {x : S} (mem : x โ โJ \ โI) (integral : IsIntegral R x) : Ideal.comap (algebraMap R S) I < Ideal.comap (algebraMap R S) J - IsIntegrallyClosedIn.algebraMap_eq_of_integral ๐ Mathlib.RingTheory.IntegralClosure.IntegrallyClosed
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] [IsIntegrallyClosedIn R A] {x : A} : IsIntegral R x โ โ y, (algebraMap R A) y = x - IsIntegrallyClosedIn.isIntegral_iff ๐ Mathlib.RingTheory.IntegralClosure.IntegrallyClosed
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] [IsIntegrallyClosedIn R A] {x : A} : IsIntegral R x โ โ y, (algebraMap R A) y = x - IsIntegrallyClosed.algebraMap_eq_of_integral ๐ Mathlib.RingTheory.IntegralClosure.IntegrallyClosed
{R : Type u_1} [CommRing R] {K : Type u_3} [CommRing K] [Algebra R K] [ifr : IsFractionRing R K] [IsIntegrallyClosed R] {x : K} : IsIntegral R x โ โ y, (algebraMap R K) y = x - isIntegrallyClosed_iff ๐ Mathlib.RingTheory.IntegralClosure.IntegrallyClosed
{R : Type u_1} [CommRing R] (K : Type u_4) [CommRing K] [Algebra R K] [IsFractionRing R K] : IsIntegrallyClosed R โ โ {x : K}, IsIntegral R x โ โ y, (algebraMap R K) y = x - IsIntegrallyClosed.isIntegral_iff ๐ Mathlib.RingTheory.IntegralClosure.IntegrallyClosed
{R : Type u_1} [CommRing R] {K : Type u_3} [CommRing K] [Algebra R K] [ifr : IsFractionRing R K] [IsIntegrallyClosed R] {x : K} : IsIntegral R x โ โ y, (algebraMap R K) y = x - IsIntegrallyClosedIn.exists_algebraMap_eq_of_isIntegral_pow ๐ Mathlib.RingTheory.IntegralClosure.IntegrallyClosed
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] [IsIntegrallyClosedIn R A] {x : A} {n : โ} (hn : 0 < n) (hx : IsIntegral R (x ^ n)) : โ y, (algebraMap R A) y = x - IsIntegrallyClosed.exists_algebraMap_eq_of_isIntegral_pow ๐ Mathlib.RingTheory.IntegralClosure.IntegrallyClosed
{R : Type u_1} [CommRing R] {K : Type u_3} [CommRing K] [Algebra R K] [ifr : IsFractionRing R K] [IsIntegrallyClosed R] {x : K} {n : โ} (hn : 0 < n) (hx : IsIntegral R (x ^ n)) : โ y, (algebraMap R K) y = x - Subring.isIntegrallyClosedIn_iff ๐ Mathlib.RingTheory.IntegralClosure.IntegrallyClosed
{A : Type u_2} [CommRing A] {C : Type u_5} [SetLike C A] [SubringClass C A] {S : C} : IsIntegrallyClosedIn (โฅS) A โ โ โฆx : Aโฆ, IsIntegral (โฅS) x โ x โ S - isIntegrallyClosedIn_iff ๐ Mathlib.RingTheory.IntegralClosure.IntegrallyClosed
{R : Type u_1} [CommRing R] {A : Type u_2} [CommRing A] [Algebra R A] : IsIntegrallyClosedIn R A โ Function.Injective โ(algebraMap R A) โง โ {x : A}, IsIntegral R x โ โ y, (algebraMap R A) y = x - Subring.isIntegrallyClosed_iff ๐ Mathlib.RingTheory.IntegralClosure.IntegrallyClosed
{A : Type u_2} [CommRing A] {C : Type u_5} [SetLike C A] [SubringClass C A] {S : C} [IsFractionRing (โฅS) A] : IsIntegrallyClosed โฅS โ โ โฆx : Aโฆ, IsIntegral (โฅS) x โ x โ S - minpoly.monic ๐ Mathlib.FieldTheory.Minpoly.Basic
{A : Type u_1} {B : Type u_2} [CommRing A] [Ring B] [Algebra A B] {x : B} (hx : IsIntegral A x) : (minpoly A x).Monic - minpoly.natDegree_pos ๐ Mathlib.FieldTheory.Minpoly.Basic
{A : Type u_1} {B : Type u_2} [CommRing A] [Ring B] [Algebra A B] {x : B} [Nontrivial B] (hx : IsIntegral A x) : 0 < (minpoly A x).natDegree - minpoly.degree_pos ๐ Mathlib.FieldTheory.Minpoly.Basic
{A : Type u_1} {B : Type u_2} [CommRing A] [Ring B] [Algebra A B] {x : B} [Nontrivial B] (hx : IsIntegral A x) : 0 < (minpoly A x).degree - minpoly.eq_zero ๐ Mathlib.FieldTheory.Minpoly.Basic
{A : Type u_1} {B : Type u_2} [CommRing A] [Ring B] [Algebra A B] {x : B} (hx : ยฌIsIntegral A x) : minpoly A x = 0 - minpoly.ne_zero ๐ Mathlib.FieldTheory.Minpoly.Basic
{A : Type u_1} {B : Type u_2} [CommRing A] [Ring B] [Algebra A B] {x : B} [Nontrivial A] (hx : IsIntegral A x) : minpoly A x โ 0 - minpoly.irreducible ๐ Mathlib.FieldTheory.Minpoly.Basic
{A : Type u_1} {B : Type u_2} [CommRing A] [Ring B] [Algebra A B] {x : B} [IsDomain A] [IsDomain B] (hx : IsIntegral A x) : Irreducible (minpoly A x) - minpoly.ne_zero_iff ๐ Mathlib.FieldTheory.Minpoly.Basic
{A : Type u_1} {B : Type u_2} [CommRing A] [Ring B] [Algebra A B] {x : B} [Nontrivial A] : minpoly A x โ 0 โ IsIntegral A x - minpoly.two_le_natDegree_iff ๐ Mathlib.FieldTheory.Minpoly.Basic
{A : Type u_1} {B : Type u_2} [CommRing A] [Ring B] [Algebra A B] {x : B} [Nontrivial B] (int : IsIntegral A x) : 2 โค (minpoly A x).natDegree โ x โ (algebraMap A B).range - minpoly.aeval_ne_zero_of_dvdNotUnit_minpoly ๐ Mathlib.FieldTheory.Minpoly.Basic
{A : Type u_1} {B : Type u_2} [CommRing A] [Ring B] [Algebra A B] {x : B} {a : Polynomial A} (hx : IsIntegral A x) (hamonic : a.Monic) (hdvd : DvdNotUnit a (minpoly A x)) : (Polynomial.aeval x) a โ 0 - minpoly.two_le_natDegree_subalgebra ๐ Mathlib.FieldTheory.Minpoly.Basic
{A : Type u_1} [CommRing A] {B : Type u_4} [CommRing B] [Algebra A B] [Nontrivial B] {S : Subalgebra A B} {x : B} (int : IsIntegral (โฅS) x) : 2 โค (minpoly (โฅS) x).natDegree โ x โ S - minpoly.prime ๐ Mathlib.FieldTheory.Minpoly.Field
{A : Type u_1} {B : Type u_2} [Field A] [Ring B] [IsDomain B] [Algebra A B] {x : B} (hx : IsIntegral A x) : Prime (minpoly A x) - minpoly.root ๐ Mathlib.FieldTheory.Minpoly.Field
{A : Type u_1} {B : Type u_2} [Field A] [Ring B] [IsDomain B] [Algebra A B] {x : B} (hx : IsIntegral A x) {y : A} (h : (minpoly A x).IsRoot y) : (algebraMap A B) y = x - minpoly.coeff_zero_ne_zero ๐ Mathlib.FieldTheory.Minpoly.Field
{A : Type u_1} {B : Type u_2} [Field A] [Ring B] [IsDomain B] [Algebra A B] {x : B} (hx : IsIntegral A x) (h : x โ 0) : (minpoly A x).coeff 0 โ 0 - minpoly.coeff_zero_eq_zero ๐ Mathlib.FieldTheory.Minpoly.Field
{A : Type u_1} {B : Type u_2} [Field A] [Ring B] [IsDomain B] [Algebra A B] {x : B} (hx : IsIntegral A x) : (minpoly A x).coeff 0 = 0 โ x = 0 - minpoly.eq_iff_aeval_minpoly_eq_zero ๐ Mathlib.FieldTheory.Minpoly.Field
{A : Type u_1} {B : Type u_2} [Field A] [Ring B] [Algebra A B] [IsDomain B] {C : Type u_3} [Ring C] [Algebra A C] [Nontrivial C] {b : B} (h : IsIntegral A b) {c : C} : minpoly A b = minpoly A c โ (Polynomial.aeval c) (minpoly A b) = 0 - minpoly.map_algebraMap ๐ Mathlib.FieldTheory.Minpoly.Field
{F : Type u_3} {E : Type u_4} {A : Type u_5} [Field F] [Field E] [CommRing A] [Algebra F E] [Algebra E A] [Algebra F A] [IsScalarTower F E A] {a : A} (ha : IsIntegral F a) (h : minpoly E a โ Polynomial.lifts (algebraMap F E)) : Polynomial.map (algebraMap F E) (minpoly F a) = minpoly E a - PowerBasis.isIntegral_gen ๐ Mathlib.RingTheory.PowerBasis
{S : Type u_2} [Ring S] {A : Type u_3} [CommRing A] [Algebra A S] (pb : PowerBasis A S) : IsIntegral A pb.gen - IsIntegral.mem_span_pow ๐ Mathlib.RingTheory.PowerBasis
{R : Type u_1} {S : Type u_2} [CommRing R] [Ring S] [Algebra R S] [Nontrivial R] {x y : S} (hx : IsIntegral R x) (hy : โ f, y = (Polynomial.aeval x) f) : y โ Submodule.span R (Set.range fun i => x ^ โi) - AdjoinRoot.isIntegral_root' ๐ Mathlib.RingTheory.AdjoinRoot
{R : Type u_1} [CommRing R] {g : Polynomial R} (hg : g.Monic) : IsIntegral R (AdjoinRoot.root g) - AdjoinRoot.isIntegral_root ๐ Mathlib.RingTheory.AdjoinRoot
{K : Type u_5} [Field K] {f : Polynomial K} (hf : f โ 0) : IsIntegral K (AdjoinRoot.root f) - Algebra.IsSeparable.isIntegral ๐ Mathlib.FieldTheory.Separable
(F : Type u_1) {K : Type u_3} [CommRing F] [Ring K] [Algebra F K] [Algebra.IsSeparable F K] (x : K) : IsIntegral F x - IsSeparable.isIntegral ๐ Mathlib.FieldTheory.Separable
{F : Type u_1} {K : Type u_3} [CommRing F] [Ring K] [Algebra F K] {x : K} (h : IsSeparable F x) : IsIntegral F x - Algebra.isSeparable_iff ๐ Mathlib.FieldTheory.Separable
{F : Type u_1} {K : Type u_3} [CommRing F] [Ring K] [Algebra F K] : Algebra.IsSeparable F K โ โ (x : K), IsIntegral F x โง IsSeparable F x - Normal.isIntegral ๐ Mathlib.FieldTheory.Normal.Defs
{F : Type u_1} {K : Type u_2} [Field F] [Field K] [Algebra F K] : Normal F K โ โ (x : K), IsIntegral F x - Normal.out ๐ Mathlib.FieldTheory.Normal.Defs
{F : Type u_1} {K : Type u_2} [Field F] [Field K] [Algebra F K] : Normal F K โ โ (x : K), IsIntegral F x โง (Polynomial.map (algebraMap F K) (minpoly F x)).Splits - normal_iff ๐ Mathlib.FieldTheory.Normal.Defs
{F : Type u_1} {K : Type u_2} [Field F] [Field K] [Algebra F K] : Normal F K โ โ (x : K), IsIntegral F x โง (Polynomial.map (algebraMap F K) (minpoly F x)).Splits - FixedPoints.isIntegral ๐ Mathlib.FieldTheory.Fixed
(G : Type u) [Group G] (F : Type v) [Field F] [MulSemiringAction G F] [Finite G] (x : F) : IsIntegral (โฅ(FixedPoints.subfield G F)) x - IntermediateField.isIntegral_iff ๐ Mathlib.FieldTheory.IntermediateField.Algebraic
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] {S : IntermediateField K L} {x : โฅS} : IsIntegral K x โ IsIntegral K โx - IntermediateField.coe_isIntegral_iff ๐ Mathlib.FieldTheory.IntermediateField.Algebraic
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] {S : IntermediateField K L} {R : Type u_3} [CommRing R] [Algebra R K] [Algebra R L] [IsScalarTower R K L] {x : โฅS} : IsIntegral R โx โ IsIntegral R x - IntermediateField.AdjoinSimple.isIntegral_gen ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Algebra
(F : Type u_1) [Field F] {E : Type u_2} [Field E] [Algebra F E] (ฮฑ : E) : IsIntegral F (IntermediateField.AdjoinSimple.gen F ฮฑ) โ IsIntegral F ฮฑ - IsIntegral.mem_range_algHom_of_minpoly_splits ๐ Mathlib.RingTheory.Adjoin.Field
{R : Type u_1} {K : Type u_2} {L : Type u_3} [CommRing R] [Field K] [Field L] [Algebra R K] {x : L} [Algebra R L] (int : IsIntegral R x) (h : (Polynomial.map (algebraMap R K) (minpoly R x)).Splits) (f : K โโ[R] L) : x โ f.range - IsIntegral.mem_range_algebraMap_of_minpoly_splits ๐ Mathlib.RingTheory.Adjoin.Field
{R : Type u_1} {K : Type u_2} {L : Type u_3} [CommRing R] [Field K] [Field L] [Algebra R K] {x : L} [Algebra R L] [Algebra K L] [IsScalarTower R K L] (int : IsIntegral R x) (h : (Polynomial.map (algebraMap R K) (minpoly R x)).Splits) : x โ (algebraMap K L).range - IsIntegral.minpoly_splits_tower_top' ๐ Mathlib.RingTheory.Adjoin.Field
{R : Type u_1} {K : Type u_2} {L : Type u_3} {M : Type u_4} [CommRing R] [Field K] [Field L] [CommRing M] [Algebra R K] [Algebra R M] [Algebra K M] [IsScalarTower R K M] {x : M} (int : IsIntegral R x) {f : K โ+* L} (h : (Polynomial.map (f.comp (algebraMap R K)) (minpoly R x)).Splits) : (Polynomial.map f (minpoly K x)).Splits - IsIntegral.minpoly_splits_tower_top ๐ Mathlib.RingTheory.Adjoin.Field
{R : Type u_1} {K : Type u_2} {L : Type u_3} {M : Type u_4} [CommRing R] [Field K] [Field L] [CommRing M] [Algebra R K] [Algebra R M] [Algebra K M] [IsScalarTower R K M] {x : M} [Algebra K L] [Algebra R L] [IsScalarTower R K L] (int : IsIntegral R x) (h : (Polynomial.map (algebraMap R L) (minpoly R x)).Splits) : (Polynomial.map (algebraMap K L) (minpoly K x)).Splits - Polynomial.lift_of_splits ๐ Mathlib.RingTheory.Adjoin.Field
{F : Type u_2} {K : Type u_3} {L : Type u_4} [Field F] [Field K] [Field L] [Algebra F K] [Algebra F L] (s : Finset K) : (โ x โ s, IsIntegral F x โง (Polynomial.map (algebraMap F L) (minpoly F x)).Splits) โ Nonempty (โฅ(Algebra.adjoin F โs) โโ[F] L) - IsIntegral.mem_intermediateField_of_minpoly_splits ๐ Mathlib.FieldTheory.SplittingField.IsSplittingField
{K : Type v} {L : Type w} [Field K] [Field L] [Algebra K L] {x : L} (int : IsIntegral K x) {F : IntermediateField K L} (h : (Polynomial.map (algebraMap K โฅF) (minpoly K x)).Splits) : x โ F - minpoly.degree_dvd ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
{K : Type u} [Field K] {L : Type u_3} [Field L] [Algebra K L] {x : L} (hx : IsIntegral K x) : (minpoly K x).natDegree โฃ Module.finrank K L - PowerBasis.ofAdjoinSimpleEqTop ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
{K : Type u} [Field K] {L : Type u_3} [Field L] [Algebra K L] {x : L} (h : IsIntegral K x) (hgen : Kโฎxโฏ = โค) : PowerBasis K L - PowerBasis.ofAdjoinSimpleEqTop_gen ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
{K : Type u} [Field K] {L : Type u_3} [Field L] [Algebra K L] {x : L} (h : IsIntegral K x) (hgen : Kโฎxโฏ = โค) : (PowerBasis.ofAdjoinSimpleEqTop h hgen).gen = x - PowerBasis.ofAdjoinSimpleEqTop_dim ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
{K : Type u} [Field K] {L : Type u_3} [Field L] [Algebra K L] {x : L} (h : IsIntegral K x) (hgen : Kโฎxโฏ = โค) : (PowerBasis.ofAdjoinSimpleEqTop h hgen).dim = (minpoly K x).natDegree - IntermediateField.isAlgebraic_adjoin ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
{K : Type u} [Field K] {L : Type u_3} [Field L] [Algebra K L] {S : Set L} (hS : โ x โ S, IsIntegral K x) : Algebra.IsAlgebraic K โฅ(IntermediateField.adjoin K S) - IntermediateField.isAlgebraic_adjoin_simple ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
{K : Type u} [Field K] {L : Type u_3} [Field L] [Algebra K L] {x : L} (hx : IsIntegral K x) : Algebra.IsAlgebraic K โฅKโฎxโฏ - IntermediateField.adjoin.powerBasis ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
{K : Type u} [Field K] {L : Type u_3} [Field L] [Algebra K L] {x : L} (hx : IsIntegral K x) : PowerBasis K โฅKโฎxโฏ - IntermediateField.adjoin.powerBasis_dim ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
{K : Type u} [Field K] {L : Type u_3} [Field L] [Algebra K L] {x : L} (hx : IsIntegral K x) : (IntermediateField.adjoin.powerBasis hx).dim = (minpoly K x).natDegree - IntermediateField.finiteDimensional_adjoin ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
{K : Type u} [Field K] {L : Type u_3} [Field L] [Algebra K L] {S : Set L} [Finite โS] (hS : โ x โ S, IsIntegral K x) : FiniteDimensional K โฅ(IntermediateField.adjoin K S) - IntermediateField.fintypeOfAlgHomAdjoinIntegral ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
(F : Type u_1) [Field F] {E : Type u_2} [Field E] [Algebra F E] {ฮฑ : E} {K : Type u} [Field K] [Algebra F K] (h : IsIntegral F ฮฑ) : Fintype (โฅFโฎฮฑโฏ โโ[F] K) - IntermediateField.powerBasisAux ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
{K : Type u} [Field K] {L : Type u_3} [Field L] [Algebra K L] {x : L} (hx : IsIntegral K x) : Module.Basis (Fin (minpoly K x).natDegree) K โฅKโฎxโฏ - IntermediateField.isAlgebraic_adjoin_pair ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] {x y : L} (hx : IsIntegral K x) (hy : IsIntegral K y) : Algebra.IsAlgebraic K โฅKโฎx, yโฏ - IntermediateField.adjoin.finrank ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
{K : Type u} [Field K] {L : Type u_3} [Field L] [Algebra K L] {x : L} (hx : IsIntegral K x) : Module.finrank K โฅKโฎxโฏ = (minpoly K x).natDegree - IntermediateField.adjoin.powerBasis_gen ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
{K : Type u} [Field K] {L : Type u_3} [Field L] [Algebra K L] {x : L} (hx : IsIntegral K x) : (IntermediateField.adjoin.powerBasis hx).gen = IntermediateField.AdjoinSimple.gen K x - IntermediateField.adjoin.finiteDimensional ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
{K : Type u} [Field K] {L : Type u_3} [Field L] [Algebra K L] {x : L} (hx : IsIntegral K x) : FiniteDimensional K โฅKโฎxโฏ - IntermediateField.algHomAdjoinIntegralEquiv ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
(F : Type u_1) [Field F] {E : Type u_2} [Field E] [Algebra F E] {ฮฑ : E} {K : Type u} [Field K] [Algebra F K] (h : IsIntegral F ฮฑ) : (โฅFโฎฮฑโฏ โโ[F] K) โ { x // x โ (minpoly F ฮฑ).aroots K } - IntermediateField.finiteDimensional_adjoin_pair ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] {x y : L} (hx : IsIntegral K x) (hy : IsIntegral K y) : FiniteDimensional K โฅKโฎx, yโฏ - IntermediateField.adjoinRootEquivAdjoin ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
(F : Type u_1) [Field F] {E : Type u_2} [Field E] [Algebra F E] {ฮฑ : E} (h : IsIntegral F ฮฑ) : AdjoinRoot (minpoly F ฮฑ) โโ[F] โฅFโฎฮฑโฏ - IntermediateField.card_algHom_adjoin_integral ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
(F : Type u_1) [Field F] {E : Type u_2} [Field E] [Algebra F E] {ฮฑ : E} {K : Type u} [Field K] [Algebra F K] (h : IsIntegral F ฮฑ) (h_sep : IsSeparable F ฮฑ) (h_splits : (Polynomial.map (algebraMap F K) (minpoly F ฮฑ)).Splits) : Nat.card (โฅFโฎฮฑโฏ โโ[F] K) = (minpoly F ฮฑ).natDegree - IntermediateField.adjoinRootEquivAdjoin_apply_root ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
(F : Type u_1) [Field F] {E : Type u_2} [Field E] [Algebra F E] {ฮฑ : E} (h : IsIntegral F ฮฑ) : (IntermediateField.adjoinRootEquivAdjoin F h) (AdjoinRoot.root (minpoly F ฮฑ)) = IntermediateField.AdjoinSimple.gen F ฮฑ - IntermediateField.adjoinRootEquivAdjoin_symm_apply_gen ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
(F : Type u_1) [Field F] {E : Type u_2} [Field E] [Algebra F E] {ฮฑ : E} (h : IsIntegral F ฮฑ) : (IntermediateField.adjoinRootEquivAdjoin F h).symm (IntermediateField.AdjoinSimple.gen F ฮฑ) = AdjoinRoot.root (minpoly F ฮฑ) - IntermediateField.algHomAdjoinIntegralEquiv_symm_apply_gen ๐ Mathlib.FieldTheory.IntermediateField.Adjoin.Basic
(F : Type u_1) [Field F] {E : Type u_2} [Field E] [Algebra F E] {ฮฑ : E} {K : Type u} [Field K] [Algebra F K] (h : IsIntegral F ฮฑ) (x : { x // x โ (minpoly F ฮฑ).aroots K }) : ((IntermediateField.algHomAdjoinIntegralEquiv F h).symm x) (IntermediateField.AdjoinSimple.gen F ฮฑ) = โx - IntermediateField.nonempty_algHom_of_splits ๐ Mathlib.FieldTheory.Extension
{F : Type u_1} {E : Type u_2} {K : Type u_3} [Field F] [Field E] [Field K] [Algebra F E] [Algebra F K] (hK' : โ (s : E), IsIntegral F s โง (Polynomial.map (algebraMap F K) (minpoly F s)).Splits) : Nonempty (E โโ[F] K) - IntermediateField.Lifts.exists_lift_of_splits ๐ Mathlib.FieldTheory.Extension
{F : Type u_1} {E : Type u_2} {K : Type u_3} [Field F] [Field E] [Field K] [Algebra F E] [Algebra F K] (x : IntermediateField.Lifts F E K) {s : E} (h1 : IsIntegral F s) (h2 : (Polynomial.map (algebraMap F K) (minpoly F s)).Splits) : โ y, x โค y โง s โ y.carrier - IntermediateField.nonempty_algHom_of_adjoin_splits ๐ Mathlib.FieldTheory.Extension
{F : Type u_1} {E : Type u_2} {K : Type u_3} [Field F] [Field E] [Field K] [Algebra F E] [Algebra F K] {S : Set E} (hK : โ s โ S, IsIntegral F s โง (Polynomial.map (algebraMap F K) (minpoly F s)).Splits) (hS : IntermediateField.adjoin F S = โค) : Nonempty (E โโ[F] K) - IntermediateField.exists_algHom_of_splits' ๐ Mathlib.FieldTheory.Extension
{F : Type u_1} {E : Type u_2} {K : Type u_3} [Field F] [Field E] [Field K] [Algebra F E] [Algebra F K] {L : Type u_4} [Field L] [Algebra F L] [Algebra L E] [IsScalarTower F L E] (f : L โโ[F] K) (hK : โ (s : E), IsIntegral L s โง (Polynomial.map f.toRingHom (minpoly L s)).Splits) : โ ฯ, AlgHom.domRestrict L ฯ = f - IntermediateField.nonempty_algHom_adjoin_of_splits ๐ Mathlib.FieldTheory.Extension
{F : Type u_1} {E : Type u_2} {K : Type u_3} [Field F] [Field E] [Field K] [Algebra F E] [Algebra F K] {S : Set E} (hK : โ s โ S, IsIntegral F s โง (Polynomial.map (algebraMap F K) (minpoly F s)).Splits) : Nonempty (โฅ(IntermediateField.adjoin F S) โโ[F] K) - IntermediateField.exists_algHom_of_splits_of_aeval ๐ Mathlib.FieldTheory.Extension
{F : Type u_1} {E : Type u_2} {K : Type u_3} [Field F] [Field E] [Field K] [Algebra F E] [Algebra F K] (hK' : โ (s : E), IsIntegral F s โง (Polynomial.map (algebraMap F K) (minpoly F s)).Splits) {x : E} {y : K} (hy : (Polynomial.aeval y) (minpoly F x) = 0) : โ ฯ, ฯ x = y - IntermediateField.exists_algHom_of_adjoin_splits' ๐ Mathlib.FieldTheory.Extension
{F : Type u_1} {E : Type u_2} {K : Type u_3} [Field F] [Field E] [Field K] [Algebra F E] [Algebra F K] {S : Set E} {L : Type u_4} [Field L] [Algebra F L] [Algebra L E] [IsScalarTower F L E] (f : L โโ[F] K) (hK : โ s โ S, IsIntegral L s โง (Polynomial.map f.toRingHom (minpoly L s)).Splits) (hS : IntermediateField.adjoin L S = โค) : โ ฯ, AlgHom.domRestrict L ฯ = f - IntermediateField.exists_algHom_of_adjoin_splits_of_aeval ๐ Mathlib.FieldTheory.Extension
{F : Type u_1} {E : Type u_2} {K : Type u_3} [Field F] [Field E] [Field K] [Algebra F E] [Algebra F K] {S : Set E} (hK : โ s โ S, IsIntegral F s โง (Polynomial.map (algebraMap F K) (minpoly F s)).Splits) {x : E} {y : K} (hS : IntermediateField.adjoin F S = โค) (hy : (Polynomial.aeval y) (minpoly F x) = 0) : โ ฯ, ฯ x = y - IntermediateField.Lifts.exists_lift_of_splits' ๐ Mathlib.FieldTheory.Extension
{F : Type u_1} {E : Type u_2} {K : Type u_3} [Field F] [Field E] [Field K] [Algebra F E] [Algebra F K] (x : IntermediateField.Lifts F E K) {s : E} (h1 : IsIntegral (โฅx.carrier) s) (h2 : (Polynomial.map x.emb.toRingHom (minpoly (โฅx.carrier) s)).Splits) : โ y, x โค y โง s โ y.carrier - IntermediateField.exists_algHom_of_splits ๐ Mathlib.FieldTheory.Extension
{F : Type u_1} {E : Type u_2} {K : Type u_3} [Field F] [Field E] [Field K] [Algebra F E] [Algebra F K] (hK' : โ (s : E), IsIntegral F s โง (Polynomial.map (algebraMap F K) (minpoly F s)).Splits) {L : IntermediateField F E} (f : โฅL โโ[F] K) : โ ฯ, ฯ.comp L.val = f - IntermediateField.exists_algHom_adjoin_of_splits' ๐ Mathlib.FieldTheory.Extension
{F : Type u_1} {E : Type u_2} {K : Type u_3} [Field F] [Field E] [Field K] [Algebra F E] [Algebra F K] {S : Set E} {L : Type u_4} [Field L] [Algebra F L] [Algebra L E] [IsScalarTower F L E] (f : L โโ[F] K) (hK : โ s โ S, IsIntegral L s โง (Polynomial.map f.toRingHom (minpoly L s)).Splits) : โ ฯ, AlgHom.domRestrict L ฯ = f - IntermediateField.exists_algHom_of_adjoin_splits ๐ Mathlib.FieldTheory.Extension
{F : Type u_1} {E : Type u_2} {K : Type u_3} [Field F] [Field E] [Field K] [Algebra F E] [Algebra F K] {S : Set E} (hK : โ s โ S, IsIntegral F s โง (Polynomial.map (algebraMap F K) (minpoly F s)).Splits) {L : IntermediateField F E} (f : โฅL โโ[F] K) (hS : IntermediateField.adjoin F S = โค) : โ ฯ, ฯ.comp L.val = f - IntermediateField.exists_algHom_adjoin_of_splits_of_aeval ๐ Mathlib.FieldTheory.Extension
{F : Type u_1} {E : Type u_2} {K : Type u_3} [Field F] [Field E] [Field K] [Algebra F E] [Algebra F K] {S : Set E} (hK : โ s โ S, IsIntegral F s โง (Polynomial.map (algebraMap F K) (minpoly F s)).Splits) {x : E} {y : K} (hx : x โ IntermediateField.adjoin F S) (hy : (Polynomial.aeval y) (minpoly F x) = 0) : โ ฯ, ฯ โจx, hxโฉ = y - IntermediateField.exists_algHom_adjoin_of_splits ๐ Mathlib.FieldTheory.Extension
{F : Type u_1} {E : Type u_2} {K : Type u_3} [Field F] [Field E] [Field K] [Algebra F E] [Algebra F K] {S : Set E} (hK : โ s โ S, IsIntegral F s โง (Polynomial.map (algebraMap F K) (minpoly F s)).Splits) {L : IntermediateField F E} (f : โฅL โโ[F] K) (hL : L โค IntermediateField.adjoin F S) : โ ฯ, ฯ.comp (IntermediateField.inclusion hL) = f - IntermediateField.AdjoinSimple.normal_algebraicClosure ๐ Mathlib.FieldTheory.IsAlgClosed.AlgebraicClosure
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] {x : L} (hx : IsIntegral K x) : Normal K (AlgebraicClosure โฅKโฎxโฏ) - IntermediateField.AdjoinDouble.normal_algebraicClosure ๐ Mathlib.FieldTheory.IsAlgClosed.AlgebraicClosure
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] {x y : L} (hx : IsIntegral K x) (hy : IsIntegral K y) : Normal K (AlgebraicClosure โฅKโฎx, yโฏ) - UniqueFactorizationMonoid.integer_of_integral ๐ Mathlib.RingTheory.Polynomial.RationalRoot
{A : Type u_1} {K : Type u_2} [CommRing A] [IsDomain A] [UniqueFactorizationMonoid A] [Field K] [Algebra A K] [IsFractionRing A K] {x : K} : IsIntegral A x โ IsLocalization.IsInteger A x - isDedekindRing_iff ๐ Mathlib.RingTheory.DedekindDomain.Basic
(A : Type u_2) [CommRing A] (K : Type u_4) [CommRing K] [Algebra A K] [IsFractionRing A K] : IsDedekindRing A โ IsNoetherianRing A โง Ring.DimensionLEOne A โง โ {x : K}, IsIntegral A x โ โ y, (algebraMap A K) y = x - isDedekindDomain_iff ๐ Mathlib.RingTheory.DedekindDomain.Basic
(A : Type u_2) [CommRing A] (K : Type u_4) [CommRing K] [Algebra A K] [IsFractionRing A K] : IsDedekindDomain A โ IsDomain A โง IsNoetherianRing A โง Ring.DimensionLEOne A โง โ {x : K}, IsIntegral A x โ โ y, (algebraMap A K) y = x - LinearMap.isIntegral ๐ Mathlib.LinearAlgebra.Charpoly.Basic
{R : Type u} {M : Type v} [CommRing R] [AddCommGroup M] [Module R M] [Module.Free R M] [Module.Finite R M] (f : M โโ[R] M) : IsIntegral R f - FractionalIdeal.adjoinIntegral ๐ Mathlib.RingTheory.FractionalIdeal.Operations
{R : Type u_1} [CommRing R] (S : Submonoid R) {P : Type u_2} [CommRing P] [Algebra R P] [IsLocalization S P] (x : P) (hx : IsIntegral R x) : FractionalIdeal S P - FractionalIdeal.mem_adjoinIntegral_self ๐ Mathlib.RingTheory.FractionalIdeal.Operations
{R : Type u_1} [CommRing R] (S : Submonoid R) {P : Type u_2} [CommRing P] [Algebra R P] [IsLocalization S P] (x : P) (hx : IsIntegral R x) : x โ FractionalIdeal.adjoinIntegral S x hx - FractionalIdeal.isFractional_adjoin_integral ๐ Mathlib.RingTheory.FractionalIdeal.Operations
{R : Type u_1} [CommRing R] (S : Submonoid R) {P : Type u_2} [CommRing P] [Algebra R P] [IsLocalization S P] (x : P) (hx : IsIntegral R x) : IsFractional S (Subalgebra.toSubmodule R[x]) - FractionalIdeal.adjoinIntegral_coe ๐ Mathlib.RingTheory.FractionalIdeal.Operations
{R : Type u_1} [CommRing R] (S : Submonoid R) {P : Type u_2} [CommRing P] [Algebra R P] [IsLocalization S P] (x : P) (hx : IsIntegral R x) : โ(FractionalIdeal.adjoinIntegral S x hx) = Subalgebra.toSubmodule R[x] - FractionalIdeal.adjoinIntegral_eq_one_of_isUnit ๐ Mathlib.RingTheory.DedekindDomain.Ideal.Basic
{A : Type u_2} {K : Type u_3} [CommRing A] [Field K] [Algebra A K] [IsFractionRing A K] [IsDomain A] (x : K) (hx : IsIntegral A x) (hI : IsUnit (FractionalIdeal.adjoinIntegral (nonZeroDivisors A) x hx)) : FractionalIdeal.adjoinIntegral (nonZeroDivisors A) x hx = 1 - IntermediateField.splits_of_mem_adjoin ๐ Mathlib.FieldTheory.Normal.Basic
(F : Type u_1) (K : Type u_2) [Field F] [Field K] [Algebra F K] {L : Type u_3} [Field L] [Algebra F L] {S : Set K} (splits : โ x โ S, IsIntegral F x โง (Polynomial.map (algebraMap F L) (minpoly F x)).Splits) {x : K} (hx : x โ IntermediateField.adjoin F S) : (Polynomial.map (algebraMap F L) (minpoly F x)).Splits - Field.embEquivOfAdjoinSplits ๐ Mathlib.FieldTheory.SeparableDegree
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] (K : Type w) [Field K] [Algebra F K] {S : Set E} (hS : IntermediateField.adjoin F S = โค) (hK : โ s โ S, IsIntegral F s โง (Polynomial.map (algebraMap F K) (minpoly F s)).Splits) : Field.Emb F E โ (E โโ[F] K) - Field.finSepDegree_eq_of_adjoin_splits ๐ Mathlib.FieldTheory.SeparableDegree
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] (K : Type w) [Field K] [Algebra F K] {S : Set E} (hS : IntermediateField.adjoin F S = โค) (hK : โ s โ S, IsIntegral F s โง (Polynomial.map (algebraMap F K) (minpoly F s)).Splits) : Field.finSepDegree F E = Nat.card (E โโ[F] K) - mem_algebraicClosure_iff' ๐ Mathlib.FieldTheory.AlgebraicClosure
{F : Type u_1} {E : Type u_2} [Field F] [Field E] [Algebra F E] {x : E} : x โ algebraicClosure F E โ IsIntegral F x - IsGalois.integral ๐ Mathlib.FieldTheory.Galois.Basic
(F : Type u_1) [Field F] {E : Type u_2} [Field E] [Algebra F E] [IsGalois F E] (x : E) : IsIntegral F x - IsGalois.IntermediateField.AdjoinSimple.card_aut_eq_finrank ๐ Mathlib.FieldTheory.Galois.Basic
(F : Type u_1) [Field F] (E : Type u_2) [Field E] [Algebra F E] [FiniteDimensional F E] {ฮฑ : E} (hฮฑ : IsIntegral F ฮฑ) (h_sep : IsSeparable F ฮฑ) (h_splits : (Polynomial.map (algebraMap F โฅFโฎฮฑโฏ) (minpoly F ฮฑ)).Splits) : Nat.card Gal(โฅFโฎฮฑโฏ/F) = Module.finrank F โฅFโฎฮฑโฏ - IsPurelyInseparable.isIntegral' ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
(F : Type u_1) {E : Type u_2} [CommRing F] [Ring E] [Algebra F E] [IsPurelyInseparable F E] (x : E) : IsIntegral F x - isPurelyInseparable_iff ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
{F : Type u_1} {E : Type u_2} [CommRing F] [Ring E] [Algebra F E] : IsPurelyInseparable F E โ โ (x : E), IsIntegral F x โง (IsSeparable F x โ x โ (algebraMap F E).range) - minpoly.prime_of_isIntegrallyClosed ๐ Mathlib.FieldTheory.Minpoly.IsIntegrallyClosed
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [IsDomain R] [Algebra R S] [IsIntegrallyClosed R] [IsDomain S] [Module.IsTorsionFree R S] {x : S} (hx : IsIntegral R x) : Prime (minpoly R x) - IsIntegrallyClosed.minpoly_smul ๐ Mathlib.FieldTheory.Minpoly.IsIntegrallyClosed
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [IsDomain R] [Algebra R S] [IsIntegrallyClosed R] [IsDomain S] [Module.IsTorsionFree R S] {r : R} (hr : r โ 0) {s : S} (hs : IsIntegral R s) : minpoly R (r โข s) = (minpoly R s).scaleRoots r - minpoly.isIntegrallyClosed_eq_field_fractions' ๐ Mathlib.FieldTheory.Minpoly.IsIntegrallyClosed
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [IsDomain R] [Algebra R S] (K : Type u_3) [Field K] [Algebra R K] [IsFractionRing R K] [IsIntegrallyClosed R] [IsDomain S] [Algebra K S] [IsScalarTower R K S] {s : S} (hs : IsIntegral R s) : minpoly K s = Polynomial.map (algebraMap R K) (minpoly R s) - Algebra.adjoin.powerBasis' ๐ Mathlib.FieldTheory.Minpoly.IsIntegrallyClosed
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [IsDomain R] [Algebra R S] [IsIntegrallyClosed R] [IsDomain S] [Module.IsTorsionFree R S] {x : S} (hx : IsIntegral R x) : PowerBasis R โฅR[x]
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
๐Real.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
๐"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
๐_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
๐Real.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
๐(?a -> ?b) -> List ?a -> List ?b
๐List ?a -> (?a -> ?b) -> List ?bBy main conclusion:
๐|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allโandโ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
๐|- _ < _ โ tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
โข (_ : Type _)finds all definitions which provide data whileโข (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
๐ Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ โ _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c