Loogle!
Result
Found 89 declarations mentioning Transcendental.
- Transcendental ๐ Mathlib.RingTheory.Algebraic.Defs
(R : Type u) {A : Type v} [CommRing R] [Ring A] [Algebra R A] (x : A) : Prop - Algebra.Transcendental.mk ๐ Mathlib.RingTheory.Algebraic.Defs
{R : Type u} {A : Type v} [CommRing R] [Ring A] [Algebra R A] (transcendental : โ x, Transcendental R x) : Algebra.Transcendental R A - Algebra.Transcendental.transcendental ๐ Mathlib.RingTheory.Algebraic.Defs
{R : Type u} {A : Type v} {instโ : CommRing R} {instโยน : Ring A} {instโยฒ : Algebra R A} [self : Algebra.Transcendental R A] : โ x, Transcendental R x - Algebra.transcendental_def ๐ Mathlib.RingTheory.Algebraic.Defs
{R : Type u} {A : Type v} [CommRing R] [Ring A] [Algebra R A] : Algebra.Transcendental R A โ โ x, Transcendental R x - transcendental_iff ๐ Mathlib.RingTheory.Algebraic.Defs
{R : Type u} {A : Type v} [CommRing R] [Ring A] [Algebra R A] {x : A} : Transcendental R x โ โ (p : Polynomial R), (Polynomial.aeval x) p = 0 โ p = 0 - is_transcendental_of_subsingleton ๐ Mathlib.RingTheory.Algebraic.Basic
(R : Type u) {A : Type v} [CommRing R] [Ring A] [Algebra R A] [Subsingleton R] (x : A) : Transcendental R x - Transcendental.infinite ๐ Mathlib.RingTheory.Algebraic.Basic
{R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [Algebra R A] [Nontrivial R] {x : A} (hx : Transcendental R x) : Infinite A - Transcendental.ne_zero ๐ Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {A : Type v} [CommRing R] [Ring A] [Algebra R A] [Nontrivial R] {x : A} (ht : Transcendental R x) : x โ 0 - Polynomial.transcendental_X ๐ Mathlib.RingTheory.Algebraic.Basic
(R : Type u) [CommRing R] : Transcendental R Polynomial.X - Transcendental.pow ๐ Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {A : Type v} [CommRing R] [Ring A] [Algebra R A] {r : A} (ht : Transcendental R r) {n : โ} (hn : 0 < n) : Transcendental R (r ^ n) - Transcendental.of_tower_top ๐ Mathlib.RingTheory.Algebraic.Basic
(K : Type u_1) {L : Type u_2} {A : Type u_5} [Field K] [Field L] [Ring A] [Algebra K L] [Algebra L A] [Algebra K A] [IsScalarTower K L A] {x : A} (h : Transcendental L x) : Transcendental K x - Polynomial.transcendental ๐ Mathlib.RingTheory.Algebraic.Basic
{R : Type u} [CommRing R] (f : Polynomial R) (hf : f.natDegree โ 0) (hf' : f.leadingCoeff โ nonZeroDivisors R) : Transcendental R f - transcendental_iff_injective ๐ Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {A : Type v} [CommRing R] [Ring A] [Algebra R A] {x : A} : Transcendental R x โ Function.Injective โ(Polynomial.aeval x) - Transcendental.restrictScalars ๐ Mathlib.RingTheory.Algebraic.Basic
{R : Type u_3} {S : Type u_4} {A : Type u_5} [CommRing R] [CommRing S] [Ring A] [Algebra R S] [Algebra S A] [Algebra R A] [IsScalarTower R S A] (hinj : Function.Injective โ(algebraMap R S)) {x : A} (h : Transcendental S x) : Transcendental R x - Transcendental.uniqueFactorizationMonoid_adjoin ๐ Mathlib.RingTheory.Algebraic.Basic
(R : Type u_1) {S : Type u_2} [CommRing R] [Ring S] [Algebra R S] [UniqueFactorizationMonoid R] {s : S} (h : Transcendental R s) : UniqueFactorizationMonoid โฅR[s] - Polynomial.algEquivOfTranscendental ๐ Mathlib.RingTheory.Algebraic.Basic
(R : Type u_1) {S : Type u_2} [CommRing R] [Ring S] [Algebra R S] (s : S) (h : Transcendental R s) : Polynomial R โโ[R] โฅR[s] - Transcendental.of_aeval ๐ Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {A : Type v} [CommRing R] [Ring A] [Algebra R A] {r : A} {f : Polynomial R} (H : Transcendental R ((Polynomial.aeval r) f)) : Transcendental R f - Subalgebra.transcendental_iff_transcendental_val ๐ Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {A : Type v} [CommRing R] [Ring A] [Algebra R A] {S : Subalgebra R A} {x : โฅS} : Transcendental R x โ Transcendental R โx - IsAlgebraic.of_aeval_of_transcendental ๐ Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {A : Type v} [CommRing R] [Ring A] [Algebra R A] {r : A} {f : Polynomial R} (H : IsAlgebraic R ((Polynomial.aeval r) f)) (hf : Transcendental R f) : IsAlgebraic R r - Transcendental.aeval_of_transcendental ๐ Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {A : Type v} [CommRing R] [Ring A] [Algebra R A] {r : A} (H : Transcendental R r) {f : Polynomial R} (hf : Transcendental R f) : Transcendental R ((Polynomial.aeval r) f) - transcendental_algebraMap_iff ๐ Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {S : Type u_1} {A : Type v} [CommRing R] [CommRing S] [Ring A] [Algebra R A] [Algebra R S] [Algebra S A] [IsScalarTower R S A] {a : S} (h : Function.Injective โ(algebraMap S A)) : Transcendental R ((algebraMap S A) a) โ Transcendental R a - Transcendental.aeval ๐ Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {A : Type v} [CommRing R] [Ring A] [Algebra R A] {r : A} (H : Transcendental R r) (f : Polynomial R) (hf : f.natDegree โ 0) (hf' : f.leadingCoeff โ nonZeroDivisors R) : Transcendental R ((Polynomial.aeval r) f) - Transcendental.of_ringHom_of_comp_eq ๐ Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {S : Type u_1} {A : Type v} [CommRing R] [CommRing S] [Ring A] [Algebra R A] {B : Type u_2} [Ring B] [Algebra S B] {FRS : Type u_3} {FAB : Type u_4} [FunLike FRS R S] [RingHomClass FRS R S] [FunLike FAB A B] [RingHomClass FAB A B] (f : FRS) (g : FAB) {a : A} (H : Transcendental S (g a)) (hf : Function.Injective โf) (h : (algebraMap S B).comp โf = (โg).comp (algebraMap R A)) : Transcendental R a - Transcendental.ringHom_of_comp_eq ๐ Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {S : Type u_1} {A : Type v} [CommRing R] [CommRing S] [Ring A] [Algebra R A] {B : Type u_2} [Ring B] [Algebra S B] {FRS : Type u_3} {FAB : Type u_4} [FunLike FRS R S] [RingHomClass FRS R S] [FunLike FAB A B] [RingHomClass FAB A B] (f : FRS) (g : FAB) {a : A} (H : Transcendental R a) (hf : Function.Surjective โf) (hg : Function.Injective โg) (h : (algebraMap S B).comp โf = (โg).comp (algebraMap R A)) : Transcendental S (g a) - Transcendental.of_tower_top_of_subalgebra_le ๐ Mathlib.RingTheory.Algebraic.Basic
{R : Type u_3} {S : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {A B : Subalgebra R S} (hle : A โค B) {x : S} (h : Transcendental (โฅB) x) : Transcendental (โฅA) x - transcendental_ringHom_iff_of_comp_eq ๐ Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {S : Type u_1} {A : Type v} [CommRing R] [CommRing S] [Ring A] [Algebra R A] {B : Type u_2} [Ring B] [Algebra S B] {FRS : Type u_3} {FAB : Type u_4} [EquivLike FRS R S] [RingEquivClass FRS R S] [FunLike FAB A B] [RingHomClass FAB A B] (f : FRS) (g : FAB) (hg : Function.Injective โg) (h : (algebraMap S B).comp โf = (โg).comp (algebraMap R A)) {a : A} : Transcendental S (g a) โ Transcendental R a - transcendental_iff_ker_eq_bot ๐ Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {A : Type v} [CommRing R] [Ring A] [Algebra R A] {x : A} : Transcendental R x โ RingHom.ker (Polynomial.aeval x) = โฅ - Polynomial.algEquivOfTranscendental_apply_X ๐ Mathlib.RingTheory.Algebraic.Basic
(R : Type u_1) {S : Type u_2} [CommRing R] [Ring S] [Algebra R S] (s : S) (h : Transcendental R s) : (Polynomial.algEquivOfTranscendental R s h) Polynomial.X = โจs, โฏโฉ - Polynomial.algEquivOfTranscendental_symm_gen ๐ Mathlib.RingTheory.Algebraic.Basic
(R : Type u_1) {S : Type u_2} [CommRing R] [Ring S] [Algebra R S] (s : S) (h : Transcendental R s) : (Polynomial.algEquivOfTranscendental R s h).symm โจs, โฏโฉ = Polynomial.X - Polynomial.algEquivOfTranscendental_apply ๐ Mathlib.RingTheory.Algebraic.Basic
(R : Type u_1) {S : Type u_2} [CommRing R] [Ring S] [Algebra R S] (s : S) (h : Transcendental R s) (f : Polynomial R) : (Polynomial.algEquivOfTranscendental R s h) f = (Polynomial.aeval โจs, โฏโฉ) f - Polynomial.algEquivOfTranscendental_symm_aeval ๐ Mathlib.RingTheory.Algebraic.Basic
(R : Type u_1) {S : Type u_2} [CommRing R] [Ring S] [Algebra R S] (s : S) (h : Transcendental R s) (f : Polynomial R) : (Polynomial.algEquivOfTranscendental R s h).symm ((Polynomial.aeval โจs, โฏโฉ) f) = f - Polynomial.algEquivOfTranscendental_coe ๐ Mathlib.RingTheory.Algebraic.Basic
(R : Type u_1) {S : Type u_2} [CommRing R] [Ring S] [Algebra R S] (s : S) (h : Transcendental R s) : โ(Polynomial.algEquivOfTranscendental R s h) = โ(Polynomial.aeval โจs, โฏโฉ) - Transcendental.extendScalars ๐ 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] {a : A} (ha : Transcendental R a) [Algebra.IsAlgebraic R S] : Transcendental S a - Transcendental.extendScalars_of_isIntegral ๐ 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] {a : A} (ha : Transcendental R a) [Algebra.IsIntegral R S] : Transcendental S a - Algebra.IsAlgebraic.transcendental_iff ๐ 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] [FaithfulSMul R S] {a : A} [Algebra.IsAlgebraic R S] : Transcendental R a โ Transcendental S a - Algebra.IsIntegral.transcendental_iff ๐ 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] [FaithfulSMul R S] {a : A} [Algebra.IsIntegral R S] : Transcendental R a โ Transcendental S a - Transcendental.integralClosure ๐ Mathlib.RingTheory.Algebraic.Integral
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] [NoZeroDivisors S] {a : S} (ha : Transcendental R a) : Transcendental (โฅ(integralClosure R S)) a - Transcendental.subalgebraAlgebraicClosure ๐ Mathlib.RingTheory.Algebraic.Integral
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] [NoZeroDivisors S] {a : S} (ha : Transcendental R a) [IsDomain R] : Transcendental (โฅ(Subalgebra.algebraicClosure R S)) a - transcendental_aeval_iff ๐ Mathlib.RingTheory.Algebraic.Integral
{K : Type u_1} {A : Type u_4} [Field K] [Ring A] [Algebra K A] {r : A} {f : Polynomial K} : Transcendental K ((Polynomial.aeval r) f) โ Transcendental K r โง Transcendental K f - MvPolynomial.transcendental_X ๐ Mathlib.RingTheory.Algebraic.MvPolynomial
{ฯ : Type u_1} (R : Type u_2) [CommRing R] (i : ฯ) : Transcendental R (MvPolynomial.X i) - MvPolynomial.transcendental_polynomial_aeval_X ๐ Mathlib.RingTheory.Algebraic.MvPolynomial
{ฯ : Type u_1} (R : Type u_2) [CommRing R] (i : ฯ) {f : Polynomial R} (hf : Transcendental R f) : Transcendental R ((Polynomial.aeval (MvPolynomial.X i)) f) - MvPolynomial.transcendental_polynomial_aeval_X_iff ๐ Mathlib.RingTheory.Algebraic.MvPolynomial
{ฯ : Type u_1} (R : Type u_2) [CommRing R] (i : ฯ) {f : Polynomial R} : Transcendental R ((Polynomial.aeval (MvPolynomial.X i)) f) โ Transcendental R f - MvPolynomial.transcendental_supported_X ๐ Mathlib.RingTheory.Algebraic.MvPolynomial
{ฯ : Type u_1} (R : Type u_2) [CommRing R] {i : ฯ} {s : Set ฯ} (h : i โ s) : Transcendental (โฅ(MvPolynomial.supported R s)) (MvPolynomial.X i) - MvPolynomial.transcendental_supported_X_iff ๐ Mathlib.RingTheory.Algebraic.MvPolynomial
{ฯ : Type u_1} (R : Type u_2) [CommRing R] [Nontrivial R] {i : ฯ} {s : Set ฯ} : Transcendental (โฅ(MvPolynomial.supported R s)) (MvPolynomial.X i) โ i โ s - MvPolynomial.transcendental_supported_polynomial_aeval_X ๐ Mathlib.RingTheory.Algebraic.MvPolynomial
{ฯ : Type u_1} (R : Type u_2) [CommRing R] {i : ฯ} {s : Set ฯ} (h : i โ s) {f : Polynomial R} (hf : Transcendental R f) : Transcendental (โฅ(MvPolynomial.supported R s)) ((Polynomial.aeval (MvPolynomial.X i)) f) - MvPolynomial.transcendental_supported_polynomial_aeval_X_iff ๐ Mathlib.RingTheory.Algebraic.MvPolynomial
{ฯ : Type u_1} (R : Type u_2) [CommRing R] [Nontrivial R] {i : ฯ} {s : Set ฯ} {f : Polynomial R} : Transcendental (โฅ(MvPolynomial.supported R s)) ((Polynomial.aeval (MvPolynomial.X i)) f) โ i โ s โง Transcendental R f - AlgebraicIndependent.transcendental ๐ Mathlib.RingTheory.AlgebraicIndependent.Transcendental
{ฮน : Type u_1} {R : Type u_3} {A : Type v} {x : ฮน โ A} [CommRing R] [CommRing A] [Algebra R A] (hx : AlgebraicIndependent R x) (i : ฮน) : Transcendental R (x i) - algebraicIndependent_singleton_iff ๐ Mathlib.RingTheory.AlgebraicIndependent.Transcendental
{ฮน : Type u_1} {R : Type u_3} {A : Type v} {x : ฮน โ A} [CommRing R] [CommRing A] [Algebra R A] [Subsingleton ฮน] (i : ฮน) : AlgebraicIndependent R x โ Transcendental R (x i) - algebraicIndependent_unique_type_iff ๐ Mathlib.RingTheory.AlgebraicIndependent.Transcendental
{ฮน : Type u_1} {R : Type u_3} {A : Type v} {x : ฮน โ A} [CommRing R] [CommRing A] [Algebra R A] [Unique ฮน] : AlgebraicIndependent R x โ Transcendental R (x default) - algebraicIndependent_iff_transcendental ๐ Mathlib.RingTheory.AlgebraicIndependent.Transcendental
{R : Type u_3} {A : Type v} [CommRing R] [CommRing A] [Algebra R A] {x : A} : AlgebraicIndependent R ![x] โ Transcendental R x - AlgebraicIndependent.transcendental_adjoin ๐ Mathlib.RingTheory.AlgebraicIndependent.Transcendental
{ฮน : Type u_1} {R : Type u_3} {A : Type v} {x : ฮน โ A} [CommRing R] [CommRing A] [Algebra R A] (hx : AlgebraicIndependent R x) {s : Set ฮน} {i : ฮน} (hi : i โ s) : Transcendental (โฅ(Algebra.adjoin R (x '' s))) (x i) - AlgebraicIndependent.option_iff_transcendental ๐ Mathlib.RingTheory.AlgebraicIndependent.Transcendental
{ฮน : Type u_1} {R : Type u_3} {A : Type v} {x : ฮน โ A} [CommRing R] [CommRing A] [Algebra R A] (hx : AlgebraicIndependent R x) (a : A) : (AlgebraicIndependent R fun o => o.elim a x) โ Transcendental (โฅ(Algebra.adjoin R (Set.range x))) a - AlgebraicIndependent.option_iff ๐ Mathlib.RingTheory.AlgebraicIndependent.Transcendental
{ฮน : Type u_1} {R : Type u_3} {A : Type v} {x : ฮน โ A} [CommRing R] [CommRing A] [Algebra R A] {a : A} : (AlgebraicIndependent R fun o => o.elim a x) โ AlgebraicIndependent R x โง Transcendental (โฅ(Algebra.adjoin R (Set.range x))) a - AlgebraicIndependent.transcendental_adjoin_iff ๐ Mathlib.RingTheory.AlgebraicIndependent.Transcendental
{ฮน : Type u_1} {R : Type u_3} {A : Type v} {x : ฮน โ A} [CommRing R] [CommRing A] [Algebra R A] (hx : AlgebraicIndependent R x) [Nontrivial A] {s : Set ฮน} {i : ฮน} : Transcendental (โฅ(Algebra.adjoin R (x '' s))) (x i) โ i โ s - AlgebraicIndepOn.insert ๐ Mathlib.RingTheory.AlgebraicIndependent.Transcendental
{ฮน : Type u_1} {R : Type u_3} {A : Type v} {x : ฮน โ A} [CommRing R] [CommRing A] [Algebra R A] {s : Set ฮน} {i : ฮน} (hs : AlgebraicIndepOn R x s) (hi : Transcendental (โฅ(Algebra.adjoin R (x '' s))) (x i)) : AlgebraicIndepOn R x (insert i s) - AlgebraicIndepOn.insert_iff ๐ Mathlib.RingTheory.AlgebraicIndependent.Transcendental
{ฮน : Type u_1} {R : Type u_3} {A : Type v} {x : ฮน โ A} [CommRing R] [CommRing A] [Algebra R A] {s : Set ฮน} {i : ฮน} (h : i โ s) : AlgebraicIndepOn R x (insert i s) โ AlgebraicIndepOn R x s โง Transcendental (โฅ(Algebra.adjoin R (x '' s))) (x i) - AlgebraicIndependent.polynomial_aeval_of_transcendental ๐ Mathlib.RingTheory.AlgebraicIndependent.Transcendental
{ฮน : Type u_1} {R : Type u_3} {A : Type v} {x : ฮน โ A} [CommRing R] [CommRing A] [Algebra R A] (hx : AlgebraicIndependent R x) {f : ฮน โ Polynomial R} (hf : โ (i : ฮน), Transcendental R (f i)) : AlgebraicIndependent R fun i => (Polynomial.aeval (x i)) (f i) - AlgebraicIndependent.iff_transcendental_adjoin_image ๐ Mathlib.RingTheory.AlgebraicIndependent.Transcendental
{ฮน : Type u_1} {R : Type u_3} {A : Type v} {x : ฮน โ A} [CommRing R] [CommRing A] [Algebra R A] (i : ฮน) : AlgebraicIndependent R x โ (AlgebraicIndependent R fun j => x โj) โง Transcendental (โฅ(Algebra.adjoin R (x '' {i}แถ))) (x i) - algebraicIndependent_of_set_of_finite ๐ Mathlib.RingTheory.AlgebraicIndependent.Transcendental
{ฮน : Type u_1} {R : Type u_3} {A : Type v} {x : ฮน โ A} [CommRing R] [CommRing A] [Algebra R A] (s : Set ฮน) (ind : AlgebraicIndependent R fun i => x โi) (H : โ (t : Set ฮน), t.Finite โ (AlgebraicIndependent R fun i => x โi) โ โ i โ s, i โ t โ Transcendental (โฅ(Algebra.adjoin R (x '' t))) (x i)) : AlgebraicIndependent R x - algebraicIndependent_of_finite_type' ๐ Mathlib.RingTheory.AlgebraicIndependent.Transcendental
{ฮน : Type u_1} {R : Type u_3} {A : Type v} {x : ฮน โ A} [CommRing R] [CommRing A] [Algebra R A] (hinj : Function.Injective โ(algebraMap R A)) (H : โ (t : Set ฮน), t.Finite โ (AlgebraicIndependent R fun i => x โi) โ โ i โ t, Transcendental (โฅ(Algebra.adjoin R (x '' t))) (x i)) : AlgebraicIndependent R x - algebraicIndependent_of_finite' ๐ Mathlib.RingTheory.AlgebraicIndependent.Transcendental
{R : Type u_3} {A : Type v} [CommRing R] [CommRing A] [Algebra R A] (s : Set A) (hinj : Function.Injective โ(algebraMap R A)) (H : โ t โ s, t.Finite โ AlgebraicIndependent R Subtype.val โ โ a โ s, a โ t โ Transcendental (โฅ(Algebra.adjoin R t)) a) : AlgebraicIndependent R Subtype.val - MvPolynomial.algebraicIndependent_polynomial_aeval_X ๐ Mathlib.RingTheory.AlgebraicIndependent.Transcendental
{ฮน : Type u_1} {R : Type u_3} [CommRing R] (f : ฮน โ Polynomial R) (hf : โ (i : ฮน), Transcendental R (f i)) : AlgebraicIndependent R fun i => (Polynomial.aeval (MvPolynomial.X i)) (f i) - Transcendental.algebraicClosure ๐ Mathlib.FieldTheory.AlgebraicClosure
{F : Type u_1} {E : Type u_2} [Field F] [Field E] [Algebra F E] {a : E} (ha : Transcendental F a) : Transcendental (โฅ(algebraicClosure F E)) a - IntermediateField.transcendental_adjoin_iff ๐ Mathlib.RingTheory.AlgebraicIndependent.AlgebraicClosure
{F : Type u_2} {E : Type u_3} {S : Type u_5} {s : Set E} [Field F] [Field E] [Algebra F E] [Ring S] [Algebra E S] {x : S} : Transcendental (โฅ(IntermediateField.adjoin F s)) x โ Transcendental (โฅ(Algebra.adjoin F s)) x - IsStronglyTranscendental.transcendental ๐ Mathlib.RingTheory.Algebraic.StronglyTranscendental
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] {x : S} (h : IsStronglyTranscendental R x) [FaithfulSMul R S] : Transcendental R x - isStronglyTranscendental_iff_of_field ๐ Mathlib.RingTheory.Algebraic.StronglyTranscendental
{R : Type u_1} [CommRing R] {K : Type u_4} [Field K] [Algebra R K] [FaithfulSMul R K] {x : K} : IsStronglyTranscendental R x โ Transcendental R x - IsStronglyTranscendental.iff_of_isFractionRing ๐ Mathlib.RingTheory.Algebraic.StronglyTranscendental
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (K : Type u_4) [Field K] [Algebra R K] [Algebra S K] [IsScalarTower R S K] [FaithfulSMul R S] [IsFractionRing S K] {x : S} : IsStronglyTranscendental R x โ Transcendental R ((algebraMap S K) x) - IsStronglyTranscendental.of_transcendental ๐ Mathlib.RingTheory.Algebraic.StronglyTranscendental
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] {K : Type u_4} [Field K] [Algebra R K] [Algebra S K] [IsScalarTower R S K] [FaithfulSMul R S] [FaithfulSMul S K] {x : S} (H : Transcendental R ((algebraMap S K) x)) : IsStronglyTranscendental R x - Valuation.transcendental_of_ne_one ๐ Mathlib.RingTheory.Valuation.IsTrivialOn
{ฮ : Type u_1} [LinearOrderedCommGroupWithZero ฮ] (A : Type u_2) [CommRing A] {K : Type u_3} [Field K] [Algebra A K] {v : Valuation K ฮ} [hv : Valuation.IsTrivialOn A v] (y : K) (h0 : y โ 0) (hy : v y โ 1) : Transcendental A y - RatFunc.transcendental_X ๐ Mathlib.FieldTheory.RatFunc.AsPolynomial
{K : Type u} [CommRing K] [IsDomain K] : Transcendental K RatFunc.X - RatFunc.algEquivOfTranscendental ๐ Mathlib.FieldTheory.RatFunc.AsPolynomial
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] (f : L) (h : Transcendental K f) : RatFunc K โโ[K] โฅKโฎfโฏ - RatFunc.algEquivOfTranscendental_X ๐ Mathlib.FieldTheory.RatFunc.AsPolynomial
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] (f : L) (h : Transcendental K f) : โ((RatFunc.algEquivOfTranscendental f h) RatFunc.X) = f - RatFunc.algEquivOfTranscendental_apply ๐ Mathlib.FieldTheory.RatFunc.AsPolynomial
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] (f : L) (h : Transcendental K f) (u : RatFunc K) : โ((RatFunc.algEquivOfTranscendental f h) u) = (Polynomial.aeval f) u.num / (Polynomial.aeval f) u.denom - RatFunc.algEquivOfTranscendental_symm_gen ๐ Mathlib.FieldTheory.RatFunc.AsPolynomial
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] (f : L) (h : Transcendental K f) : (RatFunc.algEquivOfTranscendental f h).symm (IntermediateField.AdjoinSimple.gen K f) = RatFunc.X - RatFunc.algEquivOfTranscendental_algebraMap ๐ Mathlib.FieldTheory.RatFunc.AsPolynomial
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] (f : L) (h : Transcendental K f) (g : Polynomial K) : (RatFunc.algEquivOfTranscendental f h) ((algebraMap (Polynomial K) (RatFunc K)) g) = (Polynomial.aeval (IntermediateField.AdjoinSimple.gen K f)) g - RatFunc.algEquivOfTranscendental_symm_aeval ๐ Mathlib.FieldTheory.RatFunc.AsPolynomial
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] (f : L) (h : Transcendental K f) (g : Polynomial K) : (RatFunc.algEquivOfTranscendental f h).symm ((Polynomial.aeval (IntermediateField.AdjoinSimple.gen K f)) g) = (algebraMap (Polynomial K) (RatFunc K)) g - Transcendental.irrational ๐ Mathlib.NumberTheory.Real.Irrational
{r : โ} (tr : Transcendental โ r) : Irrational r - Transcendental.linearIndependent_sub_inv ๐ Mathlib.RingTheory.Algebraic.LinearIndependent
{F : Type u_1} {E : Type u_2} [Field F] [Field E] [Algebra F E] {x : E} (H : Transcendental F x) : LinearIndependent F fun a => (x - (algebraMap F E) a)โปยน - RatFunc.transcendental_of_ne_C ๐ Mathlib.FieldTheory.RatFunc.IntermediateField
{K : Type u_1} [Field K] (f : RatFunc K) (hf : ยฌโ c, f = RatFunc.C c) : Transcendental K f - RatFunc.Luroth.transcendental_generator ๐ Mathlib.FieldTheory.RatFunc.Luroth
{K : Type u_1} [Field K] {E : IntermediateField K (RatFunc K)} (h : E โ โฅ) : Transcendental K (RatFunc.Luroth.generator E) - Polynomial.Bivariate.Transcendental.algEquivAdjoin ๐ Mathlib.RingTheory.Adjoin.Polynomial.Bivariate
{R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [Algebra R A] {x : A} (hx : Transcendental R x) : Polynomial (Polynomial R) โโ[R] Polynomial โฅR[x] - IsAlgebraic.adjoin_singleton ๐ Mathlib.RingTheory.Adjoin.Polynomial.Bivariate
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {B : Type u_3} [CommRing B] [Algebra A B] [Algebra R B] [IsScalarTower R A B] {x : A} {y : B} (hx : Transcendental R x) (hy : Transcendental R y) (h : IsAlgebraic (โฅR[x]) y) : IsAlgebraic (โฅR[y]) ((algebraMap A B) x) - Polynomial.Bivariate.Transcendental.algEquivAdjoin_apply ๐ Mathlib.RingTheory.Adjoin.Polynomial.Bivariate
{R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [Algebra R A] {x : A} (hx : Transcendental R x) (p : Polynomial (Polynomial R)) : (Polynomial.Bivariate.Transcendental.algEquivAdjoin hx) p = (Polynomial.mapAlgHom (Polynomial.aeval โจx, โฏโฉ)) p - Polynomial.Bivariate.Transcendental.algEquivAdjoin_swap_eq_aeval ๐ Mathlib.RingTheory.Adjoin.Polynomial.Bivariate
{R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [Algebra R A] {x : A} (hx : Transcendental R x) (p : Polynomial (Polynomial R)) : (Polynomial.Bivariate.Transcendental.algEquivAdjoin hx) (Polynomial.Bivariate.swap p) = (Polynomial.aeval (Polynomial.C โจx, โฏโฉ)) p - Polynomial.Bivariate.aeval_aeval_eq_aeval_algEquivAdjoin ๐ Mathlib.RingTheory.Adjoin.Polynomial.Bivariate
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] {B : Type u_3} [CommRing B] [Algebra A B] [Algebra R B] [IsScalarTower R A B] {x : A} (y : B) (hx : Transcendental R x) (p : Polynomial (Polynomial R)) : (Polynomial.aeval ((algebraMap A B) x)) ((Polynomial.aeval (Polynomial.C โจy, โฏโฉ)) p) = (Polynomial.aeval y) ((Polynomial.Bivariate.Transcendental.algEquivAdjoin hx) p) - FunctionField.finiteDimensional_of_adjoin_transcendental ๐ Mathlib.NumberTheory.FunctionField
{F : Type u_3} {K : Type u_4} [Field F] [Field K] [Algebra (RatFunc F) K] [FunctionField F K] [Algebra F K] [IsScalarTower F (RatFunc F) K] {y : K} (hy : Transcendental F y) : FiniteDimensional (โฅFโฎyโฏ) K - FunctionField.isAlgebraic_X_over_adjoin_transcendental ๐ Mathlib.NumberTheory.FunctionField
{F : Type u_3} {K : Type u_4} [Field F] [Field K] [Algebra (RatFunc F) K] [FunctionField F K] [Algebra F K] [IsScalarTower F (RatFunc F) K] {y : K} (hy : Transcendental F y) : IsAlgebraic (โฅFโฎyโฏ) ((algebraMap (RatFunc F) K) RatFunc.X) - Liouville.transcendental ๐ Mathlib.NumberTheory.Transcendental.Liouville.Basic
{x : โ} (lx : Liouville x) : Transcendental โค x - transcendental_liouvilleNumber ๐ Mathlib.NumberTheory.Transcendental.Liouville.LiouvilleNumber
{m : โ} (hm : 2 โค m) : Transcendental โค (liouvilleNumber โm)
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