name stringlengths 2 347 | module stringlengths 6 90 | type stringlengths 1 5.67M | allowCompletion bool 2
classes |
|---|---|---|---|
Finset.one_lt_prod' | Mathlib.Algebra.Order.BigOperators.Group.Finset | ∀ {ι : Type u_1} {M : Type u_4} [inst : CommMonoid M] [inst_1 : Preorder M] [IsOrderedCancelMonoid M] {f : ι → M}
{s : Finset ι} [MulLeftStrictMono M], (∀ i ∈ s, 1 ≤ f i) → (∃ i ∈ s, 1 < f i) → 1 < ∏ i ∈ s, f i | true |
ProbabilityTheory.definition._@.Mathlib.Probability.Kernel.CondDistrib.2261733823._hygCtx._hyg.2 | Mathlib.Probability.Kernel.CondDistrib | {α : Type u_1} →
{β : Type u_2} →
{Ω : Type u_3} →
[inst : MeasurableSpace Ω] →
[StandardBorelSpace Ω] →
[Nonempty Ω] →
{x : MeasurableSpace α} →
[inst_3 : MeasurableSpace β] →
(α → Ω) →
(α → β) →
(μ : MeasureT... | false |
AddActionHom.instVAddOfVAddCommClass.eq_1 | Mathlib.GroupTheory.GroupAction.Hom | ∀ {R : Type u_1} {M : Type u_2} {N : Type u_3} {X : Type u_4} {Y : Type u_5} {σ : M → N} [inst : VAdd M X]
[inst_1 : VAdd N Y] [inst_2 : VAdd R Y] [inst_3 : VAddCommClass N R Y],
AddActionHom.instVAddOfVAddCommClass = { vadd := fun h f => { toFun := h +ᵥ ⇑f, map_vadd' := ⋯ } } | true |
Std.DHashMap.Const.isEmpty_alter_eq_isEmpty_erase | Std.Data.DHashMap.Lemmas | ∀ {α : Type u} {x : BEq α} {x_1 : Hashable α} {β : Type v} {m : Std.DHashMap α fun x => β} [EquivBEq α]
[LawfulHashable α] {k : α} {f : Option β → Option β},
(Std.DHashMap.Const.alter m k f).isEmpty = ((m.erase k).isEmpty && (f (Std.DHashMap.Const.get? m k)).isNone) | true |
MeasureTheory.VectorMeasure.dirac_apply_of_mem | Mathlib.MeasureTheory.VectorMeasure.Basic | ∀ {β : Type u_2} {M : Type u_3} [inst : AddCommMonoid M] [inst_1 : TopologicalSpace M] [inst_2 : MeasurableSpace β]
{x : β} {v : M} {s : Set β}, MeasurableSet s → x ∈ s → ↑(MeasureTheory.VectorMeasure.dirac x v) s = v | true |
IntermediateField.finiteDimensional_adjoin | Mathlib.FieldTheory.IntermediateField.Adjoin.Basic | ∀ {K : Type u} [inst : Field K] {L : Type u_3} [inst_1 : Field L] [inst_2 : Algebra K L] {S : Set L} [Finite ↑S],
(∀ x ∈ S, IsIntegral K x) → FiniteDimensional K ↥(IntermediateField.adjoin K S) | true |
PiTensorProduct.dualDistribInvOfBasis._proof_2 | Mathlib.LinearAlgebra.PiTensorProduct.Dual | ∀ {R : Type u_1} [inst : CommRing R], RingHomCompTriple (RingHom.id R) (RingHom.id R) (RingHom.id R) | false |
Mathlib.Meta.FunProp.Result.mk | Mathlib.Tactic.FunProp.Types | Lean.Expr → Mathlib.Meta.FunProp.Result | true |
Lean.Compiler.LCNF.Simp.JpCasesInfo.mk.sizeOf_spec | Lean.Compiler.LCNF.Simp.JpCases | ∀ (paramIdx : ℕ) (ctorNames : Lean.NameSet),
sizeOf { paramIdx := paramIdx, ctorNames := ctorNames } = 1 + sizeOf paramIdx + sizeOf ctorNames | true |
AlgebraicGeometry.Scheme.Hom.preimage_bot | Mathlib.AlgebraicGeometry.Scheme | ∀ {X Y : AlgebraicGeometry.Scheme} (f : X ⟶ Y), (TopologicalSpace.Opens.map f.base).obj ⊥ = ⊥ | true |
instIdempotentOpInt16HAnd | Init.Data.SInt.Bitwise | Std.IdempotentOp fun x1 x2 => x1 &&& x2 | true |
GroupExtension.Equiv.trans._proof_1 | Mathlib.GroupTheory.GroupExtension.Defs | ∀ {N : Type u_1} {E : Type u_3} {G : Type u_5} [inst : Group N] [inst_1 : Group E] [inst_2 : Group G]
{S : GroupExtension N E G} {E' : Type u_4} [inst_3 : Group E'] {S' : GroupExtension N E' G} (equiv : S.Equiv S')
{E'' : Type u_2} [inst_4 : Group E''] {S'' : GroupExtension N E'' G} (equiv' : S'.Equiv S''),
⇑(equ... | false |
isMax_iff_eq_top._simp_2 | Mathlib.Order.BoundedOrder.Basic | ∀ {α : Type u} [inst : PartialOrder α] [inst_1 : OrderTop α] {a : α}, IsMax a = (a = ⊤) | false |
preNormEDS'._proof_5 | Mathlib.NumberTheory.EllipticDivisibilitySequence | ∀ (n : ℕ), InvImage (fun x1 x2 => x1 < x2) (fun x => x) (n / 2 + 3) n.succ.succ.succ.succ.succ | false |
CategoryTheory.CostructuredArrow.costructuredArrowToOverEquivalence.inverse._proof_1 | Mathlib.CategoryTheory.Comma.Over.Basic | ∀ {T : Type u_2} [inst : CategoryTheory.Category.{u_1, u_2} T] {D : Type u_4}
[inst_1 : CategoryTheory.Category.{u_3, u_4} D] (F : CategoryTheory.Functor D T) {X : T} (Y : CategoryTheory.Over X)
(Z : CategoryTheory.CostructuredArrow F Y.left),
CategoryTheory.CategoryStruct.comp Z.hom Y.hom =
((CategoryTheory.... | false |
CategoryTheory.MorphismProperty.Comma.mapRightComp_hom_app_left | Mathlib.CategoryTheory.MorphismProperty.Comma | ∀ {A : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} A] {B : Type u_2}
[inst_1 : CategoryTheory.Category.{v_2, u_2} B] {T : Type u_3} [inst_2 : CategoryTheory.Category.{v_3, u_3} T]
(L : CategoryTheory.Functor A T) {P : CategoryTheory.MorphismProperty T} {Q : CategoryTheory.MorphismProperty A}
{W : Categor... | true |
instGroupFundamentalGroup._aux_1 | Mathlib.AlgebraicTopology.FundamentalGroupoid.FundamentalGroup | (X : Type u_1) →
[inst : TopologicalSpace X] → (x : X) → FundamentalGroup X x → FundamentalGroup X x → FundamentalGroup X x | false |
_private.Lean.Data.JsonRpc.0.Lean.JsonRpc.instBEqResponseError.beq.match_1 | Lean.Data.JsonRpc | {α : Type u_1} →
(motive : Lean.JsonRpc.ResponseError α → Lean.JsonRpc.ResponseError α → Sort u_2) →
(x x_1 : Lean.JsonRpc.ResponseError α) →
((a : Lean.JsonRpc.RequestID) →
(a_1 : Lean.JsonRpc.ErrorCode) →
(a_2 : String) →
(a_3 : Option α) →
(b : Lean.Jso... | false |
CategoryTheory.GradedObject.mapTrifunctor_obj | Mathlib.CategoryTheory.GradedObject.Trifunctor | ∀ {C₁ : Type u_1} {C₂ : Type u_2} {C₃ : Type u_3} {C₄ : Type u_4} [inst : CategoryTheory.Category.{v_1, u_1} C₁]
[inst_1 : CategoryTheory.Category.{v_2, u_2} C₂] [inst_2 : CategoryTheory.Category.{v_3, u_3} C₃]
[inst_3 : CategoryTheory.Category.{v_4, u_4} C₄]
(F : CategoryTheory.Functor C₁ (CategoryTheory.Functor... | true |
Nat.rfindOpt.eq_1 | Mathlib.Computability.Halting | ∀ {α : Type u_1} (f : ℕ → Option α), Nat.rfindOpt f = (Nat.rfind fun n => ↑(some (f n).isSome)).bind fun n => ↑(f n) | true |
_private.Mathlib.FieldTheory.IsAlgClosed.Basic.0.IsAlgClosed.lift._proof_3 | Mathlib.FieldTheory.IsAlgClosed.Basic | ∀ {M : Type u_2} [inst : Field M] {R : Type u_1} [inst_1 : CommRing R] [inst_2 : IsDomain R] {S : Type u_3}
[inst_3 : CommRing S] [inst_4 : IsDomain S] [inst_5 : Algebra R S] [inst_6 : Algebra R M]
[inst_7 : Module.IsTorsionFree R S] [inst_8 : Module.IsTorsionFree R M], IsScalarTower R (FractionRing R) M | false |
Algebra.Extension.σ_smul | Mathlib.RingTheory.Extension.Basic | ∀ {R : Type u} {S : Type v} [inst : CommRing R] [inst_1 : CommRing S] [inst_2 : Algebra R S] (P : Algebra.Extension R S)
(x y : S), P.σ x • y = x * y | true |
Submodule.instIdemCommSemiring._proof_1 | Mathlib.Algebra.Algebra.Operations | ∀ {R : Type u_1} [inst : CommSemiring R] {A : Type u_2} [inst_1 : CommSemiring A] [inst_2 : Algebra R A]
(a b : Submodule R A), a + b = a ⊔ b | false |
_private.Lean.Elab.Tactic.Ext.0.Lean.Elab.Tactic.Ext.realizeExtTheorem | Lean.Elab.Tactic.Ext | Lean.Name → Bool → Lean.Elab.Command.CommandElabM Lean.Name | true |
_private.Init.Data.String.Lemmas.Pattern.String.ForwardSearcher.0.String.Slice.Pattern.Model.ForwardSliceSearcher.partialMatch_add_one_add_one_iff._proof_1_6 | Init.Data.String.Lemmas.Pattern.String.ForwardSearcher | ∀ {pat : ByteArray} {s : ByteArray} {stackPos : ℕ} {needlePos : ℕ},
needlePos + 1 ≤ pat.size → ¬needlePos ≤ pat.size → False | false |
CategoryTheory.Sheaf.χ._proof_3 | Mathlib.CategoryTheory.Topos.Sheaf | ∀ {C : Type u_1} [inst : CategoryTheory.Category.{u_2, u_1} C] {J : CategoryTheory.GrothendieckTopology C}
{F G : CategoryTheory.Sheaf J (Type (max u_1 u_2))} (m : F ⟶ G) [CategoryTheory.Mono m],
CategoryTheory.Subfunctor.range (CategoryTheory.Presheaf.χ m.hom) ≤ CategoryTheory.Functor.closedSieves J | false |
List.Vector.empty_toList_eq_ff | Mathlib.Data.Vector.Basic | ∀ {α : Type u_1} {n : ℕ} (v : List.Vector α (n + 1)), v.toList.isEmpty = false | true |
CategoryTheory.Functor.whiskerLeft_id | Mathlib.CategoryTheory.Whiskering | ∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
{E : Type u₃} [inst_2 : CategoryTheory.Category.{v₃, u₃} E] (F : CategoryTheory.Functor C D)
{G : CategoryTheory.Functor D E}, F.whiskerLeft (CategoryTheory.NatTrans.id G) = CategoryTheory.NatTran... | true |
CategoryTheory.Grothendieck.grothendieckTypeToCat._proof_2 | Mathlib.CategoryTheory.Grothendieck | ∀ {C : Type u_3} [inst : CategoryTheory.Category.{u_2, u_3} C] (G : CategoryTheory.Functor C (Type u_1))
{X Y : G.Elements} (f : X ⟶ Y),
CategoryTheory.CategoryStruct.comp
(((CategoryTheory.Grothendieck.grothendieckTypeToCatInverse G).comp
(CategoryTheory.Grothendieck.grothendieckTypeToCatFunctor ... | false |
Lean.Meta.FunInd.Call.relevantArgs | Lean.Meta.Tactic.FunIndCollect | Lean.Meta.FunInd.Call → Lean.Expr | true |
Lean.Elab.Command.Structure.StructParentView.rec | Lean.Elab.Structure | {motive : Lean.Elab.Command.Structure.StructParentView → Sort u} →
((ref projRef : Lean.Syntax) →
(name? rawName? : Option Lean.Name) →
(type : Lean.Syntax) →
motive { ref := ref, projRef := projRef, name? := name?, rawName? := rawName?, type := type }) →
(t : Lean.Elab.Command.Structure.S... | false |
MeasureTheory.SimpleFunc.instStar | Mathlib.MeasureTheory.Function.SimpleFunc | {α : Type u_1} → {β : Type u_2} → [inst : MeasurableSpace α] → [Star β] → Star (MeasureTheory.SimpleFunc α β) | true |
Aesop.ForwardStateStats.mk.sizeOf_spec | Aesop.Stats.Basic | ∀ (ruleStateStats : Array Aesop.ForwardRuleStateStats),
sizeOf { ruleStateStats := ruleStateStats } = 1 + sizeOf ruleStateStats | true |
PSum._sizeOf_1.eq._@.Mathlib.Util.CompileInductive.2377832586._hygCtx._hyg.8 | Mathlib.Util.CompileInductive | @PSum._sizeOf_1 = @PSum._sizeOf_1✝ | false |
AlgebraicGeometry.Scheme.Cover.locallyDirectedPullbackCover._proof_8 | Mathlib.AlgebraicGeometry.Cover.Directed | ∀ {P : CategoryTheory.MorphismProperty AlgebraicGeometry.Scheme} {X : AlgebraicGeometry.Scheme}
[inst : P.IsStableUnderBaseChange] (𝒰 : AlgebraicGeometry.Scheme.Cover (AlgebraicGeometry.Scheme.precoverage P) X)
{Y : AlgebraicGeometry.Scheme} (f : Y ⟶ X) {i : (CategoryTheory.Precoverage.ZeroHypercover.pullback₁ f �... | false |
Std.ToStream.noConfusionType | Init.Data.Stream | Sort u_1 →
{collection stream : Type u} →
Std.ToStream collection stream → {collection' stream' : Type u} → Std.ToStream collection' stream' → Sort u_1 | false |
MeasurableSpace.DynkinSystem.ctorIdx | Mathlib.MeasureTheory.PiSystem | {α : Type u_4} → MeasurableSpace.DynkinSystem α → ℕ | false |
Std.Internal.List.Const.getKey?_filter | Std.Data.Internal.List.Associative | ∀ {α : Type u} [inst : BEq α] [inst_1 : EquivBEq α] {β : Type v} {f : α → β → Bool} {l : List ((_ : α) × β)} {k : α},
Std.Internal.List.DistinctKeys l →
Std.Internal.List.getKey? k (List.filter (fun p => f p.fst p.snd) l) =
(Std.Internal.List.getKey? k l).pfilter fun x h => f x (Std.Internal.List.getValue x... | true |
_private.Std.Internal.Async.Timer.0.Std.Internal.IO.Async.Sleep.ofNative._flat_ctor | Std.Internal.Async.Timer | Std.Internal.UV.Timer → Std.Internal.IO.Async.Sleep | false |
RingCon.instSemiringQuotient._proof_11 | Mathlib.RingTheory.Congruence.Defs | ∀ {R : Type u_1} [inst : Semiring R] (c : RingCon R) (x : R) (x_1 : ℕ),
Quotient.mk'' (x ^ x_1) = Quotient.mk'' (x ^ x_1) | false |
CategoryTheory.Limits.IsLimit.binaryFanSwap._proof_2 | Mathlib.CategoryTheory.Limits.Shapes.BinaryProducts | ∀ {C : Type u_2} [inst : CategoryTheory.Category.{u_1, u_2} C] {X Y : C} {s : CategoryTheory.Limits.BinaryFan X Y}
(I : CategoryTheory.Limits.IsLimit s) (t : CategoryTheory.Limits.Cone (CategoryTheory.Limits.pair Y X))
(m : t.pt ⟶ s.swap.pt),
(∀ (j : CategoryTheory.Discrete CategoryTheory.Limits.WalkingPair),
... | false |
CategoryTheory.Discrete.sumEquiv_functor_obj | Mathlib.CategoryTheory.Discrete.SumsProducts | ∀ {J : Type u_1} {K : Type u_2} (a : CategoryTheory.Discrete (J ⊕ K)),
CategoryTheory.Discrete.sumEquiv.functor.obj a =
match a.as with
| Sum.inl j => Sum.inl { as := j }
| Sum.inr k => Sum.inr { as := k } | true |
IsLocalization.Away.tensorRight | Mathlib.RingTheory.Localization.BaseChange | ∀ {R : Type u_7} {S : Type u_8} [inst : CommSemiring R] [inst_1 : CommSemiring S] [inst_2 : Algebra R S] (r : R)
(A : Type u_9) [inst_3 : CommSemiring A] [inst_4 : Algebra R A] [IsLocalization.Away r A],
IsLocalization.Away ((algebraMap R S) r) (TensorProduct R A S) | true |
Lean.ModuleData.constNames | Lean.Environment | Lean.ModuleData → Array Lean.Name | true |
_private.Init.Data.List.Nat.Sublist.0.List.IsSuffix.getElem._proof_1_1 | Init.Data.List.Nat.Sublist | ∀ {α : Type u_1} {xs ys : List α} {i : ℕ},
i < xs.length → xs.length ≤ ys.length → ¬ys.length - 1 - (xs.length - 1 - i) = ys.length - xs.length + i → False | false |
_private.Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances.0.CFC.exists_sqrt_of_isSelfAdjoint_of_quasispectrumRestricts._simp_1_1 | Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances | ∀ {A : Type u_1} [inst : NonUnitalRing A] [inst_1 : Module ℝ A] [IsScalarTower ℝ A A] [SMulCommClass ℝ A A] {a : A},
QuasispectrumRestricts a ⇑ContinuousMap.realToNNReal = ∀ x ∈ quasispectrum ℝ a, 0 ≤ x | false |
Lean.logNamedWarningAt | Lean.Log | {m : Type → Type} →
[Monad m] →
[Lean.MonadLog m] →
[Lean.AddMessageContext m] → [Lean.MonadOptions m] → Lean.Syntax → Lean.Name → Lean.MessageData → m Unit | true |
UInt8.toUInt16_shiftLeft | Init.Data.UInt.Bitwise | ∀ (a b : UInt8), (a <<< b).toUInt16 = a.toUInt16 <<< (b % 8).toUInt16 % 256 | true |
_private.Mathlib.Algebra.Order.CauSeq.Basic.0.CauSeq.inf_limZero.match_1_1 | Mathlib.Algebra.Order.CauSeq.Basic | ∀ {α : Type u_1} [inst : Field α] [inst_1 : LinearOrder α] (motive : (x : α) → x > 0 → Prop) (x : α) (x_1 : x > 0),
(∀ (ε : α) (ε0 : ε > 0), motive ε ε0) → motive x x_1 | false |
ProbabilityTheory.Kernel.IsIrreducible.mk | Mathlib.Probability.Kernel.Irreducible | ∀ {α : Type u_1} {mα : MeasurableSpace α} {φ : MeasureTheory.Measure α} {κ : ProbabilityTheory.Kernel α α},
(∀ ⦃A : Set α⦄, MeasurableSet A → φ A > 0 → ∀ (a : α), ∃ n, ((κ ^ n) a) A > 0) →
ProbabilityTheory.Kernel.IsIrreducible φ κ | true |
Std.ExtHashMap.getKey!_filter_key | Std.Data.ExtHashMap.Lemmas | ∀ {α : Type u} {β : Type v} {x : BEq α} {x_1 : Hashable α} {m : Std.ExtHashMap α β} [inst : EquivBEq α]
[inst_1 : LawfulHashable α] [inst_2 : Inhabited α] {f : α → Bool} {k : α},
(Std.ExtHashMap.filter (fun k x => f k) m).getKey! k = (Option.filter f (m.getKey? k)).get! | true |
RootPairing.zero_lt_pairingIn_iff | Mathlib.LinearAlgebra.RootSystem.RootPositive | ∀ {ι : Type u_1} {R : Type u_2} {S : Type u_3} {M : Type u_4} {N : Type u_5} [inst : CommRing S]
[inst_1 : LinearOrder S] [inst_2 : CommRing R] [inst_3 : Algebra S R] [inst_4 : AddCommGroup M] [inst_5 : Module R M]
[inst_6 : AddCommGroup N] [inst_7 : Module R N] {P : RootPairing ι R M N} [inst_8 : P.IsValuedIn S]
... | true |
CategoryTheory.Bicategory.Adjunction.compUnit | Mathlib.CategoryTheory.Bicategory.Adjunction.Basic | {B : Type u} →
[inst : CategoryTheory.Bicategory B] →
{a b c : B} →
{f₁ : a ⟶ b} →
{g₁ : b ⟶ a} →
{f₂ : b ⟶ c} →
{g₂ : c ⟶ b} →
CategoryTheory.Bicategory.Adjunction f₁ g₁ →
CategoryTheory.Bicategory.Adjunction f₂ g₂ →
(CategoryThe... | true |
Lean.PPContext.mk.injEq | Lean.Util.PPExt | ∀ (env : Lean.Environment) (mctx : Lean.MetavarContext) (lctx : Lean.LocalContext) (opts : Lean.Options)
(currNamespace : Lean.Name) (openDecls : List Lean.OpenDecl) (env_1 : Lean.Environment) (mctx_1 : Lean.MetavarContext)
(lctx_1 : Lean.LocalContext) (opts_1 : Lean.Options) (currNamespace_1 : Lean.Name) (openDecl... | true |
Algebra.IsStandardSmooth | Mathlib.RingTheory.Smooth.StandardSmooth | (R : Type u) → (S : Type v) → [inst : CommRing R] → [inst_1 : CommRing S] → [Algebra R S] → Prop | true |
ONote.mulNat | Mathlib.SetTheory.Ordinal.Notation | ONote → ℕ → ONote | true |
_private.Mathlib.Algebra.GroupWithZero.WithZero.0.WithZero.map'_surjective_iff._proof_1_3 | Mathlib.Algebra.GroupWithZero.WithZero | ∀ {α : Type u_1} {β : Type u_2} [inst : MulOneClass α] [inst_1 : MulOneClass β] {f : α →* β} (b : β) (a : α),
f a = b → ∃ a, f a = b | false |
CategoryTheory.Limits.FormalCoproduct.evalCompInclIsoId | Mathlib.CategoryTheory.Limits.FormalCoproducts.Basic | (C : Type u) →
[inst : CategoryTheory.Category.{v, u} C] →
(A : Type u₁) →
[inst_1 : CategoryTheory.Category.{v₁, u₁} A] →
[inst_2 : CategoryTheory.Limits.HasCoproducts A] →
(CategoryTheory.Limits.FormalCoproduct.eval C A).comp
((CategoryTheory.Functor.whiskeringLeft C (Categ... | true |
AntilipschitzWith.of_subsingleton._simp_1 | Mathlib.Topology.MetricSpace.Antilipschitz | ∀ {α : Type u_1} {β : Type u_2} [inst : PseudoEMetricSpace α] [inst_1 : PseudoEMetricSpace β] {f : α → β}
[Subsingleton α] {K : NNReal}, AntilipschitzWith K f = True | false |
PresheafOfModules.epi_iff_surjective | Mathlib.Algebra.Category.ModuleCat.Presheaf.EpiMono | ∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat}
{M₁ M₂ : PresheafOfModules R} (f : M₁ ⟶ M₂),
CategoryTheory.Epi f ↔ ∀ ⦃X : Cᵒᵖ⦄, Function.Surjective ⇑(CategoryTheory.ConcreteCategory.hom (f.app X)) | true |
_private.Std.Data.DTreeMap.Internal.Lemmas.0.Std.DTreeMap.Internal.Impl.getKeyD_minKey?._simp_1_3 | Std.Data.DTreeMap.Internal.Lemmas | ∀ {α : Type u} {β : α → Type v} {x : Ord α} {t : Std.DTreeMap.Internal.Impl α β} {k : α},
(k ∈ t) = (Std.DTreeMap.Internal.Impl.contains k t = true) | false |
_private.Mathlib.Analysis.Normed.Unbundled.SmoothingSeminorm.0.limsup_mu_le._simp_1_3 | Mathlib.Analysis.Normed.Unbundled.SmoothingSeminorm | ∀ {α : Type u_1} [inst : LE α] {x y : α}, (x ≥ y) = (y ≤ x) | false |
MulEquiv.op._proof_3 | Mathlib.Algebra.Group.Equiv.Opposite | ∀ {α : Type u_1} {β : Type u_2} [inst : Mul α] [inst_1 : Mul β],
Function.LeftInverse
(fun f =>
{ toFun := MulOpposite.unop ∘ ⇑f ∘ MulOpposite.op, invFun := MulOpposite.unop ∘ ⇑f.symm ∘ MulOpposite.op,
left_inv := ⋯, right_inv := ⋯, map_mul' := ⋯ })
fun f =>
{ toFun := MulOpposite.op ∘ ⇑f ∘ ... | false |
_private.Lean.Util.SCC.0.Lean.SCC.addSCC.add._unsafe_rec | Lean.Util.SCC | {α : Type} → [inst : BEq α] → [inst_1 : Hashable α] → α → List α → List α → Lean.SCC.M α Unit | false |
Poly.instAddGroupWithOne._proof_4 | Mathlib.NumberTheory.Dioph | ∀ {α : Type u_1} (n : ℕ), Poly.const (Int.negSucc n) = -↑(n + 1) | false |
_private.Lean.Elab.Do.Legacy.0.Lean.Elab.Term.extractBind.extract?.match_3 | Lean.Elab.Do.Legacy | (motive : Option Lean.Elab.Term.ExtractMonadResult → Sort u_1) →
(__do_lift : Option Lean.Elab.Term.ExtractMonadResult) →
((r : Lean.Elab.Term.ExtractMonadResult) → motive (some r)) → (Unit → motive none) → motive __do_lift | false |
_private.Std.Sat.AIG.Basic.0.Std.Sat.AIG.instHashableFanin.hash.match_1 | Std.Sat.AIG.Basic | (motive : Std.Sat.AIG.Fanin → Sort u_1) → (x : Std.Sat.AIG.Fanin) → ((a : ℕ) → motive { val := a }) → motive x | false |
LieAlgebra.ExtendScalars.instLieRing._proof_3 | Mathlib.Algebra.Lie.BaseChange | ∀ (R : Type u_3) (A : Type u_1) (L : Type u_2) [inst : CommRing R] [inst_1 : CommRing A] [inst_2 : Algebra R A]
[inst_3 : LieRing L] [inst_4 : LieAlgebra R L] (x y z : TensorProduct R A L), ⁅x, y + z⁆ = ⁅x, y⁆ + ⁅x, z⁆ | false |
Finset.sum_subtype_of_mem | Mathlib.Algebra.BigOperators.Group.Finset.Basic | ∀ {ι : Type u_1} {M : Type u_4} {s : Finset ι} [inst : AddCommMonoid M] (f : ι → M) {p : ι → Prop}
[inst_1 : DecidablePred p], (∀ x ∈ s, p x) → ∑ x ∈ Finset.subtype p s, f ↑x = ∑ x ∈ s, f x | true |
AlgEquiv.restrictNormalHom_id | Mathlib.FieldTheory.Normal.Defs | ∀ (F : Type u_6) (K : Type u_7) [inst : Field F] [inst_1 : Field K] [inst_2 : Algebra F K] [inst_3 : Normal F K],
AlgEquiv.restrictNormalHom K = MonoidHom.id Gal(K/F) | true |
Fin.val_one | Init.Data.Fin.Lemmas | ∀ (n : ℕ), ↑1 = 1 | true |
Lean.Meta.mkFreshTypeMVar | Lean.Meta.Basic | optParam Lean.MetavarKind Lean.MetavarKind.natural → optParam Lean.Name Lean.Name.anonymous → Lean.MetaM Lean.Expr | true |
FiniteArchimedeanClass.mem_ball_iff | Mathlib.Algebra.Order.Module.Archimedean | ∀ {M : Type u_1} [inst : AddCommGroup M] [inst_1 : LinearOrder M] [inst_2 : IsOrderedAddMonoid M] (K : Type u_2)
[inst_3 : Ring K] [inst_4 : LinearOrder K] [inst_5 : IsOrderedRing K] [inst_6 : Archimedean K] [inst_7 : Module K M]
[inst_8 : PosSMulMono K M] {a : M} {c : FiniteArchimedeanClass M},
a ∈ FiniteArchime... | true |
OrderEmbedding.preimage_Ioi | Mathlib.Order.Interval.Set.OrderEmbedding | ∀ {α : Type u_1} {β : Type u_2} [inst : Preorder α] [inst_1 : Preorder β] (e : α ↪o β) (x : α),
⇑e ⁻¹' Set.Ioi (e x) = Set.Ioi x | true |
_private.Mathlib.Data.List.MinMax.0.List.maximum_ne_bot_of_ne_nil.match_1_1 | Mathlib.Data.List.MinMax | ∀ {α : Type u_1} (motive : (l : List α) → l ≠ [] → Prop) (l : List α) (h : l ≠ []),
(∀ (head : α) (tail : List α) (x : head :: tail ≠ []), motive (head :: tail) x) → motive l h | false |
finrank_quotient_span_eq_natDegree | Mathlib.RingTheory.AdjoinRoot | ∀ {K : Type u_5} [inst : Field K] {f : Polynomial K}, Module.finrank K (Polynomial K ⧸ Ideal.span {f}) = f.natDegree | true |
CategoryTheory.Functor.Monoidal.toUnit_ε_assoc | Mathlib.CategoryTheory.Monoidal.Cartesian.Basic | ∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] [inst_1 : CategoryTheory.CartesianMonoidalCategory C]
{D : Type u₂} [inst_2 : CategoryTheory.Category.{v₂, u₂} D] [inst_3 : CategoryTheory.CartesianMonoidalCategory D]
(F : CategoryTheory.Functor C D) [inst_4 : F.Monoidal] (X : C) {Z : D}
(h : F.obj (Cat... | true |
Nat.zero_of_testBit_eq_false | Mathlib.Data.Nat.Bitwise | ∀ {n : ℕ}, (∀ (i : ℕ), n.testBit i = false) → n = 0 | true |
Multiplicative.toNNNorm | Mathlib.Analysis.Normed.Group.Constructions | {E : Type u_2} → [NNNorm E] → NNNorm (Multiplicative E) | true |
Subalgebra.baseChange._proof_1 | Mathlib.RingTheory.TensorProduct.Maps | ∀ {R : Type u_1} [inst : CommSemiring R] (B : Type u_2) [inst_1 : CommSemiring B] [inst_2 : Algebra R B],
SMulCommClass R B B | false |
_private.Std.Data.Internal.List.Associative.0.Std.Internal.List.Option.get_eq_iff_eq_some._simp_1_1 | Std.Data.Internal.List.Associative | ∀ {α : Type u_1} {o : Option α} {a : α}, (o = some a) = ∃ (h : o.isSome = true), o.get h = a | false |
Nat.Icc_eq_range' | Mathlib.Order.Interval.Finset.Nat | ∀ (a b : ℕ), Finset.Icc a b = { val := ↑(List.range' a (b + 1 - a)), nodup := ⋯ } | true |
ZNum.bit0 | Mathlib.Data.Num.Basic | ZNum → ZNum | true |
CategoryTheory.Presieve.IsSheafFor.isAmalgamation | Mathlib.CategoryTheory.Sites.IsSheafFor | ∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {P : CategoryTheory.Functor Cᵒᵖ (Type w)} {X : C}
{R : CategoryTheory.Presieve X} (t : CategoryTheory.Presieve.IsSheafFor P R)
{x : CategoryTheory.Presieve.FamilyOfElements P R} (hx : x.Compatible), x.IsAmalgamation (t.amalgamate x hx) | true |
MonoidAlgebra.mapDomainRingHom._proof_1 | Mathlib.Algebra.MonoidAlgebra.MapDomain | ∀ (R : Type u_1) {M : Type u_3} {N : Type u_2} [inst : Semiring R] [inst_1 : Monoid M] [inst_2 : Monoid N] (f : M →* N),
MonoidAlgebra.mapDomain (⇑f) 1 = 1 | false |
_private.Init.Data.UInt.Lemmas.0._aux_Init_Data_UInt_Lemmas___macroRules_commandDeclare_uint_theorems___1._sparseCasesOn_1 | Init.Data.UInt.Lemmas | {α : Type u} →
{motive : Option α → Sort u_1} →
(t : Option α) → ((val : α) → motive (some val)) → (Nat.hasNotBit 2 t.ctorIdx → motive t) → motive t | false |
CategoryTheory.Limits.createsColimitsOfShapeOfCreatesCoequalizersAndCoproducts._proof_3 | Mathlib.CategoryTheory.Limits.Constructions.LimitsOfProductsAndEqualizers | ∀ {C : Type u_3} [inst : CategoryTheory.Category.{u_2, u_3} C] {J : Type u_1} [inst_1 : CategoryTheory.SmallCategory J]
{K : CategoryTheory.Functor J C},
CategoryTheory.Limits.HasColimitsOfShape (CategoryTheory.Discrete J) C →
CategoryTheory.Limits.HasColimitsOfShape (CategoryTheory.Discrete ((p : J × J) × (p.1... | false |
Std.Ric.eq_succMany?_of_toList_eq_append_cons | Init.Data.Range.Polymorphic.Lemmas | ∀ {α : Type u} {r : Std.Ric α} [inst : Std.PRange.Least? α] [inst_1 : LE α] [inst_2 : DecidableLE α]
[inst_3 : Std.PRange.UpwardEnumerable α] [inst_4 : Std.PRange.LawfulUpwardEnumerable α]
[inst_5 : Std.PRange.LawfulUpwardEnumerableLE α] [inst_6 : Std.PRange.LawfulUpwardEnumerableLeast? α]
[inst_7 : Std.Rxc.IsAlw... | true |
TopologicalSpace.completelyMetrizableMetric._proof_1 | Mathlib.Topology.Metrizable.CompletelyMetrizable | ∀ (X : Type u_1) [inst : TopologicalSpace X] [h : TopologicalSpace.IsCompletelyMetrizableSpace X],
inst = PseudoMetricSpace.toUniformSpace.toTopologicalSpace | false |
_private.Mathlib.CategoryTheory.Center.NegOnePow.0.CategoryTheory.CatCenter.app_neg_one_zpow._simp_1_1 | Mathlib.CategoryTheory.Center.NegOnePow | ∀ {α : Type u_1} [inst : DivisionCommMonoid α] (a b : α) (n : ℤ), a ^ n * b ^ n = (a * b) ^ n | false |
_private.Lean.Meta.Tactic.Grind.Internalize.0.Lean.Meta.Grind.isCongruentCheck | Lean.Meta.Tactic.Grind.Internalize | Lean.Expr → Lean.Expr → Lean.Meta.Grind.GoalM Bool | true |
ENNReal.ofReal_le_ofNat._simp_1 | Mathlib.Data.ENNReal.Real | ∀ {r : ℝ} {n : ℕ} [inst : n.AtLeastTwo], (ENNReal.ofReal r ≤ OfNat.ofNat n) = (r ≤ OfNat.ofNat n) | false |
Int.Linear.Poly.norm.eq_1 | Init.Data.Int.Linear | ∀ (k : ℤ), (Int.Linear.Poly.num k).norm = Int.Linear.Poly.num k | true |
Matrix.IsHermitian.coe_re_diag | Mathlib.Analysis.Matrix.Hermitian | ∀ {𝕜 : Type u_1} {n : Type u_3} {A : Matrix n n 𝕜} [inst : RCLike 𝕜],
A.IsHermitian → (fun i => ↑(RCLike.re (A.diag i))) = A.diag | true |
monotone_add_nat_of_le_succ | Mathlib.Order.Monotone.Basic | ∀ {α : Type u} [inst : Preorder α] {f : ℕ → α} {k : ℕ}, (∀ n ≥ k, f n ≤ f (n + 1)) → Monotone fun n => f (n + k) | true |
Std.DHashMap.contains_map | Std.Data.DHashMap.Lemmas | ∀ {α : Type u} {β : α → Type v} {x : BEq α} {x_1 : Hashable α} {m : Std.DHashMap α β} {γ : α → Type w} [EquivBEq α]
[LawfulHashable α] {f : (a : α) → β a → γ a} {k : α}, (Std.DHashMap.map f m).contains k = m.contains k | true |
_private.Mathlib.NumberTheory.DirichletCharacter.Basic.0.DirichletCharacter.not_even_and_odd._simp_1_2 | Mathlib.NumberTheory.DirichletCharacter.Basic | ∀ {α : Type u_2} [inst : Zero α] [inst_1 : OfNat α 2] [NeZero 2], (2 = 0) = False | false |
PresheafOfModules.Sheafify.SMulCandidate._sizeOf_inst | Mathlib.Algebra.Category.ModuleCat.Presheaf.Sheafify | {C : Type u₁} →
{inst : CategoryTheory.Category.{v₁, u₁} C} →
{J : CategoryTheory.GrothendieckTopology C} →
{R₀ : CategoryTheory.Functor Cᵒᵖ RingCat} →
{R : CategoryTheory.Sheaf J RingCat} →
(α : R₀ ⟶ R.obj) →
{M₀ : PresheafOfModules R₀} →
{A : CategoryTheory.Shea... | false |
_private.Mathlib.Topology.Algebra.Module.Spaces.UniformConvergenceCLM.0.UniformConvergenceCLM.isVonNBounded_iff._simp_1_3 | Mathlib.Topology.Algebra.Module.Spaces.UniformConvergenceCLM | ∀ {α : Type u} {s : Set α} {f : Filter α}, (f ≤ Filter.principal s) = (s ∈ f) | false |
codisjoint_bihimp_sup | Mathlib.Order.SymmDiff | ∀ {α : Type u_2} [inst : BooleanAlgebra α] (a b : α), Codisjoint (bihimp a b) (a ⊔ b) | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.