Loogle!
Result
Found 144 declarations mentioning Subgroup.center.
- Subgroup.center π Mathlib.GroupTheory.Subgroup.Center
(G : Type u_1) [Group G] : Subgroup G - Subgroup.centerCharacteristic π Mathlib.GroupTheory.Subgroup.Center
{G : Type u_1} [Group G] : (Subgroup.center G).Characteristic - Subgroup.instNormalCenter π Mathlib.GroupTheory.Subgroup.Center
{G : Type u_1} [Group G] : (Subgroup.center G).Normal - Group.commGroupOfCenterEqTop π Mathlib.GroupTheory.Subgroup.Center
{G : Type u_1} [Group G] (h : Subgroup.center G = β€) : CommGroup G - CommGroup.center_eq_top π Mathlib.GroupTheory.Subgroup.Center
{G : Type u_3} [CommGroup G] : Subgroup.center G = β€ - Subgroup.center_le_normalizer π Mathlib.GroupTheory.Subgroup.Center
{G : Type u_1} [Group G] (s : Set G) : Subgroup.center G β€ Subgroup.normalizer s - Subgroup.center_toSubmonoid π Mathlib.GroupTheory.Subgroup.Center
(G : Type u_1) [Group G] : (Subgroup.center G).toSubmonoid = Submonoid.center G - Subgroup.normal_of_le_center π Mathlib.GroupTheory.Subgroup.Center
{G : Type u_1} [Group G] {H : Subgroup G} (hH : H β€ Subgroup.center G) : H.Normal - Subgroup.center_eq_top π Mathlib.GroupTheory.Subgroup.Center
{G : Type u_1} [Group G] [hG : IsMulCommutative G] : Subgroup.center G = β€ - Subgroup.coe_center π Mathlib.GroupTheory.Subgroup.Center
(G : Type u_1) [Group G] : β(Subgroup.center G) = Set.center G - Subgroup.center.isMulCommutative π Mathlib.GroupTheory.Subgroup.Center
(G : Type u_1) [Group G] : IsMulCommutative β₯(Subgroup.center G) - Subgroup.center_eq_top_iff π Mathlib.GroupTheory.Subgroup.Center
{G : Type u_1} [Group G] : Subgroup.center G = β€ β IsMulCommutative G - Subgroup.center_pi π Mathlib.GroupTheory.Subgroup.Center
{Ξ· : Type u_3} {G : Ξ· β Type u_4} [(i : Ξ·) β Group (G i)] : Subgroup.center ((i : Ξ·) β G i) = Subgroup.pi Set.univ fun i => Subgroup.center (G i) - Subgroup.center_prod π Mathlib.GroupTheory.Subgroup.Center
{G : Type u_1} {H : Type u_2} [Group G] [Group H] : Subgroup.center (G Γ H) = (Subgroup.center G).prod (Subgroup.center H) - ConjClasses.mk_bijOn π Mathlib.GroupTheory.Subgroup.Center
(G : Type u_3) [Group G] : Set.BijOn ConjClasses.mk (β(Subgroup.center G)) (ConjClasses.noncenter G)αΆ - Subgroup.mem_center_iff π Mathlib.GroupTheory.Subgroup.Center
{G : Type u_1} [Group G] {z : G} : z β Subgroup.center G β β (g : G), g * z = z * g - Subgroup.decidableMemCenter π Mathlib.GroupTheory.Subgroup.Center
{G : Type u_1} [Group G] (z : G) [Decidable (β (g : G), g * z = z * g)] : Decidable (z β Subgroup.center G) - Subgroup.centerToMulOpposite π Mathlib.GroupTheory.Subgroup.Center
(G : Type u_1) [Group G] : β₯(Subgroup.center G) β* β₯(Subgroup.center Gα΅α΅α΅) - Subgroup.centerCongr π Mathlib.GroupTheory.Subgroup.Center
{G : Type u_1} {H : Type u_2} [Group G] [Group H] (e : G β* H) : β₯(Subgroup.center G) β* β₯(Subgroup.center H) - Subgroup.comap_center_le_center π Mathlib.GroupTheory.Subgroup.Center
{G : Type u_1} {H : Type u_2} [Group G] [Group H] {F : Type u_3} [FunLike F G H] [MonoidHomClass F G H] {f : F} (hf : Function.Injective βf) : Subgroup.comap (βf) (Subgroup.center H) β€ Subgroup.center G - Subgroup.map_center_le_center π Mathlib.GroupTheory.Subgroup.Center
{G : Type u_1} {H : Type u_2} [Group G] [Group H] {F : Type u_3} [FunLike F G H] [MonoidHomClass F G H] {f : F} (hf : Function.Surjective βf) : Subgroup.map (βf) (Subgroup.center G) β€ Subgroup.center H - Subgroup.map_center_eq π Mathlib.GroupTheory.Subgroup.Center
{G : Type u_1} {H : Type u_2} [Group G] [Group H] {F : Type u_3} [EquivLike F G H] [MulEquivClass F G H] (f : F) : Subgroup.map (βf) (Subgroup.center G) = Subgroup.center H - Subgroup.centerCongr_apply_coe π Mathlib.GroupTheory.Subgroup.Center
{G : Type u_1} {H : Type u_2} [Group G] [Group H] (e : G β* H) (r : β₯(Subsemigroup.center G)) : β((Subgroup.centerCongr e) r) = e βr - Subgroup.centerToMulOpposite_apply_coe π Mathlib.GroupTheory.Subgroup.Center
(G : Type u_1) [Group G] (r : β₯(Subsemigroup.center G)) : β((Subgroup.centerToMulOpposite G) r) = MulOpposite.op βr - Subgroup.centerCongr_symm_apply_coe π Mathlib.GroupTheory.Subgroup.Center
{G : Type u_1} {H : Type u_2} [Group G] [Group H] (e : G β* H) (s : β₯(Subsemigroup.center H)) : β((Subgroup.centerCongr e).symm s) = e.symm βs - Subgroup.centerToMulOpposite_symm_apply_coe π Mathlib.GroupTheory.Subgroup.Center
(G : Type u_1) [Group G] (r : β₯(Subsemigroup.center Gα΅α΅α΅)) : β((Subgroup.centerToMulOpposite G).symm r) = MulOpposite.unop βr - Subgroup.centralizer_univ π Mathlib.GroupTheory.Subgroup.Centralizer
{G : Type u_1} [Group G] : Subgroup.centralizer Set.univ = Subgroup.center G - Subgroup.center_le_centralizer π Mathlib.GroupTheory.Subgroup.Centralizer
{G : Type u_1} [Group G] (s : Set G) : Subgroup.center G β€ Subgroup.centralizer s - Subgroup.centralizer_center π Mathlib.GroupTheory.Subgroup.Centralizer
{G : Type u_1} [Group G] : Subgroup.centralizer β(Subgroup.center G) = β€ - Subgroup.centralizer_eq_top_iff_subset π Mathlib.GroupTheory.Subgroup.Centralizer
{G : Type u_1} [Group G] {s : Set G} : Subgroup.centralizer s = β€ β s β β(Subgroup.center G) - Subgroup.center_eq_infi' π Mathlib.GroupTheory.Subgroup.Centralizer
{G : Type u_1} [Group G] {s : Set G} (hs : Subgroup.closure s = β€) : Subgroup.center G = β¨ g, Subgroup.centralizer {βg} - Subgroup.center_eq_iInf π Mathlib.GroupTheory.Subgroup.Centralizer
{G : Type u_1} [Group G] {s : Set G} (hs : Subgroup.closure s = β€) : Subgroup.center G = β¨ g β s, Subgroup.centralizer {g} - ConjAct.fixedPoints_eq_center π Mathlib.GroupTheory.GroupAction.ConjAct
{G : Type u_3} [Group G] : MulAction.fixedPoints (ConjAct G) G = β(Subgroup.center G) - Subgroup.commutator_center_left π Mathlib.GroupTheory.Commutator.Basic
{G : Type u_1} [Group G] (H : Subgroup G) : β Subgroup.center G, Hβ = β₯ - Subgroup.commutator_center_right π Mathlib.GroupTheory.Commutator.Basic
{G : Type u_1} [Group G] (H : Subgroup G) : β H, Subgroup.center Gβ = β₯ - commutator_eq_bot_iff_center_eq_top π Mathlib.GroupTheory.Commutator.Basic
(G : Type u_1) [Group G] : commutator G = β₯ β Subgroup.center G = β€ - Subgroup.commutator_top_left_eq_bot_iff_le_center π Mathlib.GroupTheory.Commutator.Basic
{G : Type u_1} [Group G] {H : Subgroup G} : β β€, Hβ = β₯ β H β€ Subgroup.center G - Subgroup.commutator_top_right_eq_bot_iff_le_center π Mathlib.GroupTheory.Commutator.Basic
{G : Type u_1} [Group G] {H : Subgroup G} : β H, β€β = β₯ β H β€ Subgroup.center G - commutator_centralizer_commutator_le_center π Mathlib.GroupTheory.Commutator.Basic
(G : Type u_1) [Group G] : β Subgroup.centralizer β(commutator G), Subgroup.centralizer β(commutator G)β β€ Subgroup.center G - Subgroup.center.smulCommClass_left π Mathlib.Algebra.Group.Subgroup.Actions
{G : Type u_1} [Group G] : SMulCommClass (β₯(Subgroup.center G)) G G - Subgroup.center.smulCommClass_right π Mathlib.Algebra.Group.Subgroup.Actions
{G : Type u_1} [Group G] : SMulCommClass G (β₯(Subgroup.center G)) G - QuotientGroup.comap_comap_center π Mathlib.GroupTheory.QuotientGroup.Basic
{G : Type u} [Group G] {Hβ : Subgroup G} [Hβ.Normal] {Hβ : Subgroup (G β§Έ Hβ)} [Hβ.Normal] : Subgroup.comap (QuotientGroup.mk' Hβ) (Subgroup.comap (QuotientGroup.mk' Hβ) (Subgroup.center ((G β§Έ Hβ) β§Έ Hβ))) = Subgroup.comap (QuotientGroup.mk' (Subgroup.comap (QuotientGroup.mk' Hβ) Hβ)) (Subgroup.center (G β§Έ Subgroup.comap (QuotientGroup.mk' Hβ) Hβ)) - Subgroup.quotientCenterEmbedding π Mathlib.GroupTheory.GroupAction.Quotient
{G : Type u_1} [Group G] {S : Set G} (hS : Subgroup.closure S = β€) : G β§Έ Subgroup.center G βͺ βS β β(commutatorSet G) - Subgroup.quotientCenterEmbedding_apply π Mathlib.GroupTheory.GroupAction.Quotient
{G : Type u_1} [Group G] {S : Set G} (hS : Subgroup.closure S = β€) (g : G) (s : βS) : (Subgroup.quotientCenterEmbedding hS) (βg) s = β¨β g, βsβ, β―β© - commGroupOfCyclicCenterQuotient π Mathlib.GroupTheory.SpecificGroups.Cyclic
{G : Type u_2} {G' : Type u_3} [Group G] [Group G'] [IsCyclic G'] (f : G β* G') (hf : f.ker β€ Subgroup.center G) : CommGroup G - isMulCommutative_of_isCyclic_quotient_center_self π Mathlib.GroupTheory.SpecificGroups.Cyclic
(G : Type u_2) [Group G] [IsCyclic (G β§Έ Subgroup.center G)] : IsMulCommutative G - MonoidHom.isMulCommutative_of_isCyclic_of_ker_le_center π Mathlib.GroupTheory.SpecificGroups.Cyclic
{G : Type u_2} {G' : Type u_3} [Group G] [Group G'] [IsCyclic G'] (f : G β* G') (hf : f.ker β€ Subgroup.center G) : IsMulCommutative G - commutative_of_cyclic_center_quotient π Mathlib.GroupTheory.SpecificGroups.Cyclic
{G : Type u_2} {G' : Type u_3} [Group G] [Group G'] [IsCyclic G'] (f : G β* G') (hf : f.ker β€ Subgroup.center G) (a b : G) : a * b = b * a - IsPGroup.center_nontrivial π Mathlib.GroupTheory.PGroup
{p : β} {G : Type u_1} [Group G] (hG : IsPGroup p G) [hp : Fact (Nat.Prime p)] [Nontrivial G] [Finite G] : Nontrivial β₯(Subgroup.center G) - IsPGroup.bot_lt_center π Mathlib.GroupTheory.PGroup
{p : β} {G : Type u_1} [Group G] (hG : IsPGroup p G) [hp : Fact (Nat.Prime p)] [Nontrivial G] [Finite G] : β₯ < Subgroup.center G - IsPGroup.card_center_eq_prime_pow π Mathlib.GroupTheory.PGroup
{p : β} {G : Type u_1} [Group G] [Fact (Nat.Prime p)] {n : β} (hGpn : Nat.card G = p ^ n) (hn : 0 < n) : β k > 0, Nat.card β₯(Subgroup.center G) = p ^ k - IsPGroup.cyclic_center_quotient_of_card_eq_prime_sq π Mathlib.GroupTheory.PGroup
{p : β} {G : Type u_1} [Group G] [Fact (Nat.Prime p)] (hG : Nat.card G = p ^ 2) : IsCyclic (G β§Έ Subgroup.center G) - Matrix.SpecialLinearGroup.center_eq_bot_of_subsingleton π Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup
{n : Type u} [DecidableEq n] [Fintype n] {R : Type v} [CommRing R] [Subsingleton n] : Subgroup.center (Matrix.SpecialLinearGroup n R) = β₯ - Matrix.SpecialLinearGroup.transvection_mem_center_iff π Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup
{ΞΉ : Type u_1} {F : Type u_2} [DecidableEq ΞΉ] [Fintype ΞΉ] [CommRing F] {i j : ΞΉ} (hij : i β j) (b : F) : Matrix.SpecialLinearGroup.transvection hij b β Subgroup.center (Matrix.SpecialLinearGroup ΞΉ F) β b = 0 - Matrix.SpecialLinearGroup.scalar_eq_self_of_mem_center π Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup
{n : Type u} [DecidableEq n] [Fintype n] {R : Type v} [CommRing R] {A : Matrix.SpecialLinearGroup n R} (hA : A β Subgroup.center (Matrix.SpecialLinearGroup n R)) (i : n) : (Matrix.scalar n) (βA i i) = βA - Matrix.SpecialLinearGroup.center_equiv_rootsOfUnity' π Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup
{n : Type u} [DecidableEq n] [Fintype n] {R : Type v} [CommRing R] (i : n) : β₯(Subgroup.center (Matrix.SpecialLinearGroup n R)) β* β₯(rootsOfUnity (Fintype.card n) R) - Matrix.SpecialLinearGroup.mem_center_iff π Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup
{n : Type u} [DecidableEq n] [Fintype n] {R : Type v} [CommRing R] {A : Matrix.SpecialLinearGroup n R} : A β Subgroup.center (Matrix.SpecialLinearGroup n R) β β r, r ^ Fintype.card n = 1 β§ (Matrix.scalar n) r = βA - Matrix.SpecialLinearGroup.center_equiv_rootsOfUnity π Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup
{n : Type u} [DecidableEq n] [Fintype n] {R : Type v} [CommRing R] : β₯(Subgroup.center (Matrix.SpecialLinearGroup n R)) β* β₯(rootsOfUnity (max (Fintype.card n) 1) R) - Matrix.SpecialLinearGroup.scalar_eq_coe_self_center π Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup
{n : Type u} [DecidableEq n] [Fintype n] {R : Type v} [CommRing R] (A : β₯(Subgroup.center (Matrix.SpecialLinearGroup n R))) (i : n) : (Matrix.scalar n) (ββA i i) = ββA - Matrix.SpecialLinearGroup.center_equiv_rootsOfUnity'_apply π Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup
{n : Type u} [DecidableEq n] [Fintype n] {R : Type v} [CommRing R] (i : n) (A : β₯(Subgroup.center (Matrix.SpecialLinearGroup n R))) : (Matrix.SpecialLinearGroup.center_equiv_rootsOfUnity' i) A = rootsOfUnity.mkOfPowEq (ββA i i) β― - Matrix.SpecialLinearGroup.eq_scalar_center_equiv_rootsOfUnity π Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup
{n : Type u} [DecidableEq n] [Fintype n] {R : Type v} [CommRing R] (A : β₯(Subgroup.center (Matrix.SpecialLinearGroup n R))) : ββA = (Matrix.scalar n) ββ(Matrix.SpecialLinearGroup.center_equiv_rootsOfUnity A) - Matrix.SpecialLinearGroup.center_equiv_rootsOfUnity'_symm_apply_coe_coe π Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup
{n : Type u} [DecidableEq n] [Fintype n] {R : Type v} [CommRing R] (i : n) (a : β₯(rootsOfUnity (Fintype.card n) R)) : ββ((Matrix.SpecialLinearGroup.center_equiv_rootsOfUnity' i).symm a) = a β’ 1 - Subgroup.centerUnitsEquivUnitsCenter π Mathlib.Algebra.GroupWithZero.Action.Center
(Gβ : Type u_1) [GroupWithZero Gβ] : β₯(Subgroup.center GβΛ£) β* (β₯(Submonoid.center Gβ))Λ£ - Subgroup.val_centerUnitsEquivUnitsCenter_apply_coe π Mathlib.Algebra.GroupWithZero.Action.Center
(Gβ : Type u_1) [GroupWithZero Gβ] (a : β₯(Subgroup.center GβΛ£)) : ββ((Subgroup.centerUnitsEquivUnitsCenter Gβ) a) = ββa - Subgroup.val_centerUnitsEquivUnitsCenter_symm_apply_coe π Mathlib.Algebra.GroupWithZero.Action.Center
(Gβ : Type u_1) [GroupWithZero Gβ] (u : (β₯(Submonoid.center Gβ))Λ£) : ββ((Subgroup.centerUnitsEquivUnitsCenter Gβ).symm u) = ββu - Matrix.GeneralLinearGroup.center_eq_range_scalar π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.Basic
{R : Type u_1} {n : Type u_2} [Fintype n] [DecidableEq n] [CommRing R] : Subgroup.center (GL n R) = (Matrix.GeneralLinearGroup.scalar n).range - Matrix.GeneralLinearGroup.mem_center_iff_val_mem_range_scalar π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.Basic
{R : Type u_1} {n : Type u_2} [Fintype n] [DecidableEq n] [CommRing R] {g : GL n R} : g β Subgroup.center (GL n R) β βg β Set.range β(Matrix.scalar n) - Matrix.GeneralLinearGroup.map_center_le π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.Basic
{R : Type u_1} {n : Type u_2} [Fintype n] [DecidableEq n] [CommRing R] {S : Type u_3} [CommRing S] (f : R β+* S) : Subgroup.center (GL n R) β€ Subgroup.comap (Matrix.GeneralLinearGroup.map f) (Subgroup.center (GL n S)) - Matrix.SpecialLinearGroup.toGL_mem_center_iff π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.Basic
{n : Type u_1} {R : Type u_2} [Fintype n] [DecidableEq n] [CommRing R] (g : Matrix.SpecialLinearGroup n R) : Matrix.SpecialLinearGroup.toGL g β Subgroup.center (GL n R) β g β Subgroup.center (Matrix.SpecialLinearGroup n R) - Matrix.SpecialLinearGroup.toPGL_ker π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.Projective
{n : Type u_1} {R : Type u_2} [Fintype n] [DecidableEq n] [CommRing R] : Matrix.SpecialLinearGroup.toPGL.ker = Subgroup.center (Matrix.SpecialLinearGroup n R) - Matrix.ProjectiveSpecialLinearGroup.toPGL π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.Projective
{n : Type u_1} {R : Type u_2} [Fintype n] [DecidableEq n] [CommRing R] : Matrix.ProjectiveSpecialLinearGroup n R β* Matrix.ProjGenLinGroup n R - Matrix.ProjGenLinGroup.ker_mk π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.Projective
{n : Type u_1} {R : Type u_2} [Fintype n] [DecidableEq n] [CommRing R] : Matrix.ProjGenLinGroup.mk.ker = Subgroup.center (GL n R) - Matrix.ProjectiveSpecialLinearGroup.isoPSLOfAlgClosed π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.Projective
{n : Type u_1} [Fintype n] [DecidableEq n] {F : Type u_3} [Field F] [IsAlgClosed F] : Matrix.ProjGenLinGroup n F β* Matrix.ProjectiveSpecialLinearGroup n F - Matrix.ProjectiveSpecialLinearGroup.isoPSLOfAlgClosedOfNonempty π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.Projective
{n : Type u_1} [Fintype n] [DecidableEq n] [Nonempty n] {F : Type u_3} [Field F] [IsAlgClosed F] : Matrix.ProjGenLinGroup n F β* Matrix.ProjectiveSpecialLinearGroup n F - Matrix.ProjectiveSpecialLinearGroup.toPGL_injective π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.Projective
{n : Type u_1} {R : Type u_2} [Fintype n] [DecidableEq n] [CommRing R] : Function.Injective βMatrix.ProjectiveSpecialLinearGroup.toPGL - Matrix.ProjectiveSpecialLinearGroup.toPGL_surj_of_roots π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.Projective
{n : Type u_1} {R : Type u_2} [Fintype n] [DecidableEq n] [CommRing R] (hR : β (r : RΛ£), β k, k ^ Fintype.card n = r) : Function.Surjective βMatrix.ProjectiveSpecialLinearGroup.toPGL - Matrix.ProjectiveSpecialLinearGroup.toPGL_surj_iff π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.Projective
{n : Type u_1} {R : Type u_2} [Fintype n] [DecidableEq n] [CommRing R] [Nonempty n] : Function.Surjective βMatrix.ProjectiveSpecialLinearGroup.toPGL β β (r : RΛ£), β k, k ^ Fintype.card n = r - Matrix.ProjGenLinGroup.mk_eq_one π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.Projective
{n : Type u_1} {R : Type u_2} [Fintype n] [DecidableEq n] [CommRing R] {g : GL n R} : Matrix.ProjGenLinGroup.mk g = 1 β g β Subgroup.center (GL n R) - Matrix.ProjectiveSpecialLinearGroup.toPGL_mk π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.Projective
{n : Type u_1} {R : Type u_2} [Fintype n] [DecidableEq n] [CommRing R] (g : Matrix.SpecialLinearGroup n R) : Matrix.ProjectiveSpecialLinearGroup.toPGL βg = Matrix.ProjGenLinGroup.mk (Matrix.SpecialLinearGroup.toGL g) - Matrix.ProjGenLinGroup.mk_eq_mk_iff' π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.Projective
{n : Type u_1} {R : Type u_2} [Fintype n] [DecidableEq n] [CommRing R] {gβ gβ : GL n R} : Matrix.ProjGenLinGroup.mk gβ = Matrix.ProjGenLinGroup.mk gβ β β z β Subgroup.center (GL n R), gβ * z = gβ - UpperHalfPlane.forall_smul_eq_self_iff_mem_center π Mathlib.Analysis.Complex.UpperHalfPlane.FixedPoints
{g : GL (Fin 2) β} : (β (z : UpperHalfPlane), g β’ z = z) β g β Subgroup.center (GL (Fin 2) β) - UpperHalfPlane.isElliptic_of_exists_smul_eq_self π Mathlib.Analysis.Complex.UpperHalfPlane.FixedPoints
{g : GL (Fin 2) β} (h : 0 < (βg).det) (hgc : g β Subgroup.center (GL (Fin 2) β)) (hfix : β z, g β’ z = z) : g.IsElliptic - Group.nat_card_center_add_sum_card_noncenter_eq_card π Mathlib.GroupTheory.ClassEquation
(G : Type u_1) [Group G] [Finite G] : Nat.card β₯(Subgroup.center G) + βαΆ (x : ConjClasses G) (_ : x β ConjClasses.noncenter G), Nat.card βx.carrier = Nat.card G - Group.card_center_add_sum_card_noncenter_eq_card π Mathlib.GroupTheory.ClassEquation
(G : Type u_2) [Group G] [(x : ConjClasses G) β Fintype βx.carrier] [Fintype G] [Fintype β₯(Subgroup.center G)] [Fintype β(ConjClasses.noncenter G)] : Fintype.card β₯(Subgroup.center G) + β x β (ConjClasses.noncenter G).toFinset, x.carrier.toFinset.card = Fintype.card G - Subgroup.finiteIndex_center π Mathlib.GroupTheory.Commutator.Finite
{G : Type u_1} [Group G] [Finite β(commutatorSet G)] [Group.FG G] : (Subgroup.center G).FiniteIndex - Subgroup.index_center_le_pow π Mathlib.GroupTheory.Commutator.Finite
(G : Type u_1) [Group G] [Finite β(commutatorSet G)] [Group.FG G] : (Subgroup.center G).index β€ Nat.card β(commutatorSet G) ^ Group.rank G - DihedralGroup.center_eq_bot_of_odd_ne_one π Mathlib.GroupTheory.SpecificGroups.Dihedral
{n : β} (hodd : Odd n) (hne1 : n β 1) : Subgroup.center (DihedralGroup n) = β₯ - DihedralGroup.center_eq_bot_of_zero π Mathlib.GroupTheory.SpecificGroups.Dihedral
: Subgroup.center (DihedralGroup 0) = β₯ - DihedralGroup.center_eq_closure_of_even_ne_two π Mathlib.GroupTheory.SpecificGroups.Dihedral
{n : β} (heven : Even n) (hn2 : n β 2) : Subgroup.center (DihedralGroup n) = Subgroup.zpowers (DihedralGroup.r β(n / 2)) - MonoidHom.transferCenterPow π Mathlib.GroupTheory.Transfer
(G : Type u_1) [Group G] [(Subgroup.center G).FiniteIndex] : G β* β₯(Subgroup.center G) - MonoidHom.transferCenterPow_apply π Mathlib.GroupTheory.Transfer
{G : Type u_1} [Group G] [(Subgroup.center G).FiniteIndex] (g : G) : β((MonoidHom.transferCenterPow G) g) = g ^ (Subgroup.center G).index - MonoidHom.transfer_center_eq_pow π Mathlib.GroupTheory.Transfer
{G : Type u_1} [Group G] [(Subgroup.center G).FiniteIndex] (g : G) : (MonoidHom.id β₯(Subgroup.center G)).transfer g = β¨g ^ (Subgroup.center G).index, β―β© - Subgroup.card_commutator_dvd_index_center_pow π Mathlib.GroupTheory.Schreier
(G : Type u_1) [Group G] [Finite β(commutatorSet G)] : Nat.card β₯(commutator G) β£ (Subgroup.center G).index ^ ((Subgroup.center G).index * Nat.card β(commutatorSet G) + 1) - upperCentralSeries_one π Mathlib.GroupTheory.Nilpotent
(G : Type u_1) [Group G] : Subgroup.upperCentralSeries G 1 = Subgroup.center G - Subgroup.upperCentralSeries_one π Mathlib.GroupTheory.Nilpotent
(G : Type u_1) [Group G] : Subgroup.upperCentralSeries G 1 = Subgroup.center G - Group.IsNilpotent.center_ne_bot π Mathlib.GroupTheory.Nilpotent
(G : Type u_1) [Group G] [Nontrivial G] [Group.IsNilpotent G] : Subgroup.center G β β₯ - of_quotient_center_nilpotent π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [Group G] (h : Group.IsNilpotent (G β§Έ Subgroup.center G)) : Group.IsNilpotent G - Group.of_quotient_center_nilpotent π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [Group G] (h : Group.IsNilpotent (G β§Έ Subgroup.center G)) : Group.IsNilpotent G - nilpotencyClass_quotient_center π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [Group G] : Group.nilpotencyClass (G β§Έ Subgroup.center G) = Group.nilpotencyClass G - 1 - Group.nilpotencyClass_quotient_center π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [Group G] : Group.nilpotencyClass (G β§Έ Subgroup.center G) = Group.nilpotencyClass G - 1 - Group.IsNilpotent.prime_dvd_card_center π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [hG : Group G] [Finite G] [Group.IsNilpotent G] {p : β} [hp : Fact (Nat.Prime p)] (hcard : p β£ Nat.card G) : p β£ Nat.card β₯(Subgroup.center G) - nilpotencyClass_eq_quotient_center_plus_one π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [Group G] [hH : Group.IsNilpotent G] [Nontrivial G] : Group.nilpotencyClass G = Group.nilpotencyClass (G β§Έ Subgroup.center G) + 1 - Group.nilpotencyClass_eq_quotient_center_plus_one π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [Group G] [hH : Group.IsNilpotent G] [Nontrivial G] : Group.nilpotencyClass G = Group.nilpotencyClass (G β§Έ Subgroup.center G) + 1 - Group.IsNilpotent.inf_center_ne_bot_of_normal π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [Group G] [Group.IsNilpotent G] {H : Subgroup G} [H.Normal] (hH : H β β₯) : H β Subgroup.center G β β₯ - upperCentralSeriesStep_eq_comap_center π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [Group G] (N : Subgroup G) [N.Normal] : N.upperCentralSeriesStep = Subgroup.comap (QuotientGroup.mk' N) (Subgroup.center (G β§Έ N)) - Subgroup.upperCentralSeriesStep_eq_comap_center π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [Group G] (N : Subgroup G) [N.Normal] : N.upperCentralSeriesStep = Subgroup.comap (QuotientGroup.mk' N) (Subgroup.center (G β§Έ N)) - lowerCentralSeries_succ_eq_bot π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [Group G] (S : Subgroup G) {n : β} (h : S.lowerCentralSeries n β€ Subgroup.center G) : S.lowerCentralSeries (n + 1) = β₯ - Subgroup.lowerCentralSeries_succ_eq_bot π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [Group G] (S : Subgroup G) {n : β} (h : S.lowerCentralSeries n β€ Subgroup.center G) : S.lowerCentralSeries (n + 1) = β₯ - isNilpotent_of_ker_le_center π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [Group G] {H : Type u_2} [Group H] (f : G β* H) (hf1 : f.ker β€ Subgroup.center G) [Group.IsNilpotent H] : Group.IsNilpotent G - Subgroup.isNilpotent_of_ker_le_center π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [Group G] {H : Type u_2} [Group H] (f : G β* H) (hf1 : f.ker β€ Subgroup.center G) [Group.IsNilpotent H] : Group.IsNilpotent G - comap_upperCentralSeries_quotient_center π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [Group G] (n : β) : Subgroup.comap (QuotientGroup.mk' (Subgroup.center G)) (Subgroup.upperCentralSeries (G β§Έ Subgroup.center G) n) = Subgroup.upperCentralSeries G n.succ - Subgroup.comap_upperCentralSeries_quotient_center π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [Group G] (n : β) : Subgroup.comap (QuotientGroup.mk' (Subgroup.center G)) (Subgroup.upperCentralSeries (G β§Έ Subgroup.center G) n) = Subgroup.upperCentralSeries G n.succ - nilpotent_center_quotient_ind π Mathlib.GroupTheory.Nilpotent
{P : (G : Type u_2) β [inst : Group G] β [Group.IsNilpotent G] β Prop} (G : Type u_2) [Group G] [Group.IsNilpotent G] (hbase : β (G : Type u_2) [inst : Group G] [inst_1 : Subsingleton G], P G) (hstep : β (G : Type u_2) [inst : Group G] [inst_1 : Group.IsNilpotent G], P (G β§Έ Subgroup.center G) β P G) : P G - Group.nilpotent_center_quotient_ind π Mathlib.GroupTheory.Nilpotent
{P : (G : Type u_2) β [inst : Group G] β [Group.IsNilpotent G] β Prop} (G : Type u_2) [Group G] [Group.IsNilpotent G] (hbase : β (G : Type u_2) [inst : Group G] [inst_1 : Subsingleton G], P G) (hstep : β (G : Type u_2) [inst : Group G] [inst_1 : Group.IsNilpotent G], P (G β§Έ Subgroup.center G) β P G) : P G - nilpotencyClass_le_of_ker_le_center π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [Group G] {H : Type u_2} [Group H] (f : G β* H) (hf1 : f.ker β€ Subgroup.center G) [Group.IsNilpotent H] : Group.nilpotencyClass G β€ Group.nilpotencyClass H + 1 - Group.nilpotencyClass_le_of_ker_le_center π Mathlib.GroupTheory.Nilpotent
{G : Type u_1} [Group G] {H : Type u_2} [Group H] (f : G β* H) (hf1 : f.ker β€ Subgroup.center G) [Group.IsNilpotent H] : Group.nilpotencyClass G β€ Group.nilpotencyClass H + 1 - alternatingGroup.center_eq_bot π Mathlib.GroupTheory.SpecificGroups.Alternating
{Ξ± : Type u_1} [Fintype Ξ±] [DecidableEq Ξ±] (hΞ±4 : 4 β€ Nat.card Ξ±) : Subgroup.center β₯(alternatingGroup Ξ±) = β₯ - Group.IsPerfect.upperCentralSeries_eq_center π Mathlib.GroupTheory.IsPerfect
(G : Type u_1) [Group G] [Group.IsPerfect G] {n : β} (hn : n β 0) : Subgroup.upperCentralSeries G n = Subgroup.center G - Group.IsPerfect.center_quotient_center_eq_bot π Mathlib.GroupTheory.IsPerfect
(G : Type u_1) [Group G] [Group.IsPerfect G] : Subgroup.center (G β§Έ Subgroup.center G) = β₯ - Sylow.le_center_or_le_commutator π Mathlib.GroupTheory.SpecificGroups.ZGroup
{G : Type u_1} [Group G] {p : β} [Fact (Nat.Prime p)] [Finite G] (P : Sylow p G) [IsCyclic β₯βP] [(βP).Normal] : βP β€ Subgroup.center G β¨ βP β€ commutator G - SpecialLinearGroup.center_eq_bot_of_finrank_le_one π Mathlib.LinearAlgebra.SpecialLinearGroup
{R : Type u_1} {V : Type u_2} [CommRing R] [AddCommGroup V] [Module R V] [Module.Free R V] [Module.Finite R V] (h : Module.finrank R V β€ 1) : Subgroup.center (SpecialLinearGroup R V) = β₯ - SpecialLinearGroup.centerEquivRootsOfUnity_invFun π Mathlib.LinearAlgebra.SpecialLinearGroup
{R : Type u_1} {V : Type u_2} [CommRing R] [AddCommGroup V] [Module R V] [Module.Free R V] [Module.Finite R V] (r : β₯(rootsOfUnity (max (Module.finrank R V) 1) R)) : β₯(Subgroup.center (SpecialLinearGroup R V)) - SpecialLinearGroup.centerEquivRootsOfUnity π Mathlib.LinearAlgebra.SpecialLinearGroup
{R : Type u_1} {V : Type u_2} [CommRing R] [AddCommGroup V] [Module R V] [Module.Free R V] [Module.Finite R V] : β₯(Subgroup.center (SpecialLinearGroup R V)) β* β₯(rootsOfUnity (max (Module.finrank R V) 1) R) - SpecialLinearGroup.mem_center_iff π Mathlib.LinearAlgebra.SpecialLinearGroup
{R : Type u_1} {V : Type u_2} [CommRing R] [AddCommGroup V] [Module R V] [Module.Free R V] [Module.Finite R V] {g : SpecialLinearGroup R V} : g β Subgroup.center (SpecialLinearGroup R V) β β r, r ^ Module.finrank R V = 1 β§ ββg = r β’ LinearMap.id - SpecialLinearGroup.centerEquivRootsOfUnity_apply_of_finrank_le_one π Mathlib.LinearAlgebra.SpecialLinearGroup
{R : Type u_1} {V : Type u_2} [CommRing R] [AddCommGroup V] [Module R V] [Module.Free R V] [Module.Finite R V] (d1 : Module.finrank R V β€ 1) (g : β₯(Subgroup.center (SpecialLinearGroup R V))) : SpecialLinearGroup.centerEquivRootsOfUnity g = 1 - SpecialLinearGroup.centerCongr_toLin_equiv_trans_centerEquivRootsOfUnity_eq π Mathlib.LinearAlgebra.SpecialLinearGroup
{R : Type u_3} [CommRing R] {V : Type u_4} [AddCommGroup V] [Module R V] [Module.Free R V] [Module.Finite R V] {ΞΉ : Type u_5} [Fintype ΞΉ] [DecidableEq ΞΉ] (b : Module.Basis ΞΉ R V) (g : β₯(Subgroup.center (Matrix.SpecialLinearGroup ΞΉ R))) : β(((Subgroup.centerCongr (Matrix.SpecialLinearGroup.toLin_equiv b)).trans SpecialLinearGroup.centerEquivRootsOfUnity) g) = β(Matrix.SpecialLinearGroup.center_equiv_rootsOfUnity g) - SpecialLinearGroup.centerEquivRootsOfUnity_apply_apply π Mathlib.LinearAlgebra.SpecialLinearGroup
{R : Type u_1} {V : Type u_2} [CommRing R] [AddCommGroup V] [Module R V] [Module.Free R V] [Module.Finite R V] (g : β₯(Subgroup.center (SpecialLinearGroup R V))) (x : V) : SpecialLinearGroup.centerEquivRootsOfUnity g β’ x = (fun x => ββg x) x - SpecialLinearGroup.centerEquivRootsOfUnity_apply π Mathlib.LinearAlgebra.SpecialLinearGroup
{R : Type u_1} {V : Type u_2} [CommRing R] [AddCommGroup V] [Module R V] [Module.Free R V] [Module.Finite R V] (g : β₯(Subgroup.center (SpecialLinearGroup R V))) : βββg = SpecialLinearGroup.centerEquivRootsOfUnity g β’ LinearMap.id - SpecialLinearGroup.mem_center_iff_spec π Mathlib.LinearAlgebra.SpecialLinearGroup
{R : Type u_1} {V : Type u_2} [CommRing R] [AddCommGroup V] [Module R V] [Module.Free R V] [Module.Finite R V] {g : SpecialLinearGroup R V} (hg : g β Subgroup.center (SpecialLinearGroup R V)) (x : V) : ββg x = β―.choose β’ x - SpecialLinearGroup.centerEquivRootsOfUnity_symm_apply π Mathlib.LinearAlgebra.SpecialLinearGroup
{R : Type u_1} {V : Type u_2} [CommRing R] [AddCommGroup V] [Module R V] [Module.Free R V] [Module.Finite R V] (r : β₯(rootsOfUnity (max (Module.finrank R V) 1) R)) : βββ(SpecialLinearGroup.centerEquivRootsOfUnity.symm r) = r β’ LinearMap.id - Projectivization.instMulActionProjectiveSpecialLinearGroupForall π Mathlib.LinearAlgebra.Projectivization.Action
{K : Type u_1} [Field K] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] : MulAction (Matrix.ProjectiveSpecialLinearGroup ΞΉ K) (Projectivization K (ΞΉ β K)) - Projectivization.instFaithfulSMulProjectiveSpecialLinearGroupForall π Mathlib.LinearAlgebra.Projectivization.Action
{K : Type u_1} [Field K] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] : FaithfulSMul (Matrix.ProjectiveSpecialLinearGroup ΞΉ K) (Projectivization K (ΞΉ β K)) - Projectivization.instIsPreprimitiveProjectiveSpecialLinearGroupForall π Mathlib.LinearAlgebra.Projectivization.Action
{K : Type u_1} [Field K] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] : MulAction.IsPreprimitive (Matrix.ProjectiveSpecialLinearGroup ΞΉ K) (Projectivization K (ΞΉ β K)) - Projectivization.PSLAction.toPermHom π Mathlib.LinearAlgebra.Projectivization.Action
{K : Type u_1} [Field K] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] : Matrix.ProjectiveSpecialLinearGroup ΞΉ K β* Equiv.Perm (Projectivization K (ΞΉ β K)) - Projectivization.SL_mulAction_ker π Mathlib.LinearAlgebra.Projectivization.Action
{K : Type u_1} [Field K] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] : (MulAction.toPermHom (Matrix.SpecialLinearGroup ΞΉ K) (Projectivization K (ΞΉ β K))).ker = Subgroup.center (Matrix.SpecialLinearGroup ΞΉ K) - Matrix.ProjectiveSpecialLinearGroup.toPermHom_injective π Mathlib.LinearAlgebra.Projectivization.Action
{K : Type u_1} [Field K] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] : Function.Injective βProjectivization.PSLAction.toPermHom - Matrix.ProjectiveSpecialLinearGroup.smul_proj_mk π Mathlib.LinearAlgebra.Projectivization.Action
{K : Type u_1} [Field K] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] (g : Matrix.SpecialLinearGroup ΞΉ K) (p : Projectivization K (ΞΉ β K)) : βg β’ p = g β’ p - PSL.iwasawaT π Mathlib.LinearAlgebra.Projectivization.PSL.Stabilizer
{F : Type u_1} [Field F] {ΞΉ : Type u_2} [DecidableEq ΞΉ] [Fintype ΞΉ] (p : Projectivization F (ΞΉ β F)) : Subgroup (Matrix.ProjectiveSpecialLinearGroup ΞΉ F) - PSL.iwasawaT_map_conj π Mathlib.LinearAlgebra.Projectivization.PSL.Stabilizer
{F : Type u_1} [Field F] {ΞΉ : Type u_2} [DecidableEq ΞΉ] [Fintype ΞΉ] (g : Matrix.SpecialLinearGroup ΞΉ F) (H : Subgroup (Matrix.SpecialLinearGroup ΞΉ F)) : Subgroup.map (QuotientGroup.mk' (Subgroup.center (Matrix.SpecialLinearGroup ΞΉ F))) (MulAut.conj g β’ H) = MulAut.conj βg β’ Subgroup.map (QuotientGroup.mk' (Subgroup.center (Matrix.SpecialLinearGroup ΞΉ F))) H - Matrix.ProjectiveSpecialLinearGroup.rank_two_simple π Mathlib.LinearAlgebra.Projectivization.PSL.PSL2
{F : Type u_2} [Field F] (hF : 4 β€ Nat.card F) : IsSimpleGroup (Matrix.ProjectiveSpecialLinearGroup (Fin 2) F) - Matrix.ProjectiveSpecialLinearGroup.rank_two_simple' π Mathlib.LinearAlgebra.Projectivization.PSL.PSL2
{F : Type u_2} [Field F] (hF : β a, a β 0 β§ a ^ 2 β 1) : IsSimpleGroup (Matrix.ProjectiveSpecialLinearGroup (Fin 2) F) - PSL2.Iwasawa π Mathlib.LinearAlgebra.Projectivization.PSL.PSL2
{F : Type u_2} [Field F] : MulAction.IwasawaStructure (Matrix.ProjectiveSpecialLinearGroup (Fin 2) F) (Projectivization F (Fin 2 β F)) - SL2Simple.PSL_commutator_eq_top π Mathlib.LinearAlgebra.Projectivization.PSL.PSL2
{F : Type u_2} [Field F] (hF : β a, a β 0 β§ a ^ 2 β 1) : commutator (Matrix.ProjectiveSpecialLinearGroup (Fin 2) F) = β€ - PSL.iSup_iwasawaT_eq_top π Mathlib.LinearAlgebra.Projectivization.PSL.PSL2
{F : Type u_2} [Field F] : iSup PSL.iwasawaT = β€
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