Loogle!
Result
Found 109 declarations mentioning Function.Involutive.
- Bool.involutive_not π Mathlib.Logic.Function.Basic
: Function.Involutive not - Function.not_involutive π Mathlib.Logic.Function.Basic
: Function.Involutive Not - Function.Involutive π Mathlib.Logic.Function.Basic
{Ξ± : Sort u_1} (f : Ξ± β Ξ±) : Prop - Function.Involutive.bijective π Mathlib.Logic.Function.Basic
{Ξ± : Sort u} {f : Ξ± β Ξ±} (h : Function.Involutive f) : Function.Bijective f - Function.Involutive.injective π Mathlib.Logic.Function.Basic
{Ξ± : Sort u} {f : Ξ± β Ξ±} (h : Function.Involutive f) : Function.Injective f - Function.Involutive.surjective π Mathlib.Logic.Function.Basic
{Ξ± : Sort u} {f : Ξ± β Ξ±} (h : Function.Involutive f) : Function.Surjective f - Function.Involutive.leftInverse π Mathlib.Logic.Function.Basic
{Ξ± : Sort u} {f : Ξ± β Ξ±} (h : Function.Involutive f) : Function.LeftInverse f f - Function.Involutive.rightInverse π Mathlib.Logic.Function.Basic
{Ξ± : Sort u} {f : Ξ± β Ξ±} (h : Function.Involutive f) : Function.RightInverse f f - Function.symm_apply_eq_iff π Mathlib.Logic.Function.Basic
{Ξ± : Sort u_1} {f : Ξ± β Ξ±} : (Std.Symm fun x1 x2 => f x1 = x2) β Function.Involutive f - Function.symmetric_apply_eq_iff π Mathlib.Logic.Function.Basic
{Ξ± : Sort u_1} {f : Ξ± β Ξ±} : (Std.Symm fun x1 x2 => f x1 = x2) β Function.Involutive f - Function.Involutive.comp_self π Mathlib.Logic.Function.Basic
{Ξ± : Sort u} {f : Ξ± β Ξ±} (h : Function.Involutive f) : f β f = id - Function.Involutive.eq_iff π Mathlib.Logic.Function.Basic
{Ξ± : Sort u} {f : Ξ± β Ξ±} (h : Function.Involutive f) {x y : Ξ±} : f x = y β x = f y - Function.Involutive.leftInverse_iff π Mathlib.Logic.Function.Basic
{Ξ± : Sort u} {f : Ξ± β Ξ±} (h : Function.Involutive f) {g : Ξ± β Ξ±} : Function.LeftInverse g f β g = f - Function.Involutive.ite_not π Mathlib.Logic.Function.Basic
{Ξ± : Sort u} {f : Ξ± β Ξ±} (h : Function.Involutive f) (P : Prop) [Decidable P] (x : Ξ±) : f (if P then x else f x) = if Β¬P then x else f x - Symmetric.forall_existsUnique_iff π Mathlib.Logic.Function.Basic
{Ξ± : Sort u_1} {r : Ξ± β Ξ± β Prop} [Std.Symm r] : (β (a : Ξ±), β! b, r a b) β β f, Function.Involutive f β§ β {a b : Ξ±}, r a b β f a = b - Std.Symm.forall_existsUnique_iff π Mathlib.Logic.Function.Basic
{Ξ± : Sort u_1} {r : Ξ± β Ξ± β Prop} [Std.Symm r] : (β (a : Ξ±), β! b, r a b) β β f, Function.Involutive f β§ β {a b : Ξ±}, r a b β f a = b - Symmetric.forall_existsUnique_iff' π Mathlib.Logic.Function.Basic
{Ξ± : Sort u_1} {r : Ξ± β Ξ± β Prop} [Std.Symm r] : (β (a : Ξ±), β! b, r a b) β β f, Function.Involutive f β§ r = fun x1 x2 => f x1 = x2 - Std.Symm.forall_existsUnique_iff' π Mathlib.Logic.Function.Basic
{Ξ± : Sort u_1} {r : Ξ± β Ξ± β Prop} [Std.Symm r] : (β (a : Ξ±), β! b, r a b) β β f, Function.Involutive f β§ r = fun x1 x2 => f x1 = x2 - Subtype.map_involutive π Mathlib.Data.Subtype
{Ξ± : Sort u_1} {p : Ξ± β Prop} {f : Ξ± β Ξ±} (h : β (a : Ξ±), p a β p (f a)) (hf : Function.Involutive f) : Function.Involutive (Subtype.map f h) - Function.involutive_iff_iter_2_eq_id π Mathlib.Logic.Function.Iterate
{Ξ± : Sort u_1} {f : Ξ± β Ξ±} : Function.Involutive f β f^[2] = id - Function.Involutive.prodMap π Mathlib.Data.Prod.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {f : Ξ± β Ξ±} {g : Ξ² β Ξ²} : Function.Involutive f β Function.Involutive g β Function.Involutive (Prod.map f g) - Prod.map_involutive π Mathlib.Data.Prod.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} [Nonempty Ξ±] [Nonempty Ξ²] {f : Ξ± β Ξ±} {g : Ξ² β Ξ²} : Function.Involutive (Prod.map f g) β Function.Involutive f β§ Function.Involutive g - compl_involutive π Mathlib.Order.BooleanAlgebra.Basic
{Ξ± : Type u} [BooleanAlgebra Ξ±] : Function.Involutive compl - Function.Involutive.toPerm π Mathlib.Logic.Equiv.Basic
{Ξ± : Sort u_1} (f : Ξ± β Ξ±) (h : Function.Involutive f) : Equiv.Perm Ξ± - Function.Involutive.toPerm_symm π Mathlib.Logic.Equiv.Basic
{Ξ± : Sort u_1} {f : Ξ± β Ξ±} (h : Function.Involutive f) : Equiv.symm (Function.Involutive.toPerm f h) = Function.Involutive.toPerm f h - Function.Involutive.toPerm_involutive π Mathlib.Logic.Equiv.Basic
{Ξ± : Sort u_1} {f : Ξ± β Ξ±} (h : Function.Involutive f) : Function.Involutive β(Function.Involutive.toPerm f h) - Function.Involutive.coe_toPerm π Mathlib.Logic.Equiv.Basic
{Ξ± : Sort u_1} {f : Ξ± β Ξ±} (h : Function.Involutive f) : β(Function.Involutive.toPerm f h) = f - Function.Involutive.symm_eq_self_of_involutive π Mathlib.Logic.Equiv.Basic
{Ξ± : Sort u_1} (f : Equiv.Perm Ξ±) (h : Function.Involutive βf) : Equiv.symm f = f - symmDiff_left_involutive π Mathlib.Order.SymmDiff
{Ξ± : Type u_2} [GeneralizedBooleanAlgebra Ξ±] (a : Ξ±) : Function.Involutive fun x => symmDiff x a - symmDiff_right_involutive π Mathlib.Order.SymmDiff
{Ξ± : Type u_2} [GeneralizedBooleanAlgebra Ξ±] (a : Ξ±) : Function.Involutive fun x => symmDiff a x - bihimp_left_involutive π Mathlib.Order.SymmDiff
{Ξ± : Type u_2} [BooleanAlgebra Ξ±] (a : Ξ±) : Function.Involutive fun x => bihimp x a - bihimp_right_involutive π Mathlib.Order.SymmDiff
{Ξ± : Type u_2} [BooleanAlgebra Ξ±] (a : Ξ±) : Function.Involutive fun x => bihimp a x - Function.Involutive.preimage π Mathlib.Data.Set.Image
{Ξ± : Type u_1} {f : Ξ± β Ξ±} (hf : Function.Involutive f) : Function.Involutive (Set.preimage f) - Function.Involutive.image_eq_preimage_symm π Mathlib.Data.Set.Image
{Ξ± : Type u_1} {f : Ξ± β Ξ±} (hf : Function.Involutive f) : Set.image f = Set.preimage f - inv_involutive π Mathlib.Algebra.Group.Basic
{G : Type u_3} [InvolutiveInv G] : Function.Involutive Inv.inv - neg_involutive π Mathlib.Algebra.Group.Basic
{G : Type u_3} [InvolutiveNeg G] : Function.Involutive Neg.neg - const_div_involutive π Mathlib.Algebra.Group.Basic
{G : Type u_3} [CommGroup G] (a : G) : Function.Involutive fun x => a / x - const_sub_involutive π Mathlib.Algebra.Group.Basic
{G : Type u_3} [AddCommGroup G] (a : G) : Function.Involutive fun x => a - x - Equiv.divLeft_involutive π Mathlib.Algebra.Group.Units.Equiv
{G : Type u_5} [CommGroup G] (a : G) : Function.Involutive β(Equiv.divLeft a) - Equiv.subLeft_involutive π Mathlib.Algebra.Group.Units.Equiv
{G : Type u_5} [AddCommGroup G] (a : G) : Function.Involutive β(Equiv.subLeft a) - Equiv.mul_swap_involutive π Mathlib.Algebra.Group.End
{Ξ± : Type u_4} [DecidableEq Ξ±] (i j : Ξ±) : Function.Involutive fun x => x * Equiv.swap i j - Equiv.swap_mul_involutive π Mathlib.Algebra.Group.End
{Ξ± : Type u_4} [DecidableEq Ξ±] (i j : Ξ±) : Function.Involutive fun x => Equiv.swap i j * x - Function.Involutive.iterate_odd π Mathlib.Algebra.Ring.Parity
{Ξ± : Type u_4} {f : Ξ± β Ξ±} {n : β} (hf : Function.Involutive f) (hn : Odd n) : f^[n] = f - Function.Involutive.iterate_even π Mathlib.Algebra.Ring.Parity
{Ξ± : Type u_4} {f : Ξ± β Ξ±} {n : β} (hf : Function.Involutive f) (hn : Even n) : f^[n] = id - Function.Involutive.iterate_eq_self π Mathlib.Algebra.Ring.Parity
{Ξ± : Type u_4} {f : Ξ± β Ξ±} {n : β} (hf : Function.Involutive f) (hne : f β id) : f^[n] = f β Odd n - Function.Involutive.iterate_eq_id π Mathlib.Algebra.Ring.Parity
{Ξ± : Type u_4} {f : Ξ± β Ξ±} {n : β} (hf : Function.Involutive f) (hne : f β id) : f^[n] = id β Even n - Function.Involutive.iterate_two_mul π Mathlib.Algebra.Ring.Parity
{Ξ± : Type u_4} {f : Ξ± β Ξ±} (hf : Function.Involutive f) (n : β) : f^[2 * n] = id - Function.Involutive.iterate_two_mul_add_one π Mathlib.Algebra.Ring.Parity
{Ξ± : Type u_4} {f : Ξ± β Ξ±} (hf : Function.Involutive f) (n : β) : f^[2 * n + 1] = f - List.reverse_involutive π Mathlib.Data.List.Basic
{Ξ± : Type u} : Function.Involutive List.reverse - Function.Involutive.list_map π Mathlib.Data.List.Basic
{Ξ± : Type u} {f : Ξ± β Ξ±} (h : Function.Involutive f) : Function.Involutive (List.map f) - List.map_involutive_iff π Mathlib.Data.List.Basic
{Ξ± : Type u} {f : Ξ± β Ξ±} : Function.Involutive (List.map f) β Function.Involutive f - List.mem_map_of_involutive π Mathlib.Data.List.Basic
{Ξ± : Type u} {f : Ξ± β Ξ±} (hf : Function.Involutive f) {a : Ξ±} {l : List Ξ±} : a β List.map f l β f a β l - Function.Involutive.exists_mem_and_apply_eq_iff π Mathlib.Data.List.Basic
{Ξ± : Type u} {f : Ξ± β Ξ±} (hf : Function.Involutive f) (x : Ξ±) (l : List Ξ±) : (β y β l, f y = x) β f x β l - Equiv.pointReflection_involutive π Mathlib.Algebra.Torsor.Defs
{G : Type u_3} {P : Type u_4} [AddGroup G] [AddTorsor G P] (x : P) : Function.Involutive β(Equiv.pointReflection x) - Fin.rev_involutive π Mathlib.Data.Fin.Rev
{n : β} : Function.Involutive Fin.rev - FreeAddGroup.negRev_involutive π Mathlib.GroupTheory.FreeGroup.Basic
{Ξ± : Type u} : Function.Involutive FreeAddGroup.negRev - FreeGroup.invRev_involutive π Mathlib.GroupTheory.FreeGroup.Basic
{Ξ± : Type u} : Function.Involutive FreeGroup.invRev - LinearEquiv.ofInvolutive π Mathlib.Algebra.Module.Equiv.Defs
{R : Type u_1} {M : Type u_7} [Semiring R] [AddCommMonoid M] {Ο Ο' : R β+* R} [RingHomInvPair Ο Ο'] [RingHomInvPair Ο' Ο] {xβ : Module R M} (f : M βββ[Ο] M) (hf : Function.Involutive βf) : M βββ[Ο] M - LinearEquiv.coe_ofInvolutive π Mathlib.Algebra.Module.Equiv.Defs
{R : Type u_1} {M : Type u_7} [Semiring R] [AddCommMonoid M] {Ο Ο' : R β+* R} [RingHomInvPair Ο Ο'] [RingHomInvPair Ο' Ο] {xβ : Module R M} (f : M βββ[Ο] M) (hf : Function.Involutive βf) : β(LinearEquiv.ofInvolutive f hf) = βf - Matrix.transpose_involutive π Mathlib.LinearAlgebra.Matrix.Defs
(n : Type u_3) (Ξ± : Type v) : Function.Involutive Matrix.transpose - Matrix.map_involutive π Mathlib.LinearAlgebra.Matrix.Defs
{m : Type u_2} {n : Type u_3} {Ξ± : Type v} {f : Ξ± β Ξ±} (hf : Function.Involutive f) : Function.Involutive fun M => M.map f - InvolutiveStar.mk π Mathlib.Algebra.Star.Basic
{R : Type u} [toStar : Star R] (star_involutive : Function.Involutive star) : InvolutiveStar R - InvolutiveStar.star_involutive π Mathlib.Algebra.Star.Basic
{R : Type u} [self : InvolutiveStar R] : Function.Involutive star - Matrix.conjTranspose_involutive π Mathlib.LinearAlgebra.Matrix.ConjTranspose
(n : Type u_3) (Ξ± : Type v) [InvolutiveStar Ξ±] : Function.Involutive Matrix.conjTranspose - Composition.reverse_involutive π Mathlib.Combinatorics.Enumerative.Composition
{n : β} : Function.Involutive Composition.reverse - Equiv.swap_smul_involutive π Mathlib.GroupTheory.Perm.Basic
{Ξ± : Type u} {Ξ² : Type v} [DecidableEq Ξ±] [MulAction (Equiv.Perm Ξ±) Ξ²] (i j : Ξ±) : Function.Involutive fun x => Equiv.swap i j β’ x - LaurentPolynomial.involutive_invert π Mathlib.Algebra.Polynomial.Laurent
{R : Type u_3} [CommSemiring R] : Function.Involutive βLaurentPolynomial.invert - CliffordAlgebra.involute_involutive π Mathlib.LinearAlgebra.CliffordAlgebra.Conjugation
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {Q : QuadraticForm R M} : Function.Involutive βCliffordAlgebra.involute - CliffordAlgebra.reverse_involutive π Mathlib.LinearAlgebra.CliffordAlgebra.Conjugation
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {Q : QuadraticForm R M} : Function.Involutive βCliffordAlgebra.reverse - Equidecomp.symm_involutive π Mathlib.Algebra.Group.Action.Equidecomp
{X : Type u_1} {G : Type u_2} [Group G] [MulAction G X] : Function.Involutive Equidecomp.symm - LinearMap.BilinForm.dualBasis_involutive π Mathlib.LinearAlgebra.BilinearForm.Properties
{V : Type u_5} {K : Type u_6} [Field K] [AddCommGroup V] [Module K V] {ΞΉ : Type u_9} [DecidableEq ΞΉ] [Finite ΞΉ] {B : LinearMap.BilinForm K V} (hB : B.Nondegenerate) (hB' : B.IsSymm) : Function.Involutive (B.dualBasis hB) - Module.involutive_preReflection π Mathlib.LinearAlgebra.Reflection
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] {x : M} {f : Module.Dual R M} (h : f x = 2) : Function.Involutive β(Module.preReflection x f) - Module.involutive_reflection π Mathlib.LinearAlgebra.Reflection
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] {x : M} {f : Module.Dual R M} (h : f x = 2) : Function.Involutive β(Module.reflection h) - RootPairing.reflectionPerm_involutive π Mathlib.LinearAlgebra.RootSystem.Defs
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_3} {N : Type u_4} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] (P : RootPairing ΞΉ R M N) (i : ΞΉ) : Function.Involutive β(P.reflectionPerm i) - Matroid.dual_involutive π Mathlib.Combinatorics.Matroid.Dual
{Ξ± : Type u_1} : Function.Involutive Matroid.dual - MeasurableEquiv.ofInvolutive π Mathlib.MeasureTheory.MeasurableSpace.Embedding
{Ξ± : Type u_1} [MeasurableSpace Ξ±] (f : Ξ± β Ξ±) (hf : Function.Involutive f) (hf' : Measurable f) : Ξ± βα΅ Ξ± - MeasurableEquiv.ofInvolutive_toEquiv π Mathlib.MeasureTheory.MeasurableSpace.Embedding
{Ξ± : Type u_1} [MeasurableSpace Ξ±] (f : Ξ± β Ξ±) (hf : Function.Involutive f) (hf' : Measurable f) : (MeasurableEquiv.ofInvolutive f hf hf').toEquiv = Function.Involutive.toPerm f hf - MeasurableEquiv.ofInvolutive_symm π Mathlib.MeasureTheory.MeasurableSpace.Embedding
{Ξ± : Type u_1} [MeasurableSpace Ξ±] (f : Ξ± β Ξ±) (hf : Function.Involutive f) (hf' : Measurable f) : (MeasurableEquiv.ofInvolutive f hf hf').symm = MeasurableEquiv.ofInvolutive f hf hf' - MeasurableEquiv.ofInvolutive_apply π Mathlib.MeasureTheory.MeasurableSpace.Embedding
{Ξ± : Type u_1} [MeasurableSpace Ξ±] (f : Ξ± β Ξ±) (hf : Function.Involutive f) (hf' : Measurable f) (a : Ξ±) : (MeasurableEquiv.ofInvolutive f hf hf') a = f a - unitInterval.symm_involutive π Mathlib.Topology.UnitInterval
: Function.Involutive unitInterval.symm - AffineEquiv.pointReflection_involutive π Mathlib.LinearAlgebra.AffineSpace.AffineEquiv
(k : Type u_1) {Pβ : Type u_2} {Vβ : Type u_6} [Ring k] [AddCommGroup Vβ] [Module k Vβ] [AddTorsor Vβ Pβ] (x : Pβ) : Function.Involutive β(AffineEquiv.pointReflection k x) - ContinuousAffineEquiv.pointReflection_involutive π Mathlib.Topology.Algebra.ContinuousAffineEquiv
(k : Type u_1) {Pβ : Type u_2} {Vβ : Type u_6} [Ring k] [AddCommGroup Vβ] [Module k Vβ] [AddTorsor Vβ Pβ] [TopologicalSpace Pβ] [TopologicalSpace Vβ] [IsTopologicalAddTorsor Pβ] (x : Pβ) : Function.Involutive β(ContinuousAffineEquiv.pointReflection k x) - AffineIsometryEquiv.pointReflection_involutive π Mathlib.Analysis.Normed.Affine.Isometry
{π : Type u_1} {V : Type u_2} {P : Type u_10} [NormedField π] [SeminormedAddCommGroup V] [NormedSpace π V] [PseudoMetricSpace P] [NormedAddTorsor V P] (x : P) : Function.Involutive β(AffineIsometryEquiv.pointReflection π x) - Submodule.reflection_involutive π Mathlib.Analysis.InnerProductSpace.Projection.Reflection
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] (K : Submodule π E) [K.HasOrthogonalProjection] : Function.Involutive βK.reflection - conjneg_involutive π Mathlib.Algebra.Star.Conjneg
{G : Type u_2} {R : Type u_3} [AddGroup G] [CommSemiring R] [StarRing R] : Function.Involutive conjneg - Polynomial.mirror_involutive π Mathlib.Algebra.Polynomial.Mirror
{R : Type u_1} [Semiring R] : Function.Involutive Polynomial.mirror - Quandle.dihedralAct.inv π Mathlib.Algebra.Quandle
(n : β) (a : ZMod n) : Function.Involutive (Quandle.dihedralAct n a) - Module.Basis.traceDual_involutive π Mathlib.RingTheory.Trace.Basic
(K : Type u_3) (L : Type u_4) [Field K] [Field L] [Algebra K L] {ΞΉ : Type w} [FiniteDimensional K L] [Algebra.IsSeparable K L] [Finite ΞΉ] [DecidableEq ΞΉ] : Function.Involutive Module.Basis.traceDual - NumberField.ComplexEmbedding.involutive_conjugate π Mathlib.NumberTheory.NumberField.InfinitePlace.Embeddings
(K : Type u_1) [Field K] : Function.Involutive NumberField.ComplexEmbedding.conjugate - Quiver.SingleObj.hasInvolutiveReverse π Mathlib.Combinatorics.Quiver.SingleObj
{Ξ± : Type u_1} (rev : Ξ± β Ξ±) (h : Function.Involutive rev) : Quiver.HasInvolutiveReverse (Quiver.SingleObj Ξ±) - EuclideanGeometry.inversion_involutive π Mathlib.Geometry.Euclidean.Inversion.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace β V] [MetricSpace P] [NormedAddTorsor V P] (c : P) {R : β} (hR : R β 0) : Function.Involutive (EuclideanGeometry.inversion c R) - StandardSubspace.involutive_symplComp π Mathlib.Analysis.InnerProductSpace.StandardSubspace
{H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace β H] [CompleteSpace H] : Function.Involutive StandardSubspace.symplComp - ClosedSubmodule.involutive_mulI π Mathlib.Analysis.InnerProductSpace.StandardSubspace
{H : Type u_1} [NormedAddCommGroup H] [ipc : InnerProductSpace β H] : Function.Involutive ClosedSubmodule.mulI - SimpleGraph.Dart.symm_involutive π Mathlib.Combinatorics.SimpleGraph.Dart
{V : Type u_1} {G : SimpleGraph V} : Function.Involutive SimpleGraph.Dart.symm - Language.reverse_involutive π Mathlib.Computability.Language
{Ξ± : Type u_1} : Function.Involutive Language.reverse - ContextFreeGrammar.reverse_involutive π Mathlib.Computability.ContextFreeGrammar
{T : Type u_1} : Function.Involutive ContextFreeGrammar.reverse - ContextFreeRule.reverse_involutive π Mathlib.Computability.ContextFreeGrammar
{T : Type u_1} {N : Type u_2} : Function.Involutive ContextFreeRule.reverse - Fin2.rev_involutive π Mathlib.Data.Fin.Fin2
{n : β} : Function.Involutive Fin2.rev - xor_left_involutive π Mathlib.Data.LawfulXor.Basic
{Ξ± : Type u_1} [XorOp Ξ±] [Zero Ξ±] [LawfulXor Ξ±] (a : Ξ±) : Function.Involutive fun x => x ^^^ a - xor_right_involutive π Mathlib.Data.LawfulXor.Basic
{Ξ± : Type u_1} [XorOp Ξ±] [Zero Ξ±] [LawfulXor Ξ±] (a : Ξ±) : Function.Involutive fun x => a ^^^ x - Equiv.xor_involutive π Mathlib.Data.LawfulXor.Equiv
{Ξ± : Type u_1} [XorOp Ξ±] [Zero Ξ±] [LawfulXor Ξ±] (a : Ξ±) : Function.Involutive β(Equiv.xor a) - EuclideanGeometry.reflection_involutive π Mathlib.Geometry.Euclidean.Projection
{π : Type u_1} {V : Type u_2} {P : Type u_3} [RCLike π] [NormedAddCommGroup V] [InnerProductSpace π V] [MetricSpace P] [NormedAddTorsor V P] (s : AffineSubspace π P) [Nonempty β₯s] [s.direction.HasOrthogonalProjection] : Function.Involutive β(EuclideanGeometry.reflection s) - MonoidHom.FixedPointFree.commGroupOfInvolutive π Mathlib.GroupTheory.FixedPointFree
{F : Type u_1} {G : Type u_2} [Group G] [FunLike F G G] [MonoidHomClass F G G] {Ο : F} [Finite G] (hΟ : MonoidHom.FixedPointFree βΟ) (h2 : Function.Involutive βΟ) : CommGroup G - MonoidHom.FixedPointFree.odd_card_of_involutive π Mathlib.GroupTheory.FixedPointFree
{F : Type u_1} {G : Type u_2} [Group G] [FunLike F G G] [MonoidHomClass F G G] {Ο : F} [Finite G] (hΟ : MonoidHom.FixedPointFree βΟ) (h2 : Function.Involutive βΟ) : Odd (Nat.card G) - MonoidHom.FixedPointFree.odd_orderOf_of_involutive π Mathlib.GroupTheory.FixedPointFree
{F : Type u_1} {G : Type u_2} [Group G] [FunLike F G G] [MonoidHomClass F G G] {Ο : F} [Finite G] (hΟ : MonoidHom.FixedPointFree βΟ) (h2 : Function.Involutive βΟ) (g : G) : Odd (orderOf g) - MonoidHom.FixedPointFree.orderOf_ne_two_of_involutive π Mathlib.GroupTheory.FixedPointFree
{F : Type u_1} {G : Type u_2} [Group G] [FunLike F G G] [MonoidHomClass F G G] {Ο : F} [Finite G] (hΟ : MonoidHom.FixedPointFree βΟ) (h2 : Function.Involutive βΟ) (g : G) : orderOf g β 2 - MonoidHom.FixedPointFree.commute_all_of_involutive π Mathlib.GroupTheory.FixedPointFree
{F : Type u_1} {G : Type u_2} [Group G] [FunLike F G G] [MonoidHomClass F G G] {Ο : F} [Finite G] (hΟ : MonoidHom.FixedPointFree βΟ) (h2 : Function.Involutive βΟ) (g h : G) : Commute g h - MonoidHom.FixedPointFree.coe_eq_inv_of_involutive π Mathlib.GroupTheory.FixedPointFree
{F : Type u_1} {G : Type u_2} [Group G] [FunLike F G G] [MonoidHomClass F G G] {Ο : F} [Finite G] (hΟ : MonoidHom.FixedPointFree βΟ) (h2 : Function.Involutive βΟ) : βΟ = fun x => xβ»ΒΉ - FractionalIdeal.dual_involutive π Mathlib.RingTheory.DedekindDomain.Different
{A : Type u_1} {K : Type u_2} {L : Type u} {B : Type u_3} [CommRing A] [Field K] [CommRing B] [Field L] [Algebra A K] [Algebra B L] [Algebra A B] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [IsScalarTower A B L] [IsDomain A] [IsFractionRing A K] [FiniteDimensional K L] [Algebra.IsSeparable K L] [IsIntegralClosure B A L] [IsFractionRing B L] [IsIntegrallyClosed A] [IsDedekindDomain B] : Function.Involutive (FractionalIdeal.dual A K)
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