name stringlengths 2 347 | module stringlengths 6 90 | type stringlengths 1 5.67M | allowCompletion bool 2
classes |
|---|---|---|---|
Bipointed.Hom.mk.noConfusion | Mathlib.CategoryTheory.Category.Bipointed | {X Y : Bipointed} →
{P : Sort u_1} →
{toFun : X.X → Y.X} →
{map_fst : toFun X.toProd.1 = Y.toProd.1} →
{map_snd : toFun X.toProd.2 = Y.toProd.2} →
{toFun' : X.X → Y.X} →
{map_fst' : toFun' X.toProd.1 = Y.toProd.1} →
{map_snd' : toFun' X.toProd.2 = Y.toProd.2} →
{ toFun := toFun, map_fst := map_fst, map_snd := map_snd } =
{ toFun := toFun', map_fst := map_fst', map_snd := map_snd' } →
(toFun ≍ toFun' → P) → P | false |
CommAlgCat.instMonoidalCategory._proof_20 | Mathlib.Algebra.Category.CommAlgCat.Monoidal | ∀ {R : Type u_1} [inst : CommRing R] (X Y : CommAlgCat R),
CategoryTheory.CategoryStruct.comp
(CommAlgCat.isoMk (Algebra.TensorProduct.assoc R R R ↑X ↑(CommAlgCat.of R R) ↑Y)).hom
(CommAlgCat.ofHom
(Algebra.TensorProduct.map (AlgHom.id R ↑X)
(CommAlgCat.Hom.hom (CommAlgCat.isoMk (Algebra.TensorProduct.lid R ↑Y)).hom))) =
CommAlgCat.ofHom
(Algebra.TensorProduct.map (CommAlgCat.Hom.hom (CommAlgCat.isoMk (Algebra.TensorProduct.rid R R ↑X)).hom)
(AlgHom.id R ↑Y)) | false |
cfcₙHomSuperset_apply | Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.NonUnital | ∀ {R : Type u_1} {A : Type u_2} {p : A → Prop} [inst : CommSemiring R] [inst_1 : Nontrivial R] [inst_2 : StarRing R]
[inst_3 : MetricSpace R] [inst_4 : IsTopologicalSemiring R] [inst_5 : ContinuousStar R] [inst_6 : NonUnitalRing A]
[inst_7 : StarRing A] [inst_8 : TopologicalSpace A] [inst_9 : Module R A] [inst_10 : IsScalarTower R A A]
[inst_11 : SMulCommClass R A A] [instCFCₙ : NonUnitalContinuousFunctionalCalculus R A p] {a : A} (ha : p a)
{s : Set R} (hs : quasispectrum R a ⊆ s) (a_1 : ContinuousMapZero (↑s) R),
(cfcₙHomSuperset ha hs) a_1 =
(cfcₙHom ha) (a_1.comp { toFun := Subtype.map id hs, continuous_toFun := ⋯, map_zero' := ⋯ }) | true |
_private.Init.Data.Order.Ord.0.Std.instOrientedOrdProd._proof_1 | Init.Data.Order.Ord | ∀ {α : Type u_2} {β : Type u_1} [inst : Ord α] [inst_1 : Ord β] [Std.OrientedOrd α] [Std.OrientedOrd β],
Std.OrientedOrd (α × β) | false |
conjneg_one | Mathlib.Algebra.Star.Conjneg | ∀ {G : Type u_2} {R : Type u_3} [inst : AddGroup G] [inst_1 : CommSemiring R] [inst_2 : StarRing R], conjneg 1 = 1 | true |
CategoryTheory.Functor.LeftExtension.IsPointwiseLeftKanExtension.isIso_hom | Mathlib.CategoryTheory.Functor.KanExtension.Pointwise | ∀ {C : Type u_1} {D : Type u_2} {H : Type u_4} [inst : CategoryTheory.Category.{v_1, u_1} C]
[inst_1 : CategoryTheory.Category.{v_2, u_2} D] [inst_2 : CategoryTheory.Category.{v_4, u_4} H]
{L : CategoryTheory.Functor C D} {F : CategoryTheory.Functor C H} {E : L.LeftExtension F}
(h : E.IsPointwiseLeftKanExtension) [L.Full] [L.Faithful], CategoryTheory.IsIso E.hom | true |
CategoryTheory.Functor.CoconeTypes.IsColimitCore.fac_apply | Mathlib.CategoryTheory.Limits.Types.ColimitType | ∀ {J : Type u} [inst : CategoryTheory.Category.{v, u} J] {F : CategoryTheory.Functor J (Type w₀)} {c : F.CoconeTypes}
(hc : c.IsColimitCore) (c' : F.CoconeTypes) (j : J) (x : F.obj j), hc.desc c' (c.ι j x) = c'.ι j x | true |
VAddCommClass.op_left | Mathlib.Algebra.Group.Action.Defs | ∀ {M : Type u_1} {N : Type u_2} {α : Type u_5} [inst : VAdd M α] [inst_1 : VAdd Mᵃᵒᵖ α] [IsCentralVAdd M α]
[inst_3 : VAdd N α] [VAddCommClass M N α], VAddCommClass Mᵃᵒᵖ N α | true |
Std.TreeSet.mk._flat_ctor | Std.Data.TreeSet.Basic | {α : Type u} → {cmp : autoParam (α → α → Ordering) Std.TreeSet._auto_1} → Std.TreeMap α Unit cmp → Std.TreeSet α cmp | false |
CategoryTheory.Functor.PreOneHypercoverDenseData._sizeOf_1 | Mathlib.CategoryTheory.Sites.DenseSubsite.OneHypercoverDense | {C₀ : Type u₀} →
{C : Type u} →
{inst : CategoryTheory.Category.{v₀, u₀} C₀} →
{inst_1 : CategoryTheory.Category.{v, u} C} →
{F : CategoryTheory.Functor C₀ C} → {S : C} → [SizeOf C₀] → [SizeOf C] → F.PreOneHypercoverDenseData S → ℕ | false |
USize.decEq | Init.Prelude | (a b : USize) → Decidable (a = b) | true |
ContDiffMapSupportedIn.topologicalSpace._proof_4 | Mathlib.Analysis.Distribution.ContDiffMapSupportedIn | ∀ {E : Type u_2} {F : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [inst_2 : NormedAddCommGroup F]
[inst_3 : NormedSpace ℝ F] (i : ℕ), IsBoundedSMul ℝ (ContinuousMultilinearMap ℝ (fun i => E) F) | false |
MonoidHom.cancel_right | Mathlib.Algebra.Group.Hom.Defs | ∀ {M : Type u_4} {N : Type u_5} {P : Type u_6} [inst : MulOne M] [inst_1 : MulOne N] [inst_2 : MulOne P]
{g₁ g₂ : N →* P} {f : M →* N}, Function.Surjective ⇑f → (g₁.comp f = g₂.comp f ↔ g₁ = g₂) | true |
Subfield.relfinrank_eq_of_inf_eq | Mathlib.FieldTheory.Relrank | ∀ {E : Type v} [inst : Field E] {A B C : Subfield E}, A ⊓ C = B ⊓ C → A.relfinrank C = B.relfinrank C | true |
AlgCat.adj._proof_7 | Mathlib.Algebra.Category.AlgCat.Basic | ∀ (R : Type u_1) [inst : CommRing R] {X : Type u_1} {Y Y' : AlgCat R} (f : (AlgCat.free R).obj X ⟶ Y) (g : Y ⟶ Y'),
{ toFun := fun f => (FreeAlgebra.lift R).symm (AlgCat.Hom.hom f),
invFun := fun f => AlgCat.ofHom ((FreeAlgebra.lift R) f), left_inv := ⋯, right_inv := ⋯ }
(CategoryTheory.CategoryStruct.comp f g) =
CategoryTheory.CategoryStruct.comp
({ toFun := fun f => (FreeAlgebra.lift R).symm (AlgCat.Hom.hom f),
invFun := fun f => AlgCat.ofHom ((FreeAlgebra.lift R) f), left_inv := ⋯, right_inv := ⋯ }
f)
((CategoryTheory.forget (AlgCat R)).map g) | false |
_private.Mathlib.Order.Interval.Set.Fin.0.Fin.preimage_rev_Ioc._simp_1_3 | Mathlib.Order.Interval.Set.Fin | ∀ {a b : Prop}, (a ∧ b) = (b ∧ a) | false |
Std.Iterators.Types.Flatten.it₂ | Init.Data.Iterators.Combinators.Monadic.FlatMap | {α α₂ β : Type w} → {m : Type w → Type u_1} → Std.Iterators.Types.Flatten α α₂ β m → Option (Std.IterM m β) | true |
Std.Internal.List.isEmpty_replaceEntry | Std.Data.Internal.List.Associative | ∀ {α : Type u} {β : α → Type v} [inst : BEq α] {l : List ((a : α) × β a)} {k : α} {v : β k},
(Std.Internal.List.replaceEntry k v l).isEmpty = l.isEmpty | true |
_private.Lean.DocString.Extension.0.Lean.VersoModuleDocs.DocContext.closeAll | Lean.DocString.Extension | Lean.VersoModuleDocs.DocContext✝ → Except String Lean.VersoModuleDocs.DocContext✝¹ | true |
Lean.NameHashSet | Lean.Data.NameMap.Basic | Type | true |
Std.LawfulOrderLT.mk | Init.Data.Order.Classes | ∀ {α : Type u} [inst : LT α] [inst_1 : LE α], (∀ (a b : α), a < b ↔ a ≤ b ∧ ¬b ≤ a) → Std.LawfulOrderLT α | true |
Lean.Elab.Command.Scope.mk._flat_ctor | Lean.Elab.Command.Scope | String →
Lean.Options →
Lean.Name →
List Lean.OpenDecl →
List Lean.Name →
Array (Lean.TSyntax `Lean.Parser.Term.bracketedBinder) →
Array Lean.Name →
List Lean.Name →
List Lean.Name →
Bool → Bool → Bool → List (Lean.TSyntax `Lean.Parser.Term.attrInstance) → Lean.Elab.Command.Scope | false |
Lean.Meta.DefEqContext.mk.sizeOf_spec | Lean.Meta.Basic | ∀ (lhs rhs : Lean.Expr) (lctx : Lean.LocalContext) (localInstances : Lean.LocalInstances),
sizeOf { lhs := lhs, rhs := rhs, lctx := lctx, localInstances := localInstances } =
1 + sizeOf lhs + sizeOf rhs + sizeOf lctx + sizeOf localInstances | true |
List.prefix_iff_getElem? | Init.Data.List.Sublist | ∀ {α : Type u_1} {l₁ l₂ : List α}, l₁ <+: l₂ ↔ ∀ (i : ℕ) (h : i < l₁.length), l₂[i]? = some l₁[i] | true |
TensorProduct.instBialgebra._proof_2 | Mathlib.RingTheory.Bialgebra.TensorProduct | ∀ (R : Type u_1) (S : Type u_2) [inst : CommSemiring R] [inst_1 : CommSemiring S] [inst_2 : Algebra R S],
SMulCommClass R S S | false |
_private.Mathlib.Topology.NoetherianSpace.0.TopologicalSpace.NoetherianSpace.exists_finite_set_closeds_irreducible._simp_1_3 | Mathlib.Topology.NoetherianSpace | ∀ {p q : Prop}, (¬(p ∨ q)) = (¬p ∧ ¬q) | false |
Polynomial.smeval_neg | Mathlib.Algebra.Polynomial.Smeval | ∀ (R : Type u_1) [inst : Ring R] {S : Type u_2} [inst_1 : AddCommGroup S] [inst_2 : Pow S ℕ] [inst_3 : Module R S]
(p : Polynomial R) (x : S), (-p).smeval x = -p.smeval x | true |
TopCat.Presheaf.stalkSpecializes_comp_apply | Mathlib.Topology.Sheaves.Stalks | ∀ {C : Type u_3} [inst : CategoryTheory.Category.{v_1, u_3} C] [inst_1 : CategoryTheory.Limits.HasColimits C]
{X : TopCat} (F : TopCat.Presheaf C X) {x y z : ↑X} (h : x ⤳ y) (h' : y ⤳ z) {F_1 : C → C → Type uF}
{carrier : C → Type w} {instFunLike : (X Y : C) → FunLike (F_1 X Y) (carrier X) (carrier Y)}
[inst_2 : CategoryTheory.ConcreteCategory C F_1] (x_1 : carrier (F.stalk z)),
(CategoryTheory.ConcreteCategory.hom (F.stalkSpecializes h))
((CategoryTheory.ConcreteCategory.hom (F.stalkSpecializes h')) x_1) =
(CategoryTheory.ConcreteCategory.hom (F.stalkSpecializes ⋯)) x_1 | true |
Prop.instCompleteLinearOrder._proof_5 | Mathlib.Order.CompleteLattice.Basic | ∀ (a : Prop), a ⇨ ⊥ = aᶜ | false |
ExceptCpsT.runK | Init.Control.ExceptCps | {m : Type u → Type u_1} → {β ε α : Type u} → ExceptCpsT ε m α → ε → (α → m β) → (ε → m β) → m β | true |
List.eraseP_replicate_of_pos | Init.Data.List.Erase | ∀ {α : Type u_1} {p : α → Bool} {n : ℕ} {a : α},
p a = true → List.eraseP p (List.replicate n a) = List.replicate (n - 1) a | true |
Batteries.PairingHeap.tail._proof_1 | Batteries.Data.PairingHeap | ∀ {α : Type u_1} {le : α → α → Bool} (b : Batteries.PairingHeap α le),
Batteries.PairingHeapImp.Heap.WF le (Batteries.PairingHeapImp.Heap.tail le ↑b) | false |
Std.IterM._sizeOf_inst | Init.Data.Iterators.Basic | {α : Type w} →
(m : Type w → Type w') →
(β : Type w) → [SizeOf α] → [(a : Type w) → SizeOf (m a)] → [SizeOf β] → SizeOf (Std.IterM m β) | false |
MeasureTheory.Measure.pi.isAddHaarMeasure | Mathlib.MeasureTheory.Constructions.Pi | ∀ {ι : Type u_1} {α : ι → Type u_3} [inst : Fintype ι] [inst_1 : (i : ι) → MeasurableSpace (α i)]
(μ : (i : ι) → MeasureTheory.Measure (α i)) [∀ (i : ι), MeasureTheory.SigmaFinite (μ i)]
[inst_3 : (i : ι) → AddGroup (α i)] [inst_4 : (i : ι) → TopologicalSpace (α i)] [∀ (i : ι), (μ i).IsAddHaarMeasure]
[∀ (i : ι), MeasurableAdd (α i)], (MeasureTheory.Measure.pi μ).IsAddHaarMeasure | true |
_private.Init.Data.Range.Polymorphic.Lemmas.0.Std.Rcc.forIn'_eq_if.match_1.eq_2 | Init.Data.Range.Polymorphic.Lemmas | ∀ {γ : Type u_1} (motive : ForInStep γ → Sort u_2) (c : γ) (h_1 : (c : γ) → motive (ForInStep.yield c))
(h_2 : (c : γ) → motive (ForInStep.done c)),
(match ForInStep.done c with
| ForInStep.yield c => h_1 c
| ForInStep.done c => h_2 c) =
h_2 c | true |
ProbabilityTheory.gaussianReal_map_sub_const | Mathlib.Probability.Distributions.Gaussian.Real | ∀ {μ : ℝ} {v : NNReal} (y : ℝ),
MeasureTheory.Measure.map (fun x => x - y) (ProbabilityTheory.gaussianReal μ v) =
ProbabilityTheory.gaussianReal (μ - y) v | true |
Lean.Elab.Term.Op.elabBinRel._regBuiltin.Lean.Elab.Term.Op.elabBinRel_1 | Lean.Elab.Extra | IO Unit | false |
_private.Mathlib.Algebra.Homology.ExactSequence.0.CategoryTheory.ComposableArrows.isComplex₂_iff._proof_1_6 | Mathlib.Algebra.Homology.ExactSequence | 2 < 2 + 1 | false |
Lean.Meta.Grind.instInhabitedCasesEntry.default | Lean.Meta.Tactic.Grind.Cases | Lean.Meta.Grind.CasesEntry | true |
_private.Mathlib.RingTheory.Localization.NormTrace.0.Algebra.trace_localization._simp_1_1 | Mathlib.RingTheory.Localization.NormTrace | ∀ {α : Sort u_1} [Subsingleton α] (x y : α), (x = y) = True | false |
lp.instNormedSpace | Mathlib.Analysis.Normed.Lp.lpSpace | {𝕜 : Type u_1} →
{α : Type u_3} →
{E : α → Type u_4} →
{p : ENNReal} →
[inst : (i : α) → NormedAddCommGroup (E i)] →
[inst_1 : NormedField 𝕜] → [(i : α) → NormedSpace 𝕜 (E i)] → [inst_3 : Fact (1 ≤ p)] → NormedSpace 𝕜 ↥(lp E p) | true |
List.getElem_intersperse_two_mul_add_one | Init.Data.List.Nat.Basic | ∀ {α : Type u_1} {l : List α} {sep : α} {i : ℕ} (h : 2 * i + 1 < (List.intersperse sep l).length),
(List.intersperse sep l)[2 * i + 1] = sep | true |
TwoSidedIdeal.recOn | Mathlib.RingTheory.TwoSidedIdeal.Basic | {R : Type u_1} →
[inst : NonUnitalNonAssocRing R] →
{motive : TwoSidedIdeal R → Sort u} →
(t : TwoSidedIdeal R) → ((ringCon : RingCon R) → motive { ringCon := ringCon }) → motive t | false |
BoundedRandom.noConfusion | Mathlib.Control.Random | {P : Sort u_2} →
{m : Type u → Type u_1} →
{α : Type u} →
{inst : Preorder α} →
{t : BoundedRandom m α} →
{m' : Type u → Type u_1} →
{α' : Type u} →
{inst' : Preorder α'} →
{t' : BoundedRandom m' α'} →
m = m' → α = α' → inst ≍ inst' → t ≍ t' → BoundedRandom.noConfusionType P t t' | false |
Stream'.Seq.update_cons_zero | Mathlib.Data.Seq.Basic | ∀ {α : Type u} (hd : α) (tl : Stream'.Seq α) (f : α → α),
(Stream'.Seq.cons hd tl).update 0 f = Stream'.Seq.cons (f hd) tl | true |
Finset.inv_empty | Mathlib.Algebra.Group.Pointwise.Finset.Basic | ∀ {α : Type u_2} [inst : DecidableEq α] [inst_1 : Inv α], ∅⁻¹ = ∅ | true |
Fin.instNeZeroHAddNatOfNat_mathlib_1 | Mathlib.Data.ZMod.Defs | ∀ (n : ℕ) [NeZero n], NeZero 1 | true |
_private.Lean.Elab.MutualDef.0.Lean.Elab.Term.checkAllDeclNamesDistinct | Lean.Elab.MutualDef | Array Lean.Elab.PreDefinition → Lean.Elab.TermElabM Unit | true |
_private.Std.Data.DHashMap.Internal.AssocList.Lemmas.0.Std.DHashMap.Internal.AssocList.getD.eq_1 | Std.Data.DHashMap.Internal.AssocList.Lemmas | ∀ {α : Type u} {β : Type v} [inst : BEq α] (a : α) (fallback : β),
Std.DHashMap.Internal.AssocList.getD a fallback Std.DHashMap.Internal.AssocList.nil = fallback | true |
CategoryTheory.Quotient.functor_additive | Mathlib.CategoryTheory.Quotient.Preadditive | ∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] [inst_1 : CategoryTheory.Preadditive C] (r : HomRel C)
[inst_2 : CategoryTheory.Congruence r]
(hr : ∀ ⦃X Y : C⦄ (f₁ f₂ g₁ g₂ : X ⟶ Y), r f₁ f₂ → r g₁ g₂ → r (f₁ + g₁) (f₂ + g₂)),
(CategoryTheory.Quotient.functor r).Additive | true |
Monotone.leftLim_le | Mathlib.Topology.Order.LeftRightLim | ∀ {α : Type u_1} {β : Type u_2} [inst : LinearOrder α] [inst_1 : ConditionallyCompleteLinearOrder β]
[inst_2 : TopologicalSpace β] [OrderTopology β] {f : α → β},
Monotone f → ∀ {x y : α}, x ≤ y → Function.leftLim f x ≤ f y | true |
Field.toSemifield._proof_1 | Mathlib.Algebra.Field.Defs | ∀ {K : Type u_1} [inst : Field K] (a b : K), a * b = b * a | false |
instContinuousConstSMulMatrix | Mathlib.Topology.Instances.Matrix | ∀ {α : Type u_2} {m : Type u_4} {n : Type u_5} {R : Type u_8} [inst : TopologicalSpace R] [inst_1 : SMul α R]
[ContinuousConstSMul α R], ContinuousConstSMul α (Matrix m n R) | true |
LocallyFiniteOrder.orderAddMonoidHom.congr_simp | Mathlib.Algebra.Order.Monoid.LocallyFiniteOrder | ∀ (G : Type u_2) [inst : AddCommGroup G] [inst_1 : LinearOrder G] [inst_2 : IsOrderedAddMonoid G]
[inst_3 : LocallyFiniteOrder G], LocallyFiniteOrder.orderAddMonoidHom G = LocallyFiniteOrder.orderAddMonoidHom G | true |
BitVec.reduceSMTSDiv._regBuiltin.BitVec.reduceSMTSDiv.declare_1._@.Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec.396261550._hygCtx._hyg.22 | Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec | IO Unit | false |
CategoryTheory.Limits.HasBiproduct.of_hasProduct | Mathlib.CategoryTheory.Preadditive.Biproducts | ∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Preadditive C] {J : Type u_1}
[Finite J] (f : J → C) [CategoryTheory.Limits.HasProduct f], CategoryTheory.Limits.HasBiproduct f | true |
CompactlySupportedContinuousMap.coe_inf._simp_1 | Mathlib.Topology.ContinuousMap.CompactlySupported | ∀ {α : Type u_2} {β : Type u_3} [inst : TopologicalSpace α] [inst_1 : SemilatticeInf β] [inst_2 : Zero β]
[inst_3 : TopologicalSpace β] [inst_4 : ContinuousInf β] (f g : CompactlySupportedContinuousMap α β),
⇑f ⊓ ⇑g = ⇑(f ⊓ g) | false |
CategoryTheory.StrictlyUnitaryLaxFunctor.mk'._proof_4 | Mathlib.CategoryTheory.Bicategory.Functor.StrictlyUnitary | ∀ {B : Type u_6} [inst : CategoryTheory.Bicategory B] {C : Type u_2} [inst_1 : CategoryTheory.Bicategory C]
(S : CategoryTheory.StrictlyUnitaryLaxFunctorCore B C) (x : B),
CategoryTheory.CategoryStruct.id (S.obj x) = S.map (CategoryTheory.CategoryStruct.id x) | false |
Int.gcd.eq_1 | Init.Data.Int.Linear | ∀ (m n : ℤ), m.gcd n = m.natAbs.gcd n.natAbs | true |
map_ratCast_smul | Mathlib.Algebra.Module.Rat | ∀ {M : Type u_1} {M₂ : Type u_2} [inst : AddCommGroup M] [inst_1 : AddCommGroup M₂] {F : Type u_3}
[inst_2 : FunLike F M M₂] [AddMonoidHomClass F M M₂] (f : F) (R : Type u_4) (S : Type u_5) [inst_4 : DivisionRing R]
[inst_5 : DivisionRing S] [inst_6 : Module R M] [inst_7 : Module S M₂] (c : ℚ) (x : M), f (↑c • x) = ↑c • f x | true |
Std.ExtTreeSet.isEmpty_insertMany_list | Std.Data.ExtTreeSet.Lemmas | ∀ {α : Type u} {cmp : α → α → Ordering} {t : Std.ExtTreeSet α cmp} [inst : Std.TransCmp cmp] {l : List α},
(t.insertMany l).isEmpty = (t.isEmpty && l.isEmpty) | true |
sInfHom.dual_apply_toFun | Mathlib.Order.Hom.CompleteLattice | ∀ {α : Type u_2} {β : Type u_3} [inst : InfSet α] [inst_1 : InfSet β] (f : sInfHom α β) (a : αᵒᵈ),
(sInfHom.dual f) a = (⇑OrderDual.toDual ∘ ⇑f ∘ ⇑OrderDual.ofDual) a | true |
Std.Time.Database.WindowsDb.default | Std.Time.Zoned.Database.Windows | Std.Time.Database.WindowsDb | true |
_private.Mathlib.AlgebraicTopology.SimplexCategory.Basic.0.SimplexCategory.eq_σ_comp_of_not_injective._proof_1_3 | Mathlib.AlgebraicTopology.SimplexCategory.Basic | ∀ {n : ℕ} (x y : Fin ((SimplexCategory.mk (n + 1)).len + 1)), ¬x = y → ¬x < y → y < x | false |
FGModuleCat.instCreatesColimitsOfShapeModuleCatForget₂LinearMapIdCarrierObjIsFG | Mathlib.Algebra.Category.FGModuleCat.Colimits | {J : Type} →
[inst : CategoryTheory.SmallCategory J] →
[CategoryTheory.FinCategory J] →
{k : Type u} →
[inst_2 : Ring k] →
CategoryTheory.CreatesColimitsOfShape J (CategoryTheory.forget₂ (FGModuleCat k) (ModuleCat k)) | true |
Std.DHashMap.Internal.AssocList.getKey._unsafe_rec | Std.Data.DHashMap.Internal.AssocList.Basic | {α : Type u} →
{β : α → Type v} →
[inst : BEq α] →
(a : α) → (l : Std.DHashMap.Internal.AssocList α β) → Std.DHashMap.Internal.AssocList.contains a l = true → α | false |
Lean.Parser.FirstTokens.tokens.inj | Lean.Parser.Types | ∀ {a a_1 : List Lean.Parser.Token}, Lean.Parser.FirstTokens.tokens a = Lean.Parser.FirstTokens.tokens a_1 → a = a_1 | true |
Finset.instMulLeftMono | Mathlib.Algebra.Group.Pointwise.Finset.Basic | ∀ {α : Type u_2} [inst : DecidableEq α] [inst_1 : Mul α], MulLeftMono (Finset α) | true |
instSemiringCorner._proof_5 | Mathlib.RingTheory.Idempotents | ∀ {R : Type u_1} (e : R) [inst : NonUnitalSemiring R] (idem : IsIdempotentElem e) (n : ℕ) (x : idem.Corner),
npowRecAuto (n + 1) x = npowRecAuto n x * x | false |
minpoly.natSepDegree_eq_one_iff_eq_expand_X_sub_C | Mathlib.FieldTheory.SeparableDegree | ∀ {F : Type u} {E : Type v} [inst : Field F] [inst_1 : Ring E] [IsDomain E] [inst_3 : Algebra F E] (q : ℕ)
[hF : ExpChar F q] {x : E},
(minpoly F x).natSepDegree = 1 ↔ ∃ n y, minpoly F x = (Polynomial.expand F (q ^ n)) (Polynomial.X - Polynomial.C y) | true |
Submonoid.powers._proof_1 | Mathlib.Algebra.Group.Submonoid.Membership | ∀ {M : Type u_1} [inst : Monoid M] (n n_1 : M) (i : ℕ), (fun x => n ^ x) i = n_1 ↔ ((powersHom M) n) i = n_1 | false |
LowerSet.erase_lt._simp_1 | Mathlib.Order.UpperLower.Closure | ∀ {α : Type u_1} [inst : Preorder α] {s : LowerSet α} {a : α}, (s.erase a < s) = (a ∈ s) | false |
Std.ExtDHashMap.containsThenInsert.congr_simp | Std.Data.ExtDHashMap.Lemmas | ∀ {α : Type u} {β : α → Type v} {x : BEq α} {x_1 : Hashable α} [inst : EquivBEq α] [inst_1 : LawfulHashable α]
(m m_1 : Std.ExtDHashMap α β),
m = m_1 → ∀ (a : α) (b b_1 : β a), b = b_1 → m.containsThenInsert a b = m_1.containsThenInsert a b_1 | true |
_private.Mathlib.Analysis.Analytic.Basic.0.HasFPowerSeriesWithinOnBall.isBigO_image_sub_image_sub_deriv_principal._simp_1_4 | Mathlib.Analysis.Analytic.Basic | ∀ {α : Type u_2} [inst : Zero α] [inst_1 : OfNat α 2] [NeZero 2], (2 = 0) = False | false |
MeasureTheory.AEDisjoint.iUnion_right_iff | Mathlib.MeasureTheory.Measure.AEDisjoint | ∀ {α : Type u_2} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {s : Set α} {ι : Sort u_3} [Countable ι]
{t : ι → Set α}, MeasureTheory.AEDisjoint μ s (⋃ i, t i) ↔ ∀ (i : ι), MeasureTheory.AEDisjoint μ s (t i) | true |
Matrix.fromRows_mulVec | Mathlib.Data.Matrix.ColumnRowPartitioned | ∀ {R : Type u_1} {m₁ : Type u_3} {m₂ : Type u_4} {n : Type u_5} [inst : Semiring R] [inst_1 : Fintype n]
(A₁ : Matrix m₁ n R) (A₂ : Matrix m₂ n R) (v : n → R),
(A₁.fromRows A₂).mulVec v = Sum.elim (A₁.mulVec v) (A₂.mulVec v) | true |
_private.Aesop.Search.RuleSelection.0.Aesop.selectUnsafeRules.match_1 | Aesop.Search.RuleSelection | (motive : Option Aesop.UnsafeQueue → Sort u_1) →
(x : Option Aesop.UnsafeQueue) → ((rules : Aesop.UnsafeQueue) → motive (some rules)) → (Unit → motive none) → motive x | false |
_private.Mathlib.SetTheory.ZFC.Basic.0.ZFSet.pair_injective._simp_1_5 | Mathlib.SetTheory.ZFC.Basic | ∀ {α : Sort u_1} {a b : α}, (a = b) = (b = a) | false |
le_of_mul_le_of_one_le | Mathlib.Algebra.Order.Ring.Unbundled.Basic | ∀ {R : Type u} [inst : Semiring R] [inst_1 : LinearOrder R] [ZeroLEOneClass R] [NeZero 1] [MulPosStrictMono R]
[PosMulMono R] {a b c : R}, a * c ≤ b → 0 ≤ b → 1 ≤ c → a ≤ b | true |
Subring.instField._proof_5 | Mathlib.Algebra.Ring.Subring.Basic | ∀ {K : Type u_1} [inst : DivisionRing K] (q : ℚ), ↑q = ↑q.num / ↑q.den | false |
Std.Time.Month.instToStringOffset | Std.Time.Date.Unit.Month | ToString Std.Time.Month.Offset | true |
Lean.IR.EmitC.GroundState.rec | Lean.Compiler.IR.EmitC | {motive : Lean.IR.EmitC.GroundState → Sort u} →
((auxCounter : ℕ) → motive { auxCounter := auxCounter }) → (t : Lean.IR.EmitC.GroundState) → motive t | false |
UpperSet.instCompleteLinearOrder._proof_9 | Mathlib.Order.UpperLower.CompleteLattice | ∀ {α : Type u_1} [inst : LinearOrder α] (a b : UpperSet α), compare a b = compareOfLessAndEq a b | false |
Lean.Compiler.LCNF.Arg._sizeOf_inst | Lean.Compiler.LCNF.Basic | (pu : Lean.Compiler.LCNF.Purity) → SizeOf (Lean.Compiler.LCNF.Arg pu) | false |
CategoryTheory.cokernelOpUnop._proof_6 | Mathlib.CategoryTheory.Abelian.Opposite | ∀ {C : Type u_2} [inst : CategoryTheory.Category.{u_1, u_2} C] [inst_1 : CategoryTheory.Abelian C] {X Y : C}
(f : X ⟶ Y), CategoryTheory.Limits.HasKernel f | false |
Std.ExtHashMap.getKeyD_inter_of_not_mem_left | Std.Data.ExtHashMap.Lemmas | ∀ {α : Type u} {β : Type v} {x : BEq α} {x_1 : Hashable α} {m₁ m₂ : Std.ExtHashMap α β} [inst : EquivBEq α]
[inst_1 : LawfulHashable α] {k fallback : α}, k ∉ m₁ → (m₁ ∩ m₂).getKeyD k fallback = fallback | true |
IsScalarTower.Invertible.algebraTower._proof_1 | Mathlib.RingTheory.AlgebraTower | ∀ (S : Type u_1) (A : Type u_2) [inst : CommSemiring S] [inst_1 : Semiring A], MonoidHomClass (S →+* A) S A | false |
groupHomology.δ₀_apply | Mathlib.RepresentationTheory.Homological.GroupHomology.LongExactSequence | ∀ {k G : Type u} [inst : CommRing k] [inst_1 : Group G] {X : CategoryTheory.ShortComplex (Rep.{u, u, u} k G)}
(hX : X.ShortExact) (z : ↥(groupHomology.cycles₁ X.X₃)) (y : G →₀ ↑X.X₂),
(Finsupp.mapRange.linearMap (Rep.Hom.hom X.g).toLinearMap) y = ↑z →
∀ (x : ↑X.X₁),
(Rep.Hom.hom X.f) x = (CategoryTheory.ConcreteCategory.hom (groupHomology.d₁₀ X.X₂)) y →
(CategoryTheory.ConcreteCategory.hom (groupHomology.δ hX 1 0 ⋯))
((CategoryTheory.ConcreteCategory.hom (groupHomology.H1π X.X₃)) z) =
(CategoryTheory.ConcreteCategory.hom (groupHomology.H0π X.X₁)) x | true |
InformationTheory.not_differentiableAt_klFun_zero | Mathlib.InformationTheory.KullbackLeibler.KLFun | ¬DifferentiableAt ℝ InformationTheory.klFun 0 | true |
Set.Ioc.orderTop._proof_1 | Mathlib.Order.LatticeIntervals | ∀ {α : Type u_1} [inst : PartialOrder α] {a b : α} [Fact (a < b)], IsGreatest (Set.Ioc a b) b | false |
eVariationOn.comp_eq_of_antitoneOn | Mathlib.Topology.EMetricSpace.BoundedVariation | ∀ {α : Type u_1} [inst : LinearOrder α] {E : Type u_2} [inst_1 : PseudoEMetricSpace E] {β : Type u_3}
[inst_2 : LinearOrder β] (f : α → E) {t : Set β} (φ : β → α),
AntitoneOn φ t → eVariationOn (f ∘ φ) t = eVariationOn f (φ '' t) | true |
Multiset.countP_cons_of_neg | Mathlib.Data.Multiset.Count | ∀ {α : Type u_1} {p : α → Prop} [inst : DecidablePred p] {a : α} (s : Multiset α),
¬p a → Multiset.countP p (a ::ₘ s) = Multiset.countP p s | true |
Std.ExtHashMap.erase_eq_empty_iff._simp_1 | Std.Data.ExtHashMap.Lemmas | ∀ {α : Type u} {β : Type v} {x : BEq α} {x_1 : Hashable α} {m : Std.ExtHashMap α β} [inst : EquivBEq α]
[inst_1 : LawfulHashable α] {k : α}, (m.erase k = ∅) = (m = ∅ ∨ m.size = 1 ∧ k ∈ m) | false |
Function.funext_iff_of_subsingleton | Mathlib.Logic.Function.Basic | ∀ {α : Sort u_1} {β : Sort u_2} {f : α → β} [Subsingleton α] {g : α → β} (x y : α), f x = g y ↔ f = g | true |
Filter.tendsto_snd | Mathlib.Order.Filter.Prod | ∀ {α : Type u_1} {β : Type u_2} {f : Filter α} {g : Filter β}, Filter.Tendsto Prod.snd (f ×ˢ g) g | true |
Std.DTreeMap.Raw.inter | Std.Data.DTreeMap.Raw.Basic | {α : Type u} →
{β : α → Type v} →
{cmp : α → α → Ordering} → Std.DTreeMap.Raw α β cmp → Std.DTreeMap.Raw α β cmp → Std.DTreeMap.Raw α β cmp | true |
instCircularOrderZMod._proof_6 | Mathlib.Order.Circular.ZMod | ∀ {a b c : ZMod 0}, btw a b c → btw b c a | false |
_private.Std.Data.DTreeMap.Internal.Lemmas.0.Std.DTreeMap.Internal.Impl.Const.maxKey?_modify_eq_maxKey?._simp_1_1 | Std.Data.DTreeMap.Internal.Lemmas | ∀ {α : Type u} {x : Ord α} {x_1 : BEq α} [Std.LawfulBEqOrd α] {a b : α}, (compare a b = Ordering.eq) = ((a == b) = true) | false |
Lean.Server.References.casesOn | Lean.Server.References | {motive : Lean.Server.References → Sort u} →
(t : Lean.Server.References) →
((ileans : Lean.Server.ILeanMap) →
(workers : Lean.Server.WorkerRefMap) → motive { ileans := ileans, workers := workers }) →
motive t | false |
OnePoint.isOpen_range_coe | Mathlib.Topology.Compactification.OnePoint.Basic | ∀ {X : Type u_1} [inst : TopologicalSpace X], IsOpen (Set.range OnePoint.some) | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.