Loogle!
Result
Found 222 declarations mentioning IsIdempotentElem. Of these, only the first 200 are shown.
- IsIdempotentElem ๐ Mathlib.Algebra.Group.Idempotent
{M : Type u_1} [Mul M] (a : M) : Prop - IsIdempotentElem.instOneSubtype ๐ Mathlib.Algebra.Group.Idempotent
{M : Type u_1} [MulOneClass M] : One { a // IsIdempotentElem a } - IsIdempotentElem.eq ๐ Mathlib.Algebra.Group.Idempotent
{M : Type u_1} [Mul M] {a : M} (ha : IsIdempotentElem a) : a * a = a - IsIdempotentElem.one ๐ Mathlib.Algebra.Group.Idempotent
{M : Type u_1} [MulOneClass M] : IsIdempotentElem 1 - isIdempotentElem_iff ๐ Mathlib.Algebra.Group.Idempotent
{M : Type u_1} [Mul M] {a : M} : IsIdempotentElem a โ a * a = a - IsIdempotentElem.of_isIdempotent ๐ Mathlib.Algebra.Group.Idempotent
{M : Type u_1} [Mul M] [Std.IdempotentOp fun x1 x2 => x1 * x2] (a : M) : IsIdempotentElem a - IsIdempotentElem.iff_eq_one_of_isUnit ๐ Mathlib.Algebra.Group.Idempotent
{M : Type u_1} [Monoid M] {a : M} (h : IsUnit a) : IsIdempotentElem a โ a = 1 - IsIdempotentElem.map ๐ Mathlib.Algebra.Group.Idempotent
{M : Type u_4} {N : Type u_5} {F : Type u_6} [Mul M] [Mul N] [FunLike F M N] [MulHomClass F M N] {e : M} (he : IsIdempotentElem e) (f : F) : IsIdempotentElem (f e) - IsIdempotentElem.iff_eq_one ๐ Mathlib.Algebra.Group.Idempotent
{M : Type u_1} [CancelMonoid M] {a : M} : IsIdempotentElem a โ a = 1 - IsIdempotentElem.pow ๐ Mathlib.Algebra.Group.Idempotent
{M : Type u_1} [Monoid M] {a : M} (n : โ) (h : IsIdempotentElem a) : IsIdempotentElem (a ^ n) - IsIdempotentElem.mul_of_commute ๐ Mathlib.Algebra.Group.Idempotent
{S : Type u_3} [Semigroup S] {a b : S} (hab : Commute a b) (ha : IsIdempotentElem a) (hb : IsIdempotentElem b) : IsIdempotentElem (a * b) - IsIdempotentElem.pow_eq ๐ Mathlib.Algebra.Group.Idempotent
{M : Type u_1} [Monoid M] {a : M} (h : IsIdempotentElem a) {n : โ} (hn : n โ 0) : a ^ n = a - IsIdempotentElem.mul ๐ Mathlib.Algebra.Group.Idempotent
{S : Type u_3} [CommSemigroup S] {a b : S} (ha : IsIdempotentElem a) (hb : IsIdempotentElem b) : IsIdempotentElem (a * b) - IsIdempotentElem.pow_succ_eq ๐ Mathlib.Algebra.Group.Idempotent
{M : Type u_1} [Monoid M] {a : M} (n : โ) (h : IsIdempotentElem a) : a ^ (n + 1) = a - IsIdempotentElem.mul_mul_self ๐ Mathlib.Algebra.Group.Idempotent
{M : Type u_4} [Semigroup M] {x : M} (hx : IsIdempotentElem x) (y : M) : y * x * x = y * x - IsIdempotentElem.mul_self_mul ๐ Mathlib.Algebra.Group.Idempotent
{M : Type u_4} [Semigroup M] {x : M} (hx : IsIdempotentElem x) (y : M) : x * (x * y) = x * y - IsIdempotentElem.coe_one ๐ Mathlib.Algebra.Group.Idempotent
{M : Type u_1} [MulOneClass M] : โ1 = 1 - IsIdempotentElem.coe_powers ๐ Mathlib.Algebra.Group.Submonoid.Membership
{M : Type u_1} [Monoid M] {a : M} (ha : IsIdempotentElem a) : โ(Submonoid.powers a) = {1, a} - LinearMap.toSpanSingleton_isIdempotentElem_iff ๐ Mathlib.LinearAlgebra.Span.Basic
{R : Type u_1} [Semiring R] {e : R} : IsIdempotentElem (LinearMap.toSpanSingleton R R e) โ IsIdempotentElem e - LinearMap.isIdempotentElem_map_one_iff ๐ Mathlib.LinearAlgebra.Span.Basic
{R : Type u_1} [Semiring R] {f : Module.End R R} : IsIdempotentElem (f 1) โ IsIdempotentElem f - IsIdempotentElem.instZeroSubtype ๐ Mathlib.Algebra.GroupWithZero.Idempotent
{Mโ : Type u_1} [MulZeroClass Mโ] : Zero { p // IsIdempotentElem p } - IsIdempotentElem.zero ๐ Mathlib.Algebra.GroupWithZero.Idempotent
{Mโ : Type u_1} [MulZeroClass Mโ] : IsIdempotentElem 0 - IsIdempotentElem.coe_zero ๐ Mathlib.Algebra.GroupWithZero.Idempotent
{Mโ : Type u_1} [MulZeroClass Mโ] : โ0 = 0 - IsIdempotentElem.iff_eq_zero_or_one ๐ Mathlib.Algebra.GroupWithZero.Idempotent
{Gโ : Type u_2} [MonoidWithZero Gโ] [IsLeftCancelMulZero Gโ] {p : Gโ} : IsIdempotentElem p โ p = 0 โจ p = 1 - IsIdempotentElem.instComplSubtype ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [NonAssocRing R] : Compl { a // IsIdempotentElem a } - IsIdempotentElem.one_sub ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [NonAssocRing R] {a : R} (h : IsIdempotentElem a) : IsIdempotentElem (1 - a) - IsIdempotentElem.one_sub_iff ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [NonAssocRing R] {a : R} : IsIdempotentElem (1 - a) โ IsIdempotentElem a - IsIdempotentElem.compl_compl ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [NonAssocRing R] (a : { a // IsIdempotentElem a }) : aแถแถ = a - IsIdempotentElem.of_mul_add ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [Semiring R] {a b : R} (mul : a * b = 0) (add : a + b = 1) : IsIdempotentElem a โง IsIdempotentElem b - IsIdempotentElem.mul_one_sub_self ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [NonAssocRing R] {a : R} (h : IsIdempotentElem a) : a * (1 - a) = 0 - IsIdempotentElem.one_sub_mul_self ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [NonAssocRing R] {a : R} (h : IsIdempotentElem a) : (1 - a) * a = 0 - isIdempotentElem_iff_mul_one_sub_self ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [NonAssocRing R] {a : R} : IsIdempotentElem a โ a * (1 - a) = 0 - isIdempotentElem_iff_one_sub_mul_self ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [NonAssocRing R] {a : R} : IsIdempotentElem a โ (1 - a) * a = 0 - IsIdempotentElem.sub ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [NonUnitalNonAssocRing R] {a b : R} (ha : IsIdempotentElem a) (hb : IsIdempotentElem b) (hab : a * b = a) (hba : b * a = a) : IsIdempotentElem (b - a) - IsIdempotentElem.add ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [NonUnitalNonAssocSemiring R] {a b : R} (ha : IsIdempotentElem a) (hb : IsIdempotentElem b) (hab : a * b + b * a = 0) : IsIdempotentElem (a + b) - IsIdempotentElem.add_sub_mul ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [CommRing R] {a b : R} (hp : IsIdempotentElem a) (hq : IsIdempotentElem b) : IsIdempotentElem (a + b - a * b) - IsIdempotentElem.commute_of_anticommute ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} {a b : R} [NonUnitalSemiring R] [IsAddTorsionFree R] (ha : IsIdempotentElem a) (hab : a * b + b * a = 0) : Commute a b - IsIdempotentElem.add_iff ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [NonUnitalNonAssocSemiring R] [IsCancelAdd R] {a b : R} (ha : IsIdempotentElem a) (hb : IsIdempotentElem b) : IsIdempotentElem (a + b) โ a * b + b * a = 0 - IsIdempotentElem.coe_compl ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [NonAssocRing R] (a : { a // IsIdempotentElem a }) : โaแถ = 1 - โa - IsIdempotentElem.add_sub_mul_of_commute ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [NonUnitalRing R] {a b : R} (h : Commute a b) (ha : IsIdempotentElem a) (hb : IsIdempotentElem b) : IsIdempotentElem (a + b - a * b) - IsIdempotentElem.mul_eq_zero_of_anticommute ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} {a b : R} [NonUnitalSemiring R] [IsAddTorsionFree R] (ha : IsIdempotentElem a) (hab : a * b + b * a = 0) : a * b = 0 - IsIdempotentElem.sub_iff ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [NonUnitalRing R] [IsAddTorsionFree R] {p q : R} (hp : IsIdempotentElem p) (hq : IsIdempotentElem q) : IsIdempotentElem (q - p) โ p * q = p โง q * p = p - IsIdempotentElem.one_compl ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [NonAssocRing R] : 1แถ = 0 - IsIdempotentElem.zero_compl ๐ Mathlib.Algebra.Ring.Idempotent
{R : Type u_1} [NonAssocRing R] : 0แถ = 1 - IsIdempotentElem.ker_toSpanSingleton_eq_span ๐ Mathlib.RingTheory.Ideal.Span
{R : Type u_1} [CommRing R] {e : R} (he : IsIdempotentElem e) : (LinearMap.toSpanSingleton R R e).ker = Ideal.span {1 - e} - IsIdempotentElem.ker_toSpanSingleton_one_sub_eq_span ๐ Mathlib.RingTheory.Ideal.Span
{R : Type u_1} [CommRing R] {e : R} (he : IsIdempotentElem e) : (LinearMap.toSpanSingleton R R (1 - e)).ker = Ideal.span {e} - Ideal.irreducible_of_isMaximal_of_eq_span_singleton_of_not_isIdempotentElem ๐ Mathlib.RingTheory.Ideal.Maximal
{ฮฑ : Type u} [CommSemiring ฮฑ] {a : ฮฑ} (max : (Ideal.span {a}).IsMaximal) (idem : โ (x : ฮฑ), Ideal.span {a} = Ideal.span {x} โ ยฌIsIdempotentElem x) : Irreducible a - Ideal.exists_le_prime_notMem_of_isIdempotentElem ๐ Mathlib.RingTheory.Ideal.Maximal
{ฮฑ : Type u} [CommSemiring ฮฑ] (I : Ideal ฮฑ) (a : ฮฑ) (ha : IsIdempotentElem a) (haI : a โ I) : โ p, p.IsPrime โง I โค p โง a โ p - LinearMap.IsProj.isIdempotentElem ๐ Mathlib.LinearAlgebra.Projection
{S : Type u_5} [Semiring S] {M : Type u_6} [AddCommMonoid M] [Module S M] {m : Submodule S M} {f : M โโ[S] M} (h : LinearMap.IsProj m f) : IsIdempotentElem f - LinearMap.isProj_iff_isIdempotentElem ๐ Mathlib.LinearAlgebra.Projection
{S : Type u_5} [Semiring S] {M : Type u_6} [AddCommMonoid M] [Module S M] (f : M โโ[S] M) : (โ p, LinearMap.IsProj p f) โ IsIdempotentElem f - LinearMap.IsIdempotentElem.isProj_range ๐ Mathlib.LinearAlgebra.Projection
{S : Type u_5} [Semiring S] {M : Type u_6} [AddCommMonoid M] [Module S M] (f : M โโ[S] M) : IsIdempotentElem f โ LinearMap.IsProj f.range f - LinearMap.isProj_range_iff_isIdempotentElem ๐ Mathlib.LinearAlgebra.Projection
{S : Type u_5} [Semiring S] {M : Type u_6} [AddCommMonoid M] [Module S M] (f : M โโ[S] M) : LinearMap.IsProj f.range f โ IsIdempotentElem f - Submodule.isIdempotentElem_projection ๐ Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {p q : Submodule R E} (hpq : IsCompl p q) : IsIdempotentElem (p.projection q hpq) - Submodule.IsCompl.projection_isIdempotentElem ๐ Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {p q : Submodule R E} (hpq : IsCompl p q) : IsIdempotentElem (p.projection q hpq) - LinearMap.IsIdempotentElem.mem_range_iff ๐ Mathlib.LinearAlgebra.Projection
{S : Type u_5} [Semiring S] {M : Type u_6} [AddCommMonoid M] [Module S M] {p : M โโ[S] M} (hp : IsIdempotentElem p) {x : M} : x โ p.range โ p x = x - LinearMap.IsIdempotentElem.eq_isCompl_projection ๐ Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {T : E โโ[R] E} (hT : IsIdempotentElem T) : T = T.range.projection T.ker โฏ - LinearMap.IsIdempotentElem.eq_projection ๐ Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {T : E โโ[R] E} (hT : IsIdempotentElem T) : T = T.range.projection T.ker โฏ - LinearMap.IsIdempotentElem.isCompl ๐ Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {f : E โโ[R] E} (hf : IsIdempotentElem f) : IsCompl f.range f.ker - LinearMap.IsIdempotentElem.comp_eq_right_iff ๐ Mathlib.LinearAlgebra.Projection
{S : Type u_5} [Semiring S] {M : Type u_6} [AddCommMonoid M] [Module S M] {q : M โโ[S] M} (hq : IsIdempotentElem q) {E : Type u_7} [AddCommMonoid E] [Module S E] (p : E โโ[S] M) : q โโ p = p โ p.range โค q.range - LinearMap.IsIdempotentElem.ker_eq_range ๐ Mathlib.LinearAlgebra.Projection
{S : Type u_5} [Semiring S] {E : Type u_7} [AddCommGroup E] [Module S E] {p : E โโ[S] E} (hp : IsIdempotentElem p) : p.ker = (LinearMap.id - p).range - LinearMap.IsIdempotentElem.range_eq_ker ๐ Mathlib.LinearAlgebra.Projection
{S : Type u_5} [Semiring S] {E : Type u_7} [AddCommGroup E] [Module S E] {p : E โโ[S] E} (hp : IsIdempotentElem p) : p.range = (LinearMap.id - p).ker - LinearMap.IsIdempotentElem.comp_eq_left_iff ๐ Mathlib.LinearAlgebra.Projection
{S : Type u_5} [Semiring S] {M : Type u_7} [AddCommGroup M] [Module S M] {q : M โโ[S] M} (hq : IsIdempotentElem q) {E : Type u_8} [AddCommGroup E] [Module S E] (p : M โโ[S] E) : p โโ q = p โ q.ker โค p.ker - LinearMap.IsIdempotentElem.ker_eq_range_one_sub ๐ Mathlib.LinearAlgebra.Projection
{S : Type u_5} [Semiring S] {E : Type u_7} [AddCommGroup E] [Module S E] {p : E โโ[S] E} (hp : IsIdempotentElem p) : p.ker = (1 - p).range - LinearMap.IsIdempotentElem.range_eq_ker_one_sub ๐ Mathlib.LinearAlgebra.Projection
{S : Type u_5} [Semiring S] {E : Type u_7} [AddCommGroup E] [Module S E] {p : E โโ[S] E} (hp : IsIdempotentElem p) : p.range = (1 - p).ker - LinearMap.IsIdempotentElem.ext ๐ Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {p q : E โโ[R] E} (hp : IsIdempotentElem p) (hq : IsIdempotentElem q) : p.range = q.range โง p.ker = q.ker โ p = q - LinearMap.IsIdempotentElem.ext_iff ๐ Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {p q : E โโ[R] E} (hp : IsIdempotentElem p) (hq : IsIdempotentElem q) : p = q โ p.range = q.range โง p.ker = q.ker - LinearMap.isIdempotentElem_iff_eq_isCompl_projection_range_ker ๐ Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {T : E โโ[R] E} : IsIdempotentElem T โ โ (h : IsCompl T.range T.ker), T = T.range.projection T.ker h - LinearMap.isIdempotentElem_iff_eq_projection_range_ker ๐ Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {T : E โโ[R] E} : IsIdempotentElem T โ โ (h : IsCompl T.range T.ker), T = T.range.projection T.ker h - LinearMap.IsIdempotentElem.commute_iff_of_isUnit ๐ Mathlib.LinearAlgebra.Projection
{E : Type u_1} {R : Type u_2} [Ring R] [AddCommGroup E] [Module R E] {T f : E โโ[R] E} (hT : IsUnit T) (hf : IsIdempotentElem f) : Commute f T โ Submodule.map T f.range = f.range โง Submodule.map T f.ker = f.ker - LinearMap.IsIdempotentElem.conj_eq_of_ker_mem_invtSubmodule ๐ Mathlib.LinearAlgebra.Projection
{E : Type u_1} {R : Type u_2} [Ring R] [AddCommGroup E] [Module R E] {T f : E โโ[R] E} (hf : IsIdempotentElem f) : f.ker โ Module.End.invtSubmodule T โ f โโ T โโ f = f โโ T - LinearMap.IsIdempotentElem.ker_mem_invtSubmodule ๐ Mathlib.LinearAlgebra.Projection
{E : Type u_1} {R : Type u_2} [Ring R] [AddCommGroup E] [Module R E] {T f : E โโ[R] E} (hf : IsIdempotentElem f) : f โโ T โโ f = f โโ T โ f.ker โ Module.End.invtSubmodule T - LinearMap.IsIdempotentElem.ker_mem_invtSubmodule_iff ๐ Mathlib.LinearAlgebra.Projection
{E : Type u_1} {R : Type u_2} [Ring R] [AddCommGroup E] [Module R E] {T f : E โโ[R] E} (hf : IsIdempotentElem f) : f.ker โ Module.End.invtSubmodule T โ f โโ T โโ f = f โโ T - LinearMap.IsIdempotentElem.conj_eq_of_range_mem_invtSubmodule ๐ Mathlib.LinearAlgebra.Projection
{E : Type u_1} {R : Type u_2} [Ring R] [AddCommGroup E] [Module R E] {T f : E โโ[R] E} (hf : IsIdempotentElem f) : f.range โ Module.End.invtSubmodule T โ f โโ T โโ f = T โโ f - LinearMap.IsIdempotentElem.range_mem_invtSubmodule ๐ Mathlib.LinearAlgebra.Projection
{E : Type u_1} {R : Type u_2} [Ring R] [AddCommGroup E] [Module R E] {T f : E โโ[R] E} (hf : IsIdempotentElem f) : f โโ T โโ f = T โโ f โ f.range โ Module.End.invtSubmodule T - LinearMap.IsIdempotentElem.range_mem_invtSubmodule_iff ๐ Mathlib.LinearAlgebra.Projection
{E : Type u_1} {R : Type u_2} [Ring R] [AddCommGroup E] [Module R E] {T f : E โโ[R] E} (hf : IsIdempotentElem f) : f.range โ Module.End.invtSubmodule T โ f โโ T โโ f = T โโ f - LinearMap.IsIdempotentElem.commute_iff ๐ Mathlib.LinearAlgebra.Projection
{E : Type u_1} {R : Type u_2} [Ring R] [AddCommGroup E] [Module R E] {T f : E โโ[R] E} (hf : IsIdempotentElem f) : Commute f T โ f.range โ Module.End.invtSubmodule T โง f.ker โ Module.End.invtSubmodule T - Submodule.isIdempotentElemEquiv ๐ Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] (p : Submodule R E) : { f // IsIdempotentElem f โง LinearMap.range f = p } โ { f // โ (x : โฅp), f โx = x } - Submodule.isIdempotentElemEquiv_apply_coe ๐ Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] (p : Submodule R E) (f : { f // IsIdempotentElem f โง LinearMap.range f = p }) : โ(p.isIdempotentElemEquiv f) = LinearMap.codRestrict p โf โฏ - Submodule.isIdempotentElemEquiv_symm_apply_coe ๐ Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] (p : Submodule R E) (f : { f // โ (x : โฅp), f โx = x }) : โ(p.isIdempotentElemEquiv.symm f) = p.subtype โโ โf - IsIdempotentElem.star ๐ Mathlib.Algebra.Star.Module
{R : Type u_1} [Mul R] [StarMul R] {a : R} : IsIdempotentElem a โ IsIdempotentElem (star a) - IsIdempotentElem.star_iff ๐ Mathlib.Algebra.Star.Module
{R : Type u_1} [Mul R] [StarMul R] {a : R} : IsIdempotentElem (star a) โ IsIdempotentElem a - IsStarProjection.isIdempotentElem ๐ Mathlib.Algebra.Star.StarProjection
{R : Type u_1} [Mul R] [Star R] {p : R} (self : IsStarProjection p) : IsIdempotentElem p - IsStarProjection.mk ๐ Mathlib.Algebra.Star.StarProjection
{R : Type u_1} [Mul R] [Star R] {p : R} (isIdempotentElem : IsIdempotentElem p) (isSelfAdjoint : IsSelfAdjoint p) : IsStarProjection p - isStarProjection_iff ๐ Mathlib.Algebra.Star.StarProjection
{R : Type u_1} [Mul R] [Star R] (p : R) : IsStarProjection p โ IsIdempotentElem p โง IsSelfAdjoint p - Unitization.IsIdempotentElem.inr ๐ Mathlib.Algebra.Algebra.Unitization
(R : Type u_1) {A : Type u_2} [MulZeroClass R] [AddZeroClass A] [Mul A] [SMulWithZero R A] {a : A} : IsIdempotentElem a โ IsIdempotentElem โa - Unitization.isIdempotentElem_inr_iff ๐ Mathlib.Algebra.Algebra.Unitization
(R : Type u_1) {A : Type u_2} [MulZeroClass R] [AddZeroClass A] [Mul A] [SMulWithZero R A] {a : A} : IsIdempotentElem โa โ IsIdempotentElem a - Subalgebra.isIdempotentElem_toSubmodule ๐ Mathlib.Algebra.Algebra.Subalgebra.Pointwise
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [Algebra R A] (S : Subalgebra R A) : IsIdempotentElem (Subalgebra.toSubmodule S) - BooleanRing.isIdempotentElem ๐ Mathlib.Algebra.Ring.BooleanRing
{ฮฑ : Type u_4} [self : BooleanRing ฮฑ] (a : ฮฑ) : IsIdempotentElem a - BooleanRing.mk ๐ Mathlib.Algebra.Ring.BooleanRing
{ฮฑ : Type u_4} [toRing : Ring ฮฑ] (isIdempotentElem : โ (a : ฮฑ), IsIdempotentElem a) : BooleanRing ฮฑ - IsLocalization.Away.algebraMap_surjective_of_isIdempotentElem ๐ Mathlib.RingTheory.Localization.Away.Basic
{R : Type u_1} [CommSemiring R] {S : Type u_2} [CommSemiring S] [Algebra R S] (e : R) (he : IsIdempotentElem e) [IsLocalization.Away e S] : Function.Surjective โ(algebraMap R S) - IsLocalization.away_of_isIdempotentElem_of_mul ๐ Mathlib.RingTheory.Localization.Away.Basic
{R : Type u_1} [CommSemiring R] {S : Type u_2} [CommSemiring S] [Algebra R S] {e : R} (he : IsIdempotentElem e) (H : โ (x y : R), (algebraMap R S) x = (algebraMap R S) y โ e * x = e * y) (H' : Function.Surjective โ(algebraMap R S)) : IsLocalization.Away e S - IsLocalization.away_of_isIdempotentElem ๐ Mathlib.RingTheory.Localization.Away.Basic
{R : Type u_4} {S : Type u_5} [CommRing R] [CommRing S] [Algebra R S] {e : R} (he : IsIdempotentElem e) (H : RingHom.ker (algebraMap R S) = Ideal.span {1 - e}) (H' : Function.Surjective โ(algebraMap R S)) : IsLocalization.Away e S - IsIdempotentElem.eq_zero_of_isNilpotent ๐ Mathlib.RingTheory.Nilpotent.Basic
{R : Type u_1} [MonoidWithZero R] {e : R} (idem : IsIdempotentElem e) (nilp : IsNilpotent e) : e = 0 - IsNilpotent.eq_zero_of_isIdempotentElem ๐ Mathlib.RingTheory.Nilpotent.Basic
{R : Type u_1} [MonoidWithZero R] {e : R} (idem : IsIdempotentElem e) (nilp : IsNilpotent e) : e = 0 - instSemilatticeInfSubtypeIsIdempotentElem ๐ Mathlib.Algebra.Order.Ring.Idempotent
{S : Type u_2} [CommSemigroup S] : SemilatticeInf { a // IsIdempotentElem a } - instBooleanAlgebraSubtypeIsIdempotentElem ๐ Mathlib.Algebra.Order.Ring.Idempotent
{R : Type u_1} [CommRing R] : BooleanAlgebra { a // IsIdempotentElem a } - instLatticeSubtypeIsIdempotentElem ๐ Mathlib.Algebra.Order.Ring.Idempotent
{R : Type u_1} [CommRing R] : Lattice { a // IsIdempotentElem a } - instOrderTopSubtypeIsIdempotentElem ๐ Mathlib.Algebra.Order.Ring.Idempotent
{M : Type u_2} [CommMonoid M] : OrderTop { a // IsIdempotentElem a } - instOrderBotSubtypeIsIdempotentElem ๐ Mathlib.Algebra.Order.Ring.Idempotent
{Mโ : Type u_2} [CommMonoidWithZero Mโ] : OrderBot { a // IsIdempotentElem a } - OrderIso.isIdempotentElemMulZeroAddOne ๐ Mathlib.Algebra.Order.Ring.Idempotent
{R : Type u_1} [CommRing R] : { a // IsIdempotentElem a } โo { a // a.1 * a.2 = 0 โง a.1 + a.2 = 1 } - PrimeSpectrum.basicOpen_injOn_isIdempotentElem ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommSemiring R] : Set.InjOn PrimeSpectrum.basicOpen {e | IsIdempotentElem e} - PrimeSpectrum.existsUnique_idempotent_basicOpen_eq_of_isClopen ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommSemiring R] {s : Set (PrimeSpectrum R)} (hs : IsClopen s) : โ! e, IsIdempotentElem e โง s = โ(PrimeSpectrum.basicOpen e) - PrimeSpectrum.exists_idempotent_basicOpen_eq_of_isClopen ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommSemiring R] {s : Set (PrimeSpectrum R)} (hs : IsClopen s) : โ e, IsIdempotentElem e โง s = โ(PrimeSpectrum.basicOpen e) - PrimeSpectrum.isClopen_iff_zeroLocus ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommRing R] {s : Set (PrimeSpectrum R)} : IsClopen s โ โ e, IsIdempotentElem e โง s = PrimeSpectrum.zeroLocus {e} - PrimeSpectrum.isClopen_iff ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommRing R] {s : Set (PrimeSpectrum R)} : IsClopen s โ โ e, IsIdempotentElem e โง s = โ(PrimeSpectrum.basicOpen e) - PrimeSpectrum.basicOpen_eq_zeroLocus_of_isIdempotentElem ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommRing R] (e : R) (he : IsIdempotentElem e) : โ(PrimeSpectrum.basicOpen e) = PrimeSpectrum.zeroLocus {1 - e} - PrimeSpectrum.zeroLocus_eq_basicOpen_of_isIdempotentElem ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommRing R] (e : R) (he : IsIdempotentElem e) : PrimeSpectrum.zeroLocus {e} = โ(PrimeSpectrum.basicOpen (1 - e)) - PrimeSpectrum.isIdempotentElemEquivClopens ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommRing R] : { e // IsIdempotentElem e } โo TopologicalSpace.Clopens (PrimeSpectrum R) - PrimeSpectrum.isIdempotentElemEquivClopens_apply_toOpens ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommRing R] (e : { e // IsIdempotentElem e }) : (PrimeSpectrum.isIdempotentElemEquivClopens e).toOpens = PrimeSpectrum.basicOpen โe - PrimeSpectrum.coe_isIdempotentElemEquivClopens_apply ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommRing R] (e : { e // IsIdempotentElem e }) : โ(PrimeSpectrum.isIdempotentElemEquivClopens e) = โ(PrimeSpectrum.basicOpen โe) - PrimeSpectrum.basicOpen_isIdempotentElemEquivClopens_symm ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommRing R] (s : TopologicalSpace.Clopens (PrimeSpectrum R)) : PrimeSpectrum.basicOpen โ(PrimeSpectrum.isIdempotentElemEquivClopens.symm s) = s.toOpens - PrimeSpectrum.isIdempotentElemEquivClopens_symm_bot ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommRing R] : PrimeSpectrum.isIdempotentElemEquivClopens.symm โฅ = โจ0, โฏโฉ - PrimeSpectrum.isIdempotentElemEquivClopens_symm_top ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommRing R] : PrimeSpectrum.isIdempotentElemEquivClopens.symm โค = โจ1, โฏโฉ - PrimeSpectrum.isIdempotentElemEquivClopens_one_sub ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommRing R] (e : โ{e | IsIdempotentElem e}) : PrimeSpectrum.isIdempotentElemEquivClopens โจ1 - โe, โฏโฉ = (PrimeSpectrum.isIdempotentElemEquivClopens e)แถ - PrimeSpectrum.isIdempotentElemEquivClopens_mul ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommRing R] (eโ eโ : โ{e | IsIdempotentElem e}) : PrimeSpectrum.isIdempotentElemEquivClopens โจโeโ * โeโ, โฏโฉ = PrimeSpectrum.isIdempotentElemEquivClopens eโ โ PrimeSpectrum.isIdempotentElemEquivClopens eโ - PrimeSpectrum.isIdempotentElemEquivClopens_symm_compl ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommRing R] (s : TopologicalSpace.Clopens (PrimeSpectrum R)) : PrimeSpectrum.isIdempotentElemEquivClopens.symm sแถ = โจ1 - โ(PrimeSpectrum.isIdempotentElemEquivClopens.symm s), โฏโฉ - PrimeSpectrum.isIdempotentElemEquivClopens_symm_inf ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommRing R] (sโ sโ : TopologicalSpace.Clopens (PrimeSpectrum R)) : PrimeSpectrum.isIdempotentElemEquivClopens.symm (sโ โ sโ) = โจโ(PrimeSpectrum.isIdempotentElemEquivClopens.symm sโ) * โ(PrimeSpectrum.isIdempotentElemEquivClopens.symm sโ), โฏโฉ - PrimeSpectrum.isIdempotentElemEquivClopens_symm_sup ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommRing R] (sโ sโ : TopologicalSpace.Clopens (PrimeSpectrum R)) : PrimeSpectrum.isIdempotentElemEquivClopens.symm (sโ โ sโ) = โจโ(PrimeSpectrum.isIdempotentElemEquivClopens.symm sโ) + โ(PrimeSpectrum.isIdempotentElemEquivClopens.symm sโ) - โ(PrimeSpectrum.isIdempotentElemEquivClopens.symm sโ) * โ(PrimeSpectrum.isIdempotentElemEquivClopens.symm sโ), โฏโฉ - IsSemisimpleRing.ideal_eq_span_idempotent ๐ Mathlib.RingTheory.SimpleModule.Basic
{R : Type u_2} [Ring R] [IsSemisimpleRing R] (I : Ideal R) : โ e, IsIdempotentElem e โง I = Ideal.span {e} - Ideal.isIdempotentElem_iff_eq_bot_or_top_of_isLocalRing ๐ Mathlib.RingTheory.Filtration
{R : Type u_3} [CommRing R] [IsNoetherianRing R] [IsLocalRing R] (I : Ideal R) : IsIdempotentElem I โ I = โฅ โจ I = โค - Ideal.cotangent_subsingleton_iff ๐ Mathlib.RingTheory.Ideal.Cotangent
{R : Type u} [CommRing R] (I : Ideal R) : Subsingleton I.Cotangent โ IsIdempotentElem I - IsIdempotentElem.Corner ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {e : R} [Semigroup R] : IsIdempotentElem e โ Type u_1 - OrthogonalIdempotents.idem ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} [Semiring R] {I : Type u_3} {e : I โ R} (self : OrthogonalIdempotents e) (i : I) : IsIdempotentElem (e i) - instSemiringCorner ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} (e : R) [NonUnitalSemiring R] (idem : IsIdempotentElem e) : Semiring idem.Corner - OrthogonalIdempotents.unique ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} [Semiring R] {I : Type u_3} {e : I โ R} [Unique I] : OrthogonalIdempotents e โ IsIdempotentElem (e default) - instCommSemiringCorner ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} (e : R) [NonUnitalCommSemiring R] (idem : IsIdempotentElem e) : CommSemiring idem.Corner - instRingCorner ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} (e : R) [NonUnitalRing R] (idem : IsIdempotentElem e) : Ring idem.Corner - OrthogonalIdempotents.isIdempotentElem_sum ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} [Semiring R] {I : Type u_3} {e : I โ R} (he : OrthogonalIdempotents e) {s : Finset I} : IsIdempotentElem (โ i โ s, e i) - instCommRingCorner ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} (e : R) [NonUnitalCommRing R] (idem : IsIdempotentElem e) : CommRing idem.Corner - OrthogonalIdempotents.mk ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} [Semiring R] {I : Type u_3} {e : I โ R} (idem : โ (i : I), IsIdempotentElem (e i)) (ortho : Pairwise fun x1 x2 => e x1 * e x2 = 0) : OrthogonalIdempotents e - orthogonalIdempotents_iff ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} [Semiring R] {I : Type u_3} (e : I โ R) : OrthogonalIdempotents e โ (โ (i : I), IsIdempotentElem (e i)) โง Pairwise fun x1 x2 => e x1 * e x2 = 0 - Subsemigroup.mem_corner_iff_mul_left ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {e : R} [Semigroup R] (idem : IsIdempotentElem e) (hc : IsMulCentral e) {r : R} : r โ Subsemigroup.corner e โ e * r = r - Subsemigroup.mem_corner_iff_mul_right ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {e : R} [Semigroup R] (idem : IsIdempotentElem e) (hc : IsMulCentral e) {r : R} : r โ Subsemigroup.corner e โ r * e = r - Subsemigroup.mem_corner_iff_mem_range_mul_left ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {e : R} [Semigroup R] (idem : IsIdempotentElem e) (hc : IsMulCentral e) {r : R} : r โ Subsemigroup.corner e โ r โ Set.range fun x => e * x - Subsemigroup.mem_corner_iff_mem_range_mul_right ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {e : R} [Semigroup R] (idem : IsIdempotentElem e) (hc : IsMulCentral e) {r : R} : r โ Subsemigroup.corner e โ r โ Set.range fun x => x * e - Subsemigroup.mem_corner_iff ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {e : R} [Semigroup R] (idem : IsIdempotentElem e) {r : R} : r โ Subsemigroup.corner e โ e * r = r โง r * e = r - eq_of_isNilpotent_sub_of_isIdempotentElem ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} [CommRing R] {eโ eโ : R} (heโ : IsIdempotentElem eโ) (heโ : IsIdempotentElem eโ) (H : IsNilpotent (eโ - eโ)) : eโ = eโ - eq_of_isNilpotent_sub_of_isIdempotentElem_of_commute ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} [Ring R] {eโ eโ : R} (heโ : IsIdempotentElem eโ) (heโ : IsIdempotentElem eโ) (H : IsNilpotent (eโ - eโ)) (H' : Commute eโ eโ) : eโ = eโ - CompleteOrthogonalIdempotents.of_isIdempotentElem ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} [Ring R] {e : R} (he : IsIdempotentElem e) : CompleteOrthogonalIdempotents ![e, 1 - e] - CompleteOrthogonalIdempotents.pair_iff ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} [Ring R] {x y : R} : CompleteOrthogonalIdempotents ![x, y] โ IsIdempotentElem x โง y = 1 - x - OrthogonalIdempotents.option ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} [Semiring R] {I : Type u_3} {e : I โ R} (he : OrthogonalIdempotents e) [Fintype I] (x : R) (hx : IsIdempotentElem x) (hxโ : x * โ i, e i = 0) (hxโ : (โ i, e i) * x = 0) : OrthogonalIdempotents fun x_1 => x_1.elim x e - isIdempotentElem_one_sub_one_sub_pow_pow ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} [Ring R] (x : R) (n : โ) (hx : (x - x ^ 2) ^ n = 0) : IsIdempotentElem (1 - (1 - x ^ n) ^ n) - CompleteOrthogonalIdempotents.of_ker_isNilpotent_of_isMulCentral ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (f : R โ+* S) {I : Type u_3} {e : I โ R} [Fintype I] (h : โ x โ RingHom.ker f, IsNilpotent x) (he : โ (i : I), IsIdempotentElem (e i)) (he' : โ (i : I), IsMulCentral (e i)) (he'' : CompleteOrthogonalIdempotents (โf โ e)) : CompleteOrthogonalIdempotents e - exists_isIdempotentElem_eq_of_ker_isNilpotent ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (f : R โ+* S) (h : โ x โ RingHom.ker f, IsNilpotent x) (e : S) (he : e โ f.range) (he' : IsIdempotentElem e) : โ e', IsIdempotentElem e' โง f e' = e - CompleteOrthogonalIdempotents.of_ker_isNilpotent ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {S : Type u_2} [CommRing R] [Ring S] (f : R โ+* S) {I : Type u_3} [Fintype I] {e : I โ R} (h : โ x โ RingHom.ker f, IsNilpotent x) (he : โ (i : I), IsIdempotentElem (e i)) (he' : CompleteOrthogonalIdempotents (โf โ e)) : CompleteOrthogonalIdempotents e - CompleteOrthogonalIdempotents.exists_eq_comp_of_ker_eq_span ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {S : Type u_2} [CommRing R] [Ring S] {I : Type u_3} [Fintype I] (f : R โ+* S) (eโ : R) (heโ : IsIdempotentElem eโ) (hfeโ : RingHom.ker f = Ideal.span {eโ}) (e : I โ S) (he : CompleteOrthogonalIdempotents e) (hef : โ (i : I), e i โ f.range) : โ e', (CompleteOrthogonalIdempotents fun t => Option.rec eโ e' t) โง e = โf โ e' - existsUnique_isIdempotentElem_eq_of_ker_isNilpotent ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {S : Type u_2} [CommRing R] [Ring S] (f : R โ+* S) (h : โ x โ RingHom.ker f, IsNilpotent x) (e : S) (he : e โ f.range) (he' : IsIdempotentElem e) : โ! e', IsIdempotentElem e' โง f e' = e - exists_isIdempotentElem_mul_eq_zero_of_ker_isNilpotent_aux ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (f : R โ+* S) (h : โ x โ RingHom.ker f, IsNilpotent x) (eโ : S) (he : eโ โ f.range) (heโ : IsIdempotentElem eโ) (eโ : R) (heโ : IsIdempotentElem eโ) (heโeโ : eโ * f eโ = 0) : โ e', IsIdempotentElem e' โง f e' = eโ โง e' * eโ = 0 - AlgEquiv.prodQuotientOfIsIdempotentElem ๐ Mathlib.RingTheory.Idempotents
(R : Type u_1) [CommRing R] {S : Type u_4} [CommRing S] [Algebra R S] {e f : S} (he : IsIdempotentElem e) (hf : IsIdempotentElem f) (hefโ : e + f = 1) (hefโ : e * f = 0) : S โโ[R] (S โงธ Ideal.span {e}) ร S โงธ Ideal.span {f} - exists_isIdempotentElem_mul_eq_zero_of_ker_isNilpotent ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (f : R โ+* S) (h : โ x โ RingHom.ker f, IsNilpotent x) (eโ : S) (he : eโ โ f.range) (heโ : IsIdempotentElem eโ) (eโ : R) (heโ : IsIdempotentElem eโ) (heโeโ : eโ * f eโ = 0) (heโeโ : f eโ * eโ = 0) : โ e', IsIdempotentElem e' โง f e' = eโ โง e' * eโ = 0 โง eโ * e' = 0 - RingHom.pi_bijective_of_isIdempotentElem ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} [CommRing R] {I : Type u_3} [Fintype I] (e : I โ R) (he : โ (i : I), IsIdempotentElem (e i)) (heโ : โ (i j : I), i โ j โ (1 - e i) * (1 - e j) = 0) (heโ : โ i, e i = 0) : Function.Bijective โ(RingHom.pi fun i => Ideal.Quotient.mk (Ideal.span {e i})) - Ideal.mem_map_span_singleton_iff_of_isIdempotentElem ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} [CommRing R] {e r : R} (he : IsIdempotentElem e) {I : Ideal R} : (Ideal.Quotient.mk (Ideal.span {e})) r โ Ideal.map (Ideal.Quotient.mk (Ideal.span {e})) I โ (1 - e) * r โ I - AlgEquiv.prodQuotientOfIsIdempotentElem_apply_snd ๐ Mathlib.RingTheory.Idempotents
(R : Type u_1) [CommRing R] {S : Type u_4} [CommRing S] [Algebra R S] {e f : S} (he : IsIdempotentElem e) (hf : IsIdempotentElem f) (hefโ : e + f = 1) (hefโ : e * f = 0) (a : S) : ((AlgEquiv.prodQuotientOfIsIdempotentElem R he hf hefโ hefโ) a).2 = (Ideal.Quotient.mk (Ideal.span {f})) a - AlgEquiv.prodQuotientOfIsIdempotentElem_apply_fst ๐ Mathlib.RingTheory.Idempotents
(R : Type u_1) [CommRing R] {S : Type u_4} [CommRing S] [Algebra R S] {e f : S} (he : IsIdempotentElem e) (hf : IsIdempotentElem f) (hefโ : e + f = 1) (hefโ : e * f = 0) (a : S) : ((AlgEquiv.prodQuotientOfIsIdempotentElem R he hf hefโ hefโ) a).1 = (Ideal.Quotient.mk (Ideal.span {e})) a - RingHom.prod_bijective_of_isIdempotentElem ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} [CommRing R] {e f : R} (he : IsIdempotentElem e) (hf : IsIdempotentElem f) (hefโ : e + f = 1) (hefโ : e * f = 0) : Function.Bijective โ((Ideal.Quotient.mk (Ideal.span {e})).prod (Ideal.Quotient.mk (Ideal.span {f}))) - AlgEquiv.prodQuotientOfIsIdempotentElem_apply ๐ Mathlib.RingTheory.Idempotents
(R : Type u_1) [CommRing R] {S : Type u_4} [CommRing S] [Algebra R S] {e f : S} (he : IsIdempotentElem e) (hf : IsIdempotentElem f) (hefโ : e + f = 1) (hefโ : e * f = 0) (a : S) : (AlgEquiv.prodQuotientOfIsIdempotentElem R he hf hefโ hefโ) a = ((Ideal.Quotient.mk (Ideal.span {e})) a, (Ideal.Quotient.mk (Ideal.span {f})) a) - DirectSum.isIdempotentElem_idempotent ๐ Mathlib.Algebra.DirectSum.Idempotents
{R : Type u_1} {I : Type u_2} [Semiring R] [DecidableEq I] (V : I โ Ideal R) [DirectSum.Decomposition V] (i : I) : IsIdempotentElem (DirectSum.idempotent V i) - LinearMap.IsIdempotentElem.eq_zero_of_trace_eq_zero ๐ Mathlib.LinearAlgebra.Trace
{R : Type u_6} [CommRing R] [CharZero R] {M : Type u_7} [AddCommGroup M] [Module R M] {e : M โโ[R] M} (he : IsIdempotentElem e) [Module.Free R โฅe.range] [Module.Finite R โฅe.range] [Module.Free R โฅe.ker] [Module.Finite R โฅe.ker] : (LinearMap.trace R M) e = 0 โ e = 0 - LinearMap.IsIdempotentElem.trace_eq_zero_iff ๐ Mathlib.LinearAlgebra.Trace
{R : Type u_6} [CommRing R] [CharZero R] {M : Type u_7} [AddCommGroup M] [Module R M] {e : M โโ[R] M} (he : IsIdempotentElem e) [Module.Free R โฅe.range] [Module.Finite R โฅe.range] [Module.Free R โฅe.ker] [Module.Finite R โฅe.ker] : (LinearMap.trace R M) e = 0 โ e = 0 - IsIdempotentElem.finite_spectrum ๐ Mathlib.FieldTheory.IsAlgClosed.Spectrum
(๐ : Type u_1) {A : Type u_2} [Field ๐] [Ring A] [Algebra ๐ A] {p : A} (hp : IsIdempotentElem p) : (spectrum ๐ p).Finite - IsIdempotentElem.spectrum_subset ๐ Mathlib.FieldTheory.IsAlgClosed.Spectrum
(๐ : Type u_1) {A : Type u_2} [Field ๐] [Ring A] [Algebra ๐ A] {p : A} (hp : IsIdempotentElem p) : spectrum ๐ p โ {0, 1} - IsIdempotentElem.finite_quasispectrum ๐ Mathlib.FieldTheory.IsAlgClosed.Spectrum
(๐ : Type u_1) {A : Type u_2} [Field ๐] [NonUnitalRing A] [Module ๐ A] [IsScalarTower ๐ A A] [SMulCommClass ๐ A A] {p : A} (hp : IsIdempotentElem p) : (quasispectrum ๐ p).Finite - IsIdempotentElem.quasispectrum_subset ๐ Mathlib.FieldTheory.IsAlgClosed.Spectrum
(๐ : Type u_1) {A : Type u_2} [Field ๐] [NonUnitalRing A] [Module ๐ A] [IsScalarTower ๐ A A] [SMulCommClass ๐ A A] {p : A} (hp : IsIdempotentElem p) : quasispectrum ๐ p โ {0, 1} - Matrix.hadamard_self_eq_self_iff ๐ Mathlib.LinearAlgebra.Matrix.Hadamard
{ฮฑ : Type u_1} {m : Type u_2} {n : Type u_3} [Mul ฮฑ] {A : Matrix m n ฮฑ} : A.hadamard A = A โ โ (i : m) (j : n), IsIdempotentElem (A i j) - IsArtinianRing.exists_not_mem_forall_mem_of_ne ๐ Mathlib.RingTheory.Spectrum.Prime.Noetherian
{R : Type u_1} [CommRing R] [IsArtinianRing R] (p : Ideal R) [p.IsPrime] : โ r โ p, IsIdempotentElem r โง โ (q : Ideal R), q.IsPrime โ q โ p โ r โ q - Ideal.isIdempotentElem_iff_of_fg ๐ Mathlib.RingTheory.Ideal.IdempotentFG
{R : Type u_1} [CommRing R] (I : Ideal R) (h : I.FG) : IsIdempotentElem I โ โ e, IsIdempotentElem e โง I = R โ e - Ideal.isIdempotentElem_iff_eq_bot_or_top ๐ Mathlib.RingTheory.Ideal.IdempotentFG
{R : Type u_1} [CommRing R] [IsDomain R] (I : Ideal R) (h : I.FG) : IsIdempotentElem I โ I = โฅ โจ I = โค - Algebra.FormallySmooth.iff_of_surjective ๐ Mathlib.RingTheory.Smooth.Basic
{R : Type u_4} [CommRing R] {A : Type u_6} [CommRing A] [Algebra R A] (h : Function.Surjective โ(algebraMap R A)) : Algebra.FormallySmooth R A โ IsIdempotentElem (RingHom.ker (algebraMap R A)) - Algebra.FormallyEtale.iff_of_surjective ๐ Mathlib.RingTheory.Etale.Basic
{R : Type u_2} {S : Type u_3} [CommRing R] [CommRing S] [Algebra R S] (h : Function.Surjective โ(algebraMap R S)) : Algebra.FormallyEtale R S โ IsIdempotentElem (RingHom.ker (algebraMap R S)) - ContinuousLinearMap.IsIdempotentElem.toLinearMap ๐ Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Idempotent
{R : Type u_1} {M : Type u_2} [Semiring R] [TopologicalSpace M] [AddCommMonoid M] [Module R M] {f : M โL[R] M} : IsIdempotentElem f โ IsIdempotentElem โf - ContinuousLinearMap.isIdempotentElem_toLinearMap_iff ๐ Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Idempotent
{R : Type u_1} {M : Type u_2} [Semiring R] [TopologicalSpace M] [AddCommMonoid M] [Module R M] {f : M โL[R] M} : IsIdempotentElem โf โ IsIdempotentElem f - ContinuousLinearMap.IsIdempotentElem.isClosed_range ๐ Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Idempotent
{R : Type u_1} {M : Type u_2} [Ring R] [TopologicalSpace M] [AddCommGroup M] [Module R M] [IsTopologicalAddGroup M] [T1Space M] {p : M โL[R] M} (hp : IsIdempotentElem p) : IsClosed โ(โp).range - ContinuousLinearMap.IsIdempotentElem.ext ๐ Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Idempotent
{R : Type u_1} {M : Type u_2} [Ring R] [TopologicalSpace M] [AddCommGroup M] [Module R M] {p q : M โL[R] M} (hp : IsIdempotentElem p) (hq : IsIdempotentElem q) : (โp).range = (โq).range โง (โp).ker = (โq).ker โ p = q - ContinuousLinearMap.IsIdempotentElem.ext_iff ๐ Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Idempotent
{R : Type u_1} {M : Type u_2} [Ring R] [TopologicalSpace M] [AddCommGroup M] [Module R M] {p q : M โL[R] M} (hp : IsIdempotentElem p) (hq : IsIdempotentElem q) : p = q โ (โp).range = (โq).range โง (โp).ker = (โq).ker - ContinuousLinearMap.IsIdempotentElem.conj_eq_of_ker_mem_invtSubmodule ๐ Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Idempotent
{R : Type u_1} {M : Type u_2} [Ring R] [TopologicalSpace M] [AddCommGroup M] [Module R M] {f T : M โL[R] M} (hf : IsIdempotentElem f) : (โf).ker โ Module.End.invtSubmodule โT โ f โSL T โSL f = f โSL T - ContinuousLinearMap.IsIdempotentElem.ker_mem_invtSubmodule ๐ Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Idempotent
{R : Type u_1} {M : Type u_2} [Ring R] [TopologicalSpace M] [AddCommGroup M] [Module R M] {f T : M โL[R] M} (hf : IsIdempotentElem f) : f โSL T โSL f = f โSL T โ (โf).ker โ Module.End.invtSubmodule โT - ContinuousLinearMap.IsIdempotentElem.ker_mem_invtSubmodule_iff ๐ Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Idempotent
{R : Type u_1} {M : Type u_2} [Ring R] [TopologicalSpace M] [AddCommGroup M] [Module R M] {f T : M โL[R] M} (hf : IsIdempotentElem f) : (โf).ker โ Module.End.invtSubmodule โT โ f โSL T โSL f = f โSL T - ContinuousLinearMap.IsIdempotentElem.conj_eq_of_range_mem_invtSubmodule ๐ Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Idempotent
{R : Type u_1} {M : Type u_2} [Ring R] [TopologicalSpace M] [AddCommGroup M] [Module R M] {f T : M โL[R] M} (hf : IsIdempotentElem f) : (โf).range โ Module.End.invtSubmodule โT โ f โSL T โSL f = T โSL f - ContinuousLinearMap.IsIdempotentElem.range_mem_invtSubmodule ๐ Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Idempotent
{R : Type u_1} {M : Type u_2} [Ring R] [TopologicalSpace M] [AddCommGroup M] [Module R M] {f T : M โL[R] M} (hf : IsIdempotentElem f) : f โSL T โSL f = T โSL f โ (โf).range โ Module.End.invtSubmodule โT - ContinuousLinearMap.IsIdempotentElem.range_mem_invtSubmodule_iff ๐ Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Idempotent
{R : Type u_1} {M : Type u_2} [Ring R] [TopologicalSpace M] [AddCommGroup M] [Module R M] {f T : M โL[R] M} (hf : IsIdempotentElem f) : (โf).range โ Module.End.invtSubmodule โT โ f โSL T โSL f = T โSL f - ContinuousLinearMap.IsIdempotentElem.commute_iff_of_isUnit ๐ Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Idempotent
{R : Type u_1} {M : Type u_2} [Ring R] [TopologicalSpace M] [AddCommGroup M] [Module R M] [IsTopologicalAddGroup M] {f T : M โL[R] M} (hT : IsUnit T) (hf : IsIdempotentElem f) : Commute f T โ Submodule.map (โT) (โf).range = (โf).range โง Submodule.map (โT) (โf).ker = (โf).ker - ContinuousLinearMap.IsIdempotentElem.commute_iff ๐ Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Idempotent
{R : Type u_1} {M : Type u_2} [Ring R] [TopologicalSpace M] [AddCommGroup M] [Module R M] {f T : M โL[R] M} (hf : IsIdempotentElem f) : Commute f T โ (โf).range โ Module.End.invtSubmodule โT โง (โf).ker โ Module.End.invtSubmodule โT - Submodule.isIdempotentElem_projectionL ๐ Mathlib.Topology.Algebra.Module.Complement
{R : Type u_1} [Ring R] {M : Type u_2} [TopologicalSpace M] [AddCommGroup M] [Module R M] {p q : Submodule R M} (h : Submodule.IsTopCompl p q) : IsIdempotentElem (p.projectionL q h) - ContinuousLinearMap.IsIdempotentElem.isTopCompl ๐ Mathlib.Topology.Algebra.Module.Complement
{R : Type u_1} [Ring R] {M : Type u_2} [TopologicalSpace M] [AddCommGroup M] [Module R M] {f : M โL[R] M} (hf : IsIdempotentElem f) : Submodule.IsTopCompl (โf).range (โf).ker - ContinuousLinearMap.IsIdempotentElem.eq_projectionL ๐ Mathlib.Topology.Algebra.Module.Complement
{R : Type u_1} [Ring R] {M : Type u_2} [TopologicalSpace M] [AddCommGroup M] [Module R M] {f : M โL[R] M} (hf : IsIdempotentElem f) : f = (โf).range.projectionL (โf).ker โฏ - ContinuousLinearMap.isIdempotentElem_iff_eq_projectionL_range_ker ๐ Mathlib.Topology.Algebra.Module.Complement
{R : Type u_1} [Ring R] {M : Type u_2} [TopologicalSpace M] [AddCommGroup M] [Module R M] {f : M โL[R] M} : IsIdempotentElem f โ โ (h : Submodule.IsTopCompl (โf).range (โf).ker), f = (โf).range.projectionL (โf).ker h - InnerProductSpace.isIdempotentElem_rankOne_self ๐ Mathlib.Analysis.InnerProductSpace.LinearMap
{๐ : Type u_4} {F : Type u_6} [RCLike ๐] [SeminormedAddCommGroup F] [InnerProductSpace ๐ F] {x : F} (hx : โxโ = 1) : IsIdempotentElem (((InnerProductSpace.rankOne ๐) x) x) - InnerProductSpace.isIdempotentElem_rankOne_self_iff ๐ Mathlib.Analysis.InnerProductSpace.LinearMap
{๐ : Type u_4} [RCLike ๐] {F : Type u_8} [NormedAddCommGroup F] [InnerProductSpace ๐ F] {x : F} (hx : x โ 0) : IsIdempotentElem (((InnerProductSpace.rankOne ๐) x) x) โ โxโ = 1 - LinearMap.IsSymmetricProjection.isIdempotentElem ๐ Mathlib.Analysis.InnerProductSpace.Symmetric
{๐ : Type u_1} {E : Type u_2} [RCLike ๐] [SeminormedAddCommGroup E] [InnerProductSpace ๐ E] {T : E โโ[๐] E} (self : T.IsSymmetricProjection) : IsIdempotentElem T - LinearMap.IsSymmetricProjection.mk ๐ Mathlib.Analysis.InnerProductSpace.Symmetric
{๐ : Type u_1} {E : Type u_2} [RCLike ๐] [SeminormedAddCommGroup E] [InnerProductSpace ๐ E] {T : E โโ[๐] E} (isIdempotentElem : IsIdempotentElem T) (isSymmetric : T.IsSymmetric) : T.IsSymmetricProjection - LinearMap.isSymmetricProjection_iff ๐ Mathlib.Analysis.InnerProductSpace.Symmetric
{๐ : Type u_1} {E : Type u_2} [RCLike ๐] [SeminormedAddCommGroup E] [InnerProductSpace ๐ E] (T : E โโ[๐] E) : T.IsSymmetricProjection โ IsIdempotentElem T โง T.IsSymmetric - LinearMap.IsIdempotentElem.isSymmetric_iff_isOrtho_range_ker ๐ Mathlib.Analysis.InnerProductSpace.Symmetric
{๐ : Type u_1} {E : Type u_2} [RCLike ๐] [NormedAddCommGroup E] [InnerProductSpace ๐ E] {T : E โโ[๐] E} (hT : IsIdempotentElem T) : T.IsSymmetric โ T.range โ T.ker - LinearMap.IsIdempotentElem.isSymmetric_iff_orthogonal_range ๐ Mathlib.Analysis.InnerProductSpace.Symmetric
{๐ : Type u_1} {E : Type u_2} [RCLike ๐] [NormedAddCommGroup E] [InnerProductSpace ๐ E] {T : E โโ[๐] E} (h : IsIdempotentElem T) : T.IsSymmetric โ T.rangeแฎ = T.ker - Submodule.isIdempotentElem_starProjection ๐ Mathlib.Analysis.InnerProductSpace.Projection.Basic
{๐ : Type u_1} {E : Type u_2} [RCLike ๐] [NormedAddCommGroup E] [InnerProductSpace ๐ E] (K : Submodule ๐ E) [K.HasOrthogonalProjection] : IsIdempotentElem K.starProjection - ContinuousLinearMap.IsIdempotentElem.hasOrthogonalProjection_range ๐ Mathlib.Analysis.InnerProductSpace.Projection.Basic
{๐ : Type u_1} {E : Type u_2} [RCLike ๐] [NormedAddCommGroup E] [InnerProductSpace ๐ E] [CompleteSpace E] {p : E โL[๐] E} (hp : IsIdempotentElem p) : (โp).range.HasOrthogonalProjection - IsLocalization.Away.quotient_of_isIdempotentElem ๐ Mathlib.RingTheory.Localization.Away.Lemmas
{R : Type u_1} [CommRing R] {e : R} (he : IsIdempotentElem e) : IsLocalization.Away e (R โงธ Ideal.span {1 - e}) - AlgebraicGeometry.isOpenImmersion_SpecMap_iff_of_surjective ๐ Mathlib.AlgebraicGeometry.Morphisms.OpenImmersion
{R S : CommRingCat} (f : R โถ S) (hf : Function.Surjective โ(CommRingCat.Hom.hom f)) : AlgebraicGeometry.IsOpenImmersion (AlgebraicGeometry.Spec.map f) โ โ e, IsIdempotentElem e โง RingHom.ker (CommRingCat.Hom.hom f) = Ideal.span {e} - Algebra.exists_etale_isIdempotentElem_forall_liesOver_eq ๐ Mathlib.RingTheory.Etale.QuasiFinite
{R : Type u} {S : Type v} [CommRing R] [CommRing S] [Algebra R S] [Algebra.FiniteType R S] (p : Ideal R) [p.IsPrime] (q : Ideal S) [q.IsPrime] [q.LiesOver p] [Algebra.QuasiFiniteAt R q] : โ R' x x_1, โ (_ : Algebra.Etale R R'), โ P, โ (x_3 : P.IsPrime) (x_4 : P.LiesOver p), โ e, โ (_ : IsIdempotentElem e), โ P', โ (_ : P'.IsPrime) (_ : P'.LiesOver P), Ideal.comap Algebra.TensorProduct.includeRight.toRingHom P' = q โง e โ P' โง Function.Bijective โ(Ideal.ResidueField.mapโ p P (Algebra.ofId R R') โฏ) โง Module.Finite R' (Localization.Away e) โง โ (P'' : Ideal (TensorProduct R R' S)), P''.IsPrime โ P''.LiesOver P โ e โ P'' โ P'' = P' - Algebra.exists_etale_isIdempotentElem_forall_liesOver_eq_aux ๐ Mathlib.RingTheory.Etale.QuasiFinite
{R : Type u} {S : Type v} [CommRing R] [CommRing S] [Algebra R S] [Algebra.FiniteType R S] (p : Ideal R) [p.IsPrime] (q : Ideal S) [q.IsPrime] [q.LiesOver p] [Algebra.QuasiFiniteAt R q] : โ R' x x_1, โ (_ : Algebra.Etale R R'), โ P, โ (x_3 : P.IsPrime) (x_4 : P.LiesOver p), โ e, โ (_ : IsIdempotentElem e), โ eโ, โ (_ : IsIdempotentElem eโ) (_ : (Algebra.TensorProduct.map (AlgHom.id R' R') (integralClosure R S).val) eโ = e), โ P', โ (_ : P'.IsPrime) (_ : P'.LiesOver P), Ideal.comap Algebra.TensorProduct.includeRight.toRingHom P' = q โง e โ P' โง Function.Bijective โ(Ideal.ResidueField.mapโ p P (Algebra.ofId R R') โฏ) โง (โ (P'' : Ideal (TensorProduct R R' โฅ(integralClosure R S))), P''.IsPrime โ P''.LiesOver P โ eโ โ P'' โ P'' = Ideal.comap (Algebra.TensorProduct.map (AlgHom.id R' R') (integralClosure R S).val).toRingHom P') โง โ (P'' : Ideal (TensorProduct R R' S)), P''.IsPrime โ P''.LiesOver P โ e โ P'' โ P'' = P' - Algebra.exists_etale_isIdempotentElem_forall_liesOver_eq_auxโ ๐ Mathlib.RingTheory.Etale.QuasiFinite
{R : Type u_2} {S : Type u_3} {R' : Type u_4} {R'' : Type u_5} [CommRing R] [CommRing S] [Algebra R S] [Algebra.FiniteType R S] [CommRing R'] [Algebra R R'] [CommRing R''] [Algebra R R''] [Algebra R'' S] [Algebra.IsIntegral R R''] [IsScalarTower R R'' S] (q : Ideal S) (P : Ideal R') [P.IsPrime] (e : TensorProduct R R' S) (eโ : TensorProduct R R' R'') (heโ : IsIdempotentElem eโ) (heโe : (Algebra.TensorProduct.map (AlgHom.id R' R') (IsScalarTower.toAlgHom R R'' S)) eโ = e) (P' : Ideal (TensorProduct R R' S)) (hP'q : Ideal.comap Algebra.TensorProduct.includeRight.toRingHom P' = q) (H : โ (P'' : Ideal (TensorProduct R R' R'')), P''.IsPrime โ P''.LiesOver P โ eโ โ P'' โ P'' = Ideal.comap (Algebra.TensorProduct.map (AlgHom.id R' R') (IsScalarTower.toAlgHom R R'' S)).toRingHom P') (g : R'') (hgq : (algebraMap R'' S) g โ q) (hg : Function.Surjective โ(Localization.awayMap (algebraMap R'' S) g)) : โ f โ P, Module.Finite (Localization.Away f) (Localization.Away ((Algebra.TensorProduct.map (Algebra.ofId R' (Localization.Away f)) (AlgHom.id R S)) e))
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 69fae59