name
stringlengths
2
347
module
stringlengths
6
90
type
stringlengths
1
5.67M
allowCompletion
bool
2 classes
Set.preimage_const
Mathlib.Data.Set.Image
∀ {α : Type u_1} {β : Type u_2} (b : β) (s : Set β) [inst : Decidable (b ∈ s)], (fun x => b) ⁻¹' s = if b ∈ s then Set.univ else ∅
true
Multiset.union_le_iff
Mathlib.Data.Multiset.UnionInter
∀ {α : Type u_1} [inst : DecidableEq α] {s t u : Multiset α}, s ∪ t ≤ u ↔ s ≤ u ∧ t ≤ u
true
genericPoint_specializes
Mathlib.Topology.Sober
∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : QuasiSober α] [inst_2 : IrreducibleSpace α] (x : α), genericPoint α ⤳ x
true
Mathlib.Meta.NormNum.Result.toSimpResult.match_1
Mathlib.Tactic.NormNum.Result
{u : Lean.Level} → {α : Q(Type u)} → {e : Q(«$α»)} → (motive : (e' : Q(«$α»)) × Q(«$e» = «$e'») → Sort u_1) → (x : (e' : Q(«$α»)) × Q(«$e» = «$e'»)) → ((expr : Q(«$α»)) → (proof? : Q(«$e» = «$expr»)) → motive ⟨expr, proof?⟩) → motive x
false
PositiveLinearMap.gnsStarAlgHom._proof_13
Mathlib.Analysis.CStarAlgebra.GelfandNaimarkSegal
∀ {A : Type u_1} [inst : CStarAlgebra A] [inst_1 : PartialOrder A] [inst_2 : StarOrderedRing A] (f : A →ₚ[ℂ] ℂ), SMulCommClass ℂ ℂ (UniformSpace.Completion f.PreGNS)
false
Filter.HasBasis.inf_neBot_iff
Mathlib.Order.Filter.Bases.Basic
∀ {α : Type u_1} {ι : Sort u_4} {l l' : Filter α} {p : ι → Prop} {s : ι → Set α}, l.HasBasis p s → ((l ⊓ l').NeBot ↔ ∀ ⦃i : ι⦄, p i → ∀ ⦃s' : Set α⦄, s' ∈ l' → (s i ∩ s').Nonempty)
true
BialgEquiv.ofAlgEquiv._proof_7
Mathlib.RingTheory.Bialgebra.Equiv
∀ {R : Type u_3} {A : Type u_1} {B : Type u_2} [inst : CommSemiring R] [inst_1 : Semiring A] [inst_2 : Semiring B] [inst_3 : Bialgebra R A] [inst_4 : Bialgebra R B] (f : A ≃ₐ[R] B), (Algebra.TensorProduct.map ↑f ↑f).comp (Bialgebra.comulAlgHom R A) = (Bialgebra.comulAlgHom R B).comp ↑f → TensorProduct.map { toF...
false
CategoryTheory.Functor.PreservesRightHomologyOf.mk._flat_ctor
Mathlib.Algebra.Homology.ShortComplex.PreservesHomology
∀ {C : Type u_1} {D : Type u_2} [inst : CategoryTheory.Category.{v_1, u_1} C] [inst_1 : CategoryTheory.Category.{v_2, u_2} D] [inst_2 : CategoryTheory.Limits.HasZeroMorphisms C] [inst_3 : CategoryTheory.Limits.HasZeroMorphisms D] {F : CategoryTheory.Functor C D} [inst_4 : F.PreservesZeroMorphisms] {S : CategoryTh...
false
_private.Aesop.Forward.State.0.Aesop.VariableMap.modifyM.match_3
Aesop.Forward.State
(motive : Option Aesop.InstMap → Sort u_1) → (x : Option Aesop.InstMap) → (Unit → motive none) → ((m : Aesop.InstMap) → motive (some m)) → motive x
false
Matroid.mapSetEmbedding_indep_iff'
Mathlib.Combinatorics.Matroid.Map
∀ {α : Type u_1} {β : Type u_2} {M : Matroid α} {f : ↑M.E ↪ β} {I : Set β}, (M.mapSetEmbedding f).Indep I ↔ ∃ I₀, M.Indep (Subtype.val '' I₀) ∧ I = ⇑f '' I₀
true
Topology.IsEmbedding.comapUniformSpace
Mathlib.Topology.UniformSpace.UniformEmbedding
{α : Type u_1} → {β : Type u_2} → [inst : TopologicalSpace α] → [u : UniformSpace β] → (f : α → β) → Topology.IsEmbedding f → UniformSpace α
true
_private.Mathlib.NumberTheory.DirichletCharacter.Orthogonality.0.DirichletCharacter.sum_char_inv_mul_char_eq._simp_1_1
Mathlib.NumberTheory.DirichletCharacter.Orthogonality
∀ {M : Type u_4} {N : Type u_5} {F : Type u_9} [inst : Mul M] [inst_1 : Mul N] [inst_2 : FunLike F M N] [MulHomClass F M N] (f : F) (x y : M), f x * f y = f (x * y)
false
Nat.add_mod_add_ite
Mathlib.Data.Nat.ModEq
∀ (a b c : ℕ), ((a + b) % c + if c ≤ a % c + b % c then c else 0) = a % c + b % c
true
Algebra.idealMap._proof_1
Mathlib.RingTheory.Ideal.Maps
∀ {R : Type u_1} [inst : CommSemiring R] (S : Type u_2) [inst_1 : Semiring S] [inst_2 : Algebra R S] (I : Ideal R), ∀ x ∈ I, (algebraMap R S) x ∈ Ideal.map (algebraMap R S) I
false
_private.Mathlib.RingTheory.WittVector.TeichmullerSeries.0.WittVector._aux_Mathlib_RingTheory_WittVector_TeichmullerSeries___unexpand_WittVector_1
Mathlib.RingTheory.WittVector.TeichmullerSeries
Lean.PrettyPrinter.Unexpander
false
Finset.toRight_union
Mathlib.Data.Finset.Sum
∀ {α : Type u_1} {β : Type u_2} {u v : Finset (α ⊕ β)} [inst : DecidableEq α] [inst_1 : DecidableEq β], (u ∪ v).toRight = u.toRight ∪ v.toRight
true
HasSum.mul_of_nonarchimedean
Mathlib.Topology.Algebra.InfiniteSum.Nonarchimedean
∀ {α : Type u_1} {β : Type u_2} {R : Type u_3} [inst : Ring R] [inst_1 : UniformSpace R] [IsUniformAddGroup R] [NonarchimedeanRing R] {f : α → R} {g : β → R} {a b : R}, HasSum f a → HasSum g b → HasSum (fun i => f i.1 * g i.2) (a * b)
true
Asymptotics.isEquivalent_of_tendsto_one
Mathlib.Analysis.Asymptotics.AsymptoticEquivalent
∀ {α : Type u_1} {β : Type u_2} [inst : NormedField β] {u v : α → β} {l : Filter α}, Filter.Tendsto (u / v) l (nhds 1) → Asymptotics.IsEquivalent l u v
true
Lean.Compiler.LCNF.CSE.State.noConfusion
Lean.Compiler.LCNF.CSE
{P : Sort u} → {t t' : Lean.Compiler.LCNF.CSE.State} → t = t' → Lean.Compiler.LCNF.CSE.State.noConfusionType P t t'
false
Aesop.Queue.mk._flat_ctor
Aesop.Search.Queue.Class
{Q : Type} → BaseIO Q → (Q → Array Aesop.GoalRef → BaseIO Q) → (Q → BaseIO (Option Aesop.GoalRef × Q)) → Aesop.Queue Q
false
TopologicalSpace.Clopens.coe_inf
Mathlib.Topology.Sets.Closeds
∀ {α : Type u_2} [inst : TopologicalSpace α] (s t : TopologicalSpace.Clopens α), ↑(s ⊓ t) = ↑s ∩ ↑t
true
Lean.Elab.Term.StructInst.FieldLHS.fieldIndex.injEq
Lean.Elab.StructInst
∀ (ref : Lean.Syntax) (idx : ℕ) (ref_1 : Lean.Syntax) (idx_1 : ℕ), (Lean.Elab.Term.StructInst.FieldLHS.fieldIndex ref idx = Lean.Elab.Term.StructInst.FieldLHS.fieldIndex ref_1 idx_1) = (ref = ref_1 ∧ idx = idx_1)
true
SimpleGraph.center_top
Mathlib.Combinatorics.SimpleGraph.Diam
∀ {α : Type u_1}, ⊤.center = Set.univ
true
CategoryTheory.RetractArrow.map_i_left
Mathlib.CategoryTheory.Retract
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {D : Type u'} [inst_1 : CategoryTheory.Category.{v', u'} D] {X Y Z W : C} {f : X ⟶ Y} {g : Z ⟶ W} (h : CategoryTheory.RetractArrow f g) (F : CategoryTheory.Functor C D), (h.map F).i.left = F.map h.i.left
true
_private.Mathlib.Data.Int.Interval.0.Finset.Ioc_succ_succ._simp_1_2
Mathlib.Data.Int.Interval
∀ {α : Type u_1} [inst : DecidableEq α] {s : Finset α} {a b : α}, (a ∈ insert b s) = (a = b ∨ a ∈ s)
false
Finset.filter_subset._simp_1
Mathlib.Data.Finset.Filter
∀ {α : Type u_1} (p : α → Prop) [inst : DecidablePred p] (s : Finset α), (Finset.filter p s ⊆ s) = True
false
SheafOfModules.hom_ext_iff
Mathlib.Algebra.Category.ModuleCat.Sheaf
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {J : CategoryTheory.GrothendieckTopology C} {R : CategoryTheory.Sheaf J RingCat} {X Y : SheafOfModules R} {f g : X ⟶ Y}, f = g ↔ f.val = g.val
true
algebraMap_smul
Mathlib.Algebra.Algebra.Basic
∀ {R : Type u_1} [inst : CommSemiring R] (A : Type u_2) [inst_1 : Semiring A] [inst_2 : Algebra R A] {M : Type u_3} [inst_3 : AddCommMonoid M] [inst_4 : Module A M] [inst_5 : Module R M] [IsScalarTower R A M] (r : R) (m : M), (algebraMap R A) r • m = r • m
true
pi_generateFrom_eq_finite
Mathlib.Topology.Constructions
∀ {ι : Type u_5} {X : ι → Type u_9} {g : (a : ι) → Set (Set (X a))} [Finite ι], (∀ (a : ι), ⋃₀ g a = Set.univ) → Pi.topologicalSpace = TopologicalSpace.generateFrom {t | ∃ s, (∀ (a : ι), s a ∈ g a) ∧ t = Set.univ.pi s}
true
_private.Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Proper.0.AlgebraicGeometry.Proj.valuativeCriterion_existence_aux._simp_1_11
Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Proper
∀ (A : Type u) [inst : CommRing A] (K : Type v) [inst_1 : Field K] [inst_2 : Algebra A K] [inst_3 : IsDomain A] [inst_4 : ValuationRing A] [inst_5 : IsFractionRing A K] (x : K), (x ∈ (ValuationRing.valuation A K).integer) = ∃ a, (algebraMap A K) a = x
false
TwoSidedIdeal.asIdealOpposite
Mathlib.RingTheory.TwoSidedIdeal.Operations
{R : Type u_1} → [inst : Ring R] → TwoSidedIdeal R →o Ideal Rᵐᵒᵖ
true
Mathlib.Meta.NormNum.evalIsSquareRat
Mathlib.Tactic.NormNum.IsSquare
Mathlib.Meta.NormNum.NormNumExt
true
Std.MaxEqOr
Init.Data.Order.Classes
(α : Type u) → [Max α] → Prop
true
BitVec.ofInt_iSizeToInt
Init.Data.SInt.Lemmas
∀ (x : ISize), BitVec.ofInt System.Platform.numBits x.toInt = x.toBitVec
true
Btw.rec
Mathlib.Order.Circular
{α : Type u_1} → {motive : Btw α → Sort u} → ((btw : α → α → α → Prop) → motive { btw := btw }) → (t : Btw α) → motive t
false
MeasurableSpace.DynkinSystem.instPartialOrder._proof_3
Mathlib.MeasureTheory.PiSystem
∀ {α : Type u_1} (x x_1 x_2 : MeasurableSpace.DynkinSystem α), x ≤ x_1 → x_1 ≤ x_2 → x ≤ x_2
false
Std.DTreeMap.Internal.Impl.getKey._sunfold
Std.Data.DTreeMap.Internal.Queries
{α : Type u} → {β : α → Type v} → [inst : Ord α] → (t : Std.DTreeMap.Internal.Impl α β) → (k : α) → Std.DTreeMap.Internal.Impl.contains k t = true → α
false
Lean.Meta.Grind.AC.DiseqCnstrProof.erase_dup
Lean.Meta.Tactic.Grind.AC.Types
Lean.Meta.Grind.AC.DiseqCnstr → Lean.Meta.Grind.AC.DiseqCnstrProof
true
Sum.swap_swap_eq
Init.Data.Sum.Lemmas
∀ {α : Type u_1} {β : Type u_2}, Sum.swap ∘ Sum.swap = id
true
_private.Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.NonUnital.0._auto_382
Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.NonUnital
Lean.Syntax
false
UniformSpace.hausdorff
Mathlib.Topology.UniformSpace.Closeds
(α : Type u_1) → [UniformSpace α] → UniformSpace (Set α)
true
CovariantDerivative.difference
Mathlib.Geometry.Manifold.VectorBundle.CovariantDerivative.Basic
{𝕜 : Type u_1} → [inst : NontriviallyNormedField 𝕜] → {E : Type u_2} → [inst_1 : NormedAddCommGroup E] → [inst_2 : NormedSpace 𝕜 E] → {H : Type u_3} → [inst_3 : TopologicalSpace H] → {I : ModelWithCorners 𝕜 E H} → {M : Type u_4} → ...
true
Sum.getRight_eq_getRight?
Mathlib.Data.Sum.Basic
∀ {α : Type u} {β : Type v} {x : α ⊕ β} (h₁ : x.isRight = true) (h₂ : x.getRight?.isSome = true), x.getRight h₁ = x.getRight?.get h₂
true
Lean.Meta.Sym.getInt16Value?
Lean.Meta.Sym.LitValues
Lean.Expr → OptionT Id Int16
true
Submodule.instDiv._proof_1
Mathlib.Algebra.Algebra.Operations
∀ {R : Type u_2} [inst : CommSemiring R] {A : Type u_1} [inst_1 : CommSemiring A] [inst_2 : Algebra R A] (I J : Submodule R A) {a b : A}, a ∈ {x | ∀ y ∈ J, x * y ∈ I} → b ∈ {x | ∀ y ∈ J, x * y ∈ I} → ∀ y ∈ J, (a + b) * y ∈ I
false
SeminormedCommGroup
Mathlib.Analysis.Normed.Group.Defs
Type u_8 → Type u_8
true
Topology.IsQuotientMap.trivializationOfVAddDisjoint._proof_8
Mathlib.Topology.Covering.Quotient
∀ {E : Type u_2} {X : Type u_1} {f : E → X} {G : Type u_3} [inst : AddGroup G] [inst_1 : AddAction G E] (U : Set E), (∀ (g : G) (e : E), f (g +ᵥ e) = f e) → ∀ (g : G) ⦃x : X⦄, x ∈ f '' U → x ∈ f '' ((fun x => g +ᵥ x) ⁻¹' U)
false
Computability.«term_≡ᵀ_»
Mathlib.Computability.TuringDegree
Lean.TrailingParserDescr
true
Vector.push_inj_left
Init.Data.Vector.Lemmas
∀ {α : Type u_1} {n : ℕ} {a : α} {xs ys : Vector α n}, xs.push a = ys.push a ↔ xs = ys
true
Lean.mkPtrSet
Lean.Util.PtrSet
{α : Type} → optParam ℕ 64 → Lean.PtrSet α
true
Subtype.forall_set_subtype
Mathlib.Data.Set.Image
∀ {α : Type u_1} {t : Set α} (p : Set α → Prop), (∀ (s : Set ↑t), p (Subtype.val '' s)) ↔ ∀ s ⊆ t, p s
true
Lean.Widget.GetGoToLocationParams.noConfusionType
Lean.Server.FileWorker.WidgetRequests
Sort u → Lean.Widget.GetGoToLocationParams → Lean.Widget.GetGoToLocationParams → Sort u
false
SimpleGraph.Subgraph.botIso._proof_2
Mathlib.Combinatorics.SimpleGraph.Subgraph
∀ {V : Type u_1} {G : SimpleGraph V} (x : ↑⊥.verts), (False.elim ⋯).elim = x
false
CategoryTheory.Grothendieck.map._proof_2
Mathlib.CategoryTheory.Grothendieck
∀ {C : Type u_1} [inst : CategoryTheory.Category.{u_2, u_1} C] {F G : CategoryTheory.Functor C CategoryTheory.Cat} (α : F ⟶ G) (X : CategoryTheory.Grothendieck F), { base := (CategoryTheory.CategoryStruct.id X).base, fiber := CategoryTheory.CategoryStruct.comp ((CategoryTheory.eqToHom ⋯).toNatTrans.ap...
false
_private.Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Proper.0.AlgebraicGeometry.Proj.isSeparated._simp_5
Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Proper
∀ {R S T : CommRingCat} (f : R ⟶ S) (g : S ⟶ T), CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Spec.map g) (AlgebraicGeometry.Spec.map f) = AlgebraicGeometry.Spec.map (CategoryTheory.CategoryStruct.comp f g)
false
Turing.TM1to0.trAux._sunfold
Mathlib.Computability.TuringMachine.PostTuringMachine
{Γ : Type u_1} → {Λ : Type u_2} → {σ : Type u_3} → (M : Λ → Turing.TM1.Stmt Γ Λ σ) → Γ → Turing.TM1.Stmt Γ Λ σ → σ → Turing.TM1to0.Λ' M × Turing.TM0.Stmt Γ
false
ContinuousAlternatingMap.piLIE._proof_6
Mathlib.Analysis.Normed.Module.Alternating.Basic
∀ (𝕜 : Type u_1) [inst : NontriviallyNormedField 𝕜] {ι' : Type u_2} {F : ι' → Type u_3} [inst_1 : (i' : ι') → SeminormedAddCommGroup (F i')] [inst_2 : (i' : ι') → NormedSpace 𝕜 (F i')], SMulCommClass 𝕜 𝕜 ((i : ι') → F i)
false
Function.IsFixedPt.eq_1
Mathlib.Order.OmegaCompletePartialOrder
∀ {α : Type u₁} (f : α → α) (x : α), Function.IsFixedPt f x = (f x = x)
true
Dvd.noConfusion
Init.Prelude
{P : Sort u} → {α : Type u_1} → {t : Dvd α} → {α' : Type u_1} → {t' : Dvd α'} → α = α' → t ≍ t' → Dvd.noConfusionType P t t'
false
Lean.Meta.Grind.Arith.Cutsat.DvdCnstrProof.cooper₁.elim
Lean.Meta.Tactic.Grind.Arith.Cutsat.Types
{motive_7 : Lean.Meta.Grind.Arith.Cutsat.DvdCnstrProof → Sort u} → (t : Lean.Meta.Grind.Arith.Cutsat.DvdCnstrProof) → t.ctorIdx = 9 → ((c : Lean.Meta.Grind.Arith.Cutsat.CooperSplit) → motive_7 (Lean.Meta.Grind.Arith.Cutsat.DvdCnstrProof.cooper₁ c)) → motive_7 t
false
Algebra.WeaklyQuasiFiniteAt.of_quasiFiniteAt_residueField
Mathlib.RingTheory.QuasiFinite.Weakly
∀ {R : Type u_1} {S : Type u_2} [inst : CommRing R] [inst_1 : CommRing S] [inst_2 : Algebra R S] (p : Ideal R) (q : Ideal S) [inst_3 : q.IsPrime] [inst_4 : p.IsPrime] [q.LiesOver p] (Q : Ideal (p.Fiber S)) [inst_6 : Q.IsPrime], Ideal.comap Algebra.TensorProduct.includeRight.toRingHom Q = q → ∀ [Algebra.QuasiFin...
true
Std.TreeSet.Raw.maxD_eq_iff_mem_and_forall
Std.Data.TreeSet.Raw.Lemmas
∀ {α : Type u} {cmp : α → α → Ordering} {t : Std.TreeSet.Raw α cmp} [Std.TransCmp cmp] [Std.LawfulEqCmp cmp], t.WF → t.isEmpty = false → ∀ {km fallback : α}, t.maxD fallback = km ↔ km ∈ t ∧ ∀ k ∈ t, (cmp k km).isLE = true
true
CompactlySupportedContinuousMap.instInf._proof_2
Mathlib.Topology.ContinuousMap.CompactlySupported
∀ {α : Type u_1} {β : Type u_2} [inst : TopologicalSpace α] [inst_1 : SemilatticeInf β] [inst_2 : Zero β] [inst_3 : TopologicalSpace β] (f g : CompactlySupportedContinuousMap α β), HasCompactSupport (⇑f ⊓ ⇑g)
false
_private.Mathlib.Algebra.Algebra.Bilinear.0.LinearMap.pow_mulLeft.match_1_1
Mathlib.Algebra.Algebra.Bilinear
∀ (motive : ℕ → Prop) (n : ℕ), (∀ (a : Unit), motive 0) → (∀ (n : ℕ), motive n.succ) → motive n
false
CategoryTheory.ComposableArrows.fourδ₁Toδ₀_app_zero
Mathlib.CategoryTheory.ComposableArrows.Four
∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] {i₀ i₁ i₂ i₃ i₄ : C} (f₁ : i₀ ⟶ i₁) (f₂ : i₁ ⟶ i₂) (f₃ : i₂ ⟶ i₃) (f₄ : i₃ ⟶ i₄) (f₁₂ : i₀ ⟶ i₂) (h₁₂ : CategoryTheory.CategoryStruct.comp f₁ f₂ = f₁₂), (CategoryTheory.ComposableArrows.fourδ₁Toδ₀ f₁ f₂ f₃ f₄ f₁₂ h₁₂).app 0 = f₁
true
FiniteArchimedeanClass.lift_mk
Mathlib.Algebra.Order.Archimedean.Class
∀ {M : Type u_1} [inst : AddCommGroup M] [inst_1 : LinearOrder M] [inst_2 : IsOrderedAddMonoid M] {α : Type u_2} (f : { a // a ≠ 0 } → α) (h : ∀ (a b : { a // a ≠ 0 }), FiniteArchimedeanClass.mk ↑a ⋯ = FiniteArchimedeanClass.mk ↑b ⋯ → f a = f b) {a : M} (ha : a ≠ 0), FiniteArchimedeanClass.lift f h (FiniteArchime...
true
FirstOrder.Language.Sentence.cardGe.eq_1
Mathlib.ModelTheory.Semantics
∀ (L : FirstOrder.Language) (n : ℕ), FirstOrder.Language.Sentence.cardGe L n = (List.foldr (fun x1 x2 => x1 ⊓ x2) ⊤ (List.map (fun ij => (((FirstOrder.Language.var ∘ Sum.inr) ij.1).bdEqual ((FirstOrder.Language.var ∘ Sum.inr) ij.2)).not) (List.filter (fun ij => decide (ij.1...
true
Subsemigroup.instCompleteLattice._proof_14
Mathlib.Algebra.Group.Subsemigroup.Basic
∀ {M : Type u_1} [inst : Mul M] (x : Subsemigroup M), ∀ x_1 ∈ ⊥, x_1 ∈ x
false
_private.Mathlib.Tactic.DeriveEncodable.0.Mathlib.Deriving.Encodable.instEncodableS
Mathlib.Tactic.DeriveEncodable
Encodable Mathlib.Deriving.Encodable.S✝
true
_private.Std.Data.DTreeMap.Internal.Model.0.Std.DTreeMap.Internal.Impl.entryAtIdx?.match_1.eq_1
Std.Data.DTreeMap.Internal.Model
∀ (motive : Ordering → Sort u_1) (h_1 : Unit → motive Ordering.lt) (h_2 : Unit → motive Ordering.eq) (h_3 : Unit → motive Ordering.gt), (match Ordering.lt with | Ordering.lt => h_1 () | Ordering.eq => h_2 () | Ordering.gt => h_3 ()) = h_1 ()
true
Turing.PartrecToTM2.move₂
Mathlib.Computability.TuringMachine.ToPartrec
(Turing.PartrecToTM2.Γ' → Bool) → Turing.PartrecToTM2.K' → Turing.PartrecToTM2.K' → Turing.PartrecToTM2.Λ' → Turing.PartrecToTM2.Λ'
true
Mathlib.Notation3.mkScopedMatcher
Mathlib.Util.Notation3
Lean.Name → Lean.Name → Lean.Term → Array Lean.Name → OptionT Lean.Elab.TermElabM (List Mathlib.Notation3.DelabKey × Lean.Term)
true
_private.Mathlib.Algebra.Lie.Weights.Cartan.0.LieAlgebra.mem_zeroRootSubalgebra._simp_1_1
Mathlib.Algebra.Lie.Weights.Cartan
∀ {R : Type u_2} {L : Type u_3} (M : Type u_4) [inst : CommRing R] [inst_1 : LieRing L] [inst_2 : LieAlgebra R L] [inst_3 : AddCommGroup M] [inst_4 : Module R M] [inst_5 : LieRingModule L M] [inst_6 : LieModule R L M] [inst_7 : LieRing.IsNilpotent L] (χ : L → R) (m : M), (m ∈ LieModule.genWeightSpace M χ) = ∀ (x ...
false
Lean.Parser.Term.subst.parenthesizer
Lean.Parser.Term
Lean.PrettyPrinter.Parenthesizer
true
Ideal.map_sup_comap_of_surjective
Mathlib.RingTheory.Ideal.Maps
∀ {R : Type u} {S : Type v} {F : Type u_1} [inst : Semiring R] [inst_1 : Semiring S] [inst_2 : FunLike F R S] (f : F) [inst_3 : RingHomClass F R S], Function.Surjective ⇑f → ∀ (I J : Ideal S), Ideal.map f (Ideal.comap f I ⊔ Ideal.comap f J) = I ⊔ J
true
Homeomorph.mulRight
Mathlib.Topology.Algebra.Group.Basic
{G : Type w} → [inst : TopologicalSpace G] → [inst_1 : Group G] → [SeparatelyContinuousMul G] → G → G ≃ₜ G
true
Turing.TM2to1.trStmts₁.eq_3
Mathlib.Computability.TuringMachine.StackTuringMachine
∀ {K : Type u_1} {Γ : K → Type u_2} {Λ : Type u_3} {σ : Type u_4} (k : K) (f : σ → Option (Γ k) → σ) (q : Turing.TM2.Stmt Γ Λ σ), Turing.TM2to1.trStmts₁ (Turing.TM2.Stmt.pop k f q) = {Turing.TM2to1.Λ'.go k (Turing.TM2to1.StAct.pop f) q, Turing.TM2to1.Λ'.ret q} ∪ Turing.TM2to1.trStmts₁ q
true
Module.DirectLimit.of._proof_3
Mathlib.Algebra.Colimit.Module
∀ (R : Type u_3) [inst : Semiring R] (ι : Type u_1) [inst_1 : Preorder ι] (G : ι → Type u_2) [inst_2 : (i : ι) → AddCommMonoid (G i)] [inst_3 : (i : ι) → Module R (G i)] (f : (i j : ι) → i ≤ j → G i →ₗ[R] G j) [inst_4 : DecidableEq ι] (x : R) (x_1 : DirectSum ι G), (↑(Module.DirectLimit.moduleCon f).mk').toFun (x...
false
Lean.Parser.Tactic._aux_Init_Tactics___macroRules_Lean_Parser_Tactic_tacticHave'_1
Init.Tactics
Lean.Macro
false
Real.analyticOn_cos
Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
∀ {s : Set ℝ}, AnalyticOn ℝ Real.cos s
true
Subgroup.rightCosetEquivSubgroup
Mathlib.GroupTheory.Coset.Basic
{α : Type u_1} → [inst : Group α] → {s : Subgroup α} → (g : α) → ↑(MulOpposite.op g • ↑s) ≃ ↥s
true
Batteries.RBNode.Balanced.below.black
Batteries.Data.RBMap.Basic
∀ {α : Type u_1} {motive : (a : Batteries.RBNode α) → (a_1 : Batteries.RBColor) → (a_2 : ℕ) → a.Balanced a_1 a_2 → Prop} {x : Batteries.RBNode α} {c₁ : Batteries.RBColor} {n : ℕ} {y : Batteries.RBNode α} {c₂ : Batteries.RBColor} {v : α} (a : x.Balanced c₁ n) (a_1 : y.Balanced c₂ n), Batteries.RBNode.Balanced.belo...
true
RatFunc.instCommRing._proof_5
Mathlib.FieldTheory.RatFunc.Basic
∀ (K : Type u_1) [inst : CommRing K], Nat.unaryCast 0 = 0
false
Set.pi.eq_1
Mathlib.Data.Set.Prod
∀ {ι : Type u_1} {α : ι → Type u_2} (s : Set ι) (t : (i : ι) → Set (α i)), s.pi t = {f | ∀ i ∈ s, f i ∈ t i}
true
_private.Mathlib.RingTheory.Ideal.Height.0.Ideal.sup_primeHeight_of_maximal_eq_ringKrullDim._proof_1_2
Mathlib.RingTheory.Ideal.Height
∀ {R : Type u_1} [inst : CommRing R], Ideal.IsMaximal ⊥ → Ideal.IsPrime ⊥
false
_private.Init.Data.List.Lemmas.0.List.map_eq_nil_iff.match_1_1
Init.Data.List.Lemmas
∀ {α : Type u_1} {β : Type u_2} {f : α → β} (motive : (l : List α) → List.map f l = [] → Prop) (l : List α) (x : List.map f l = []), (∀ (x : List.map f [] = []), motive [] x) → motive l x
false
CategoryTheory.Abelian.SpectralObject.d_d._auto_5
Mathlib.Algebra.Homology.SpectralObject.Differentials
Lean.Syntax
false
Complex.HadamardThreeLines.norm_invInterpStrip
Mathlib.Analysis.Complex.Hadamard
∀ {E : Type u_1} [inst : NormedAddCommGroup E] (f : ℂ → E) (z : ℂ) {ε : ℝ}, ε > 0 → ‖Complex.HadamardThreeLines.invInterpStrip f z ε‖ = (ε + Complex.HadamardThreeLines.sSupNormIm f 0) ^ (z.re - 1) * (ε + Complex.HadamardThreeLines.sSupNormIm f 1) ^ (-z.re)
true
_private.Init.Meta.Defs.0.Lean.Syntax.getTailInfo?.match_1
Init.Meta.Defs
(motive : Lean.Syntax → Sort u_1) → (x : Lean.Syntax) → ((info : Lean.SourceInfo) → (val : String) → motive (Lean.Syntax.atom info val)) → ((info : Lean.SourceInfo) → (rawVal : Substring.Raw) → (val : Lean.Name) → (preresolved : List Lean.Syntax.Preresolved) → motive (Lea...
false
Set.ncard_lt_card
Mathlib.Data.Set.Card
∀ {α : Type u_1} {s : Set α} [Finite α], s ≠ Set.univ → s.ncard < Nat.card α
true
_private.Mathlib.FieldTheory.IntermediateField.Adjoin.Algebra.0.IntermediateField.algebraAdjoinAdjoin.instIsFractionRingSubtypeMemSubalgebraAdjoinAdjoin.match_3
Mathlib.FieldTheory.IntermediateField.Adjoin.Algebra
∀ (F : Type u_2) [inst : Field F] {E : Type u_1} [inst_1 : Field E] [inst_2 : Algebra F E] (S : Set E) (motive : ↥(IntermediateField.adjoin F S) → Prop) (x : ↥(IntermediateField.adjoin F S)), (∀ (val : E) (h : val ∈ IntermediateField.adjoin F S), motive ⟨val, h⟩) → motive x
false
CompHausLike.LocallyConstant.counitAppAppImage
Mathlib.Condensed.Discrete.LocallyConstant
{P : TopCat → Prop} → [inst : ∀ (S : CompHausLike P) (p : ↑S.toTop → Prop), CompHausLike.HasProp P (Subtype p)] → {S : CompHausLike P} → {Y : CategoryTheory.Functor (CompHausLike P)ᵒᵖ (Type (max u w))} → [inst_1 : CompHausLike.HasProp P PUnit.{u + 1}] → (f : LocallyConstant (↑S.toTop) (Y.o...
true
Finsupp.optionElim
Mathlib.Data.Finsupp.Option
{α : Type u_1} → {M : Type u_2} → [inst : Zero M] → M → (α →₀ M) → Option α →₀ M
true
Lean.Meta.Grind.Order.modify'
Lean.Meta.Tactic.Grind.Order.Types
(Lean.Meta.Grind.Order.State → Lean.Meta.Grind.Order.State) → Lean.Meta.Grind.GoalM Unit
true
CategoryTheory.WideSubcategory.instMonoidalCategory._proof_6
Mathlib.CategoryTheory.Monoidal.Widesubcategory
∀ {C : Type u_2} [inst : CategoryTheory.Category.{u_1, u_2} C] (P : CategoryTheory.MorphismProperty C) [inst_1 : CategoryTheory.MonoidalCategory C] [inst_2 : P.IsMonoidalStable] {X₁ Y₁ X₂ Y₂ : CategoryTheory.WideSubcategory P} (f : X₁ ⟶ Y₁) (g : X₂ ⟶ Y₂), (CategoryTheory.wideSubcategoryInclusion P).map (CategoryT...
false
_private.Lean.Meta.Tactic.Grind.Split.0.Lean.Meta.Grind.Action.mkAndThenSeq._sunfold
Lean.Meta.Tactic.Grind.Split
List (Lean.TSyntax `grind) → Lean.CoreM (Lean.TSyntax `grind)
false
Lean.Level.imax.injEq
Lean.Level
∀ (a a_1 a_2 a_3 : Lean.Level), (a.imax a_1 = a_2.imax a_3) = (a = a_2 ∧ a_1 = a_3)
true
FreeAddMonoid.lift_restrict
Mathlib.Algebra.FreeMonoid.Basic
∀ {α : Type u_1} {M : Type u_4} [inst : AddMonoid M] (f : FreeAddMonoid α →+ M), FreeAddMonoid.lift (⇑f ∘ FreeAddMonoid.of) = f
true
mul_isLeftRegular_iff._simp_2
Mathlib.Algebra.Regular.Basic
∀ {R : Type u_1} [inst : Semigroup R] {a : R} (b : R), IsLeftRegular a → IsLeftRegular (a * b) = IsLeftRegular b
false
Nat.map_add_toList_ric
Init.Data.Range.Polymorphic.NatLemmas
∀ {n k : ℕ}, List.map (fun x => x + k) (*...=n).toList = (k...=n + k).toList
true