name
stringlengths
2
347
module
stringlengths
6
90
type
stringlengths
1
5.67M
allowCompletion
bool
2 classes
CoxeterMatrix.E₆._proof_2
Mathlib.GroupTheory.Coxeter.Matrix
∀ (i : Fin 6), !![1, 2, 3, 2, 2, 2; 2, 1, 2, 3, 2, 2; 3, 2, 1, 3, 2, 2; 2, 3, 3, 1, 3, 2; 2, 2, 2, 3, 1, 3; 2, 2, 2, 2, 3, 1] i i = 1
false
MeasureTheory.measurable_cylinderEvents_iff
Mathlib.MeasureTheory.Constructions.Cylinders
∀ {α : Type u_1} {ι : Type u_2} {X : ι → Type u_3} {mα : MeasurableSpace α} [m : (i : ι) → MeasurableSpace (X i)] {Δ : Set ι} {g : α → (i : ι) → X i}, Measurable g ↔ ∀ ⦃i : ι⦄, i ∈ Δ → Measurable fun a => g a i
true
CategoryTheory.InjectiveResolution.Hom.mk.injEq
Mathlib.CategoryTheory.Preadditive.Injective.Resolution
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Limits.HasZeroObject C] [inst_2 : CategoryTheory.Limits.HasZeroMorphisms C] {Z : C} {I : CategoryTheory.InjectiveResolution Z} {Z' : C} {I' : CategoryTheory.InjectiveResolution Z'} {f : Z ⟶ Z'} (hom : I.cocomplex ⟶ I'.cocomplex) (ι_...
true
Quiver.Path.getElem_vertices_zero._proof_1
Mathlib.Combinatorics.Quiver.Path.Vertices
∀ {V : Type u_1} [inst : Quiver V] {a b : V} (p : Quiver.Path a b), 0 < p.vertices.length
false
HomologicalComplex.natIsoSc'_inv_app_τ₂
Mathlib.Algebra.Homology.ShortComplex.HomologicalComplex
∀ (C : Type u_1) [inst : CategoryTheory.Category.{v_1, u_1} C] [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] {ι : Type u_2} (c : ComplexShape ι) (i j k : ι) (hi : c.prev j = i) (hk : c.next j = k) (X : HomologicalComplex C c), ((HomologicalComplex.natIsoSc' C c i j k hi hk).inv.app X).τ₂ = CategoryTheory.Cate...
true
isStarProjection_iff_eq_starProjection_range
Mathlib.Analysis.InnerProductSpace.Adjoint
∀ {𝕜 : Type u_1} {E : Type u_2} [inst : RCLike 𝕜] [inst_1 : NormedAddCommGroup E] [inst_2 : InnerProductSpace 𝕜 E] [inst_3 : CompleteSpace E] {p : E →L[𝕜] E}, IsStarProjection p ↔ ∃ (x : (↑p).range.HasOrthogonalProjection), p = (↑p).range.starProjection
true
ContinuousLinearMap.IsPositive.isSelfAdjoint
Mathlib.Analysis.InnerProductSpace.Positive
∀ {𝕜 : Type u_1} {E : Type u_2} [inst : RCLike 𝕜] [inst_1 : NormedAddCommGroup E] [inst_2 : InnerProductSpace 𝕜 E] [inst_3 : CompleteSpace E] {T : E →L[𝕜] E}, T.IsPositive → IsSelfAdjoint T
true
_private.Mathlib.LinearAlgebra.Dual.Defs.0.LinearMap.range_dualMap_dual_eq_span_singleton.match_1_3
Mathlib.LinearAlgebra.Dual.Defs
∀ {R : Type u_1} {M₁ : Type u_2} [inst : CommSemiring R] [inst_1 : AddCommMonoid M₁] [inst_2 : Module R M₁] (f m : Module.Dual R M₁) (motive : (∃ a, a • f = m) → Prop) (x : ∃ a, a • f = m), (∀ (r : R) (hr : r • f = m), motive ⋯) → motive x
false
Ordinal.uniqueIioOne._proof_1
Mathlib.SetTheory.Ordinal.Basic
∀ (a : ↑(Set.Iio 1)), a = ⟨0, ⋯⟩
false
CategoryTheory.Bicategory._aux_Mathlib_CategoryTheory_Bicategory_Adjunction_Basic___unexpand_CategoryTheory_Bicategory_Adjunction_1
Mathlib.CategoryTheory.Bicategory.Adjunction.Basic
Lean.PrettyPrinter.Unexpander
false
Equiv.permCongrHom_symm
Mathlib.Algebra.Group.End
∀ {α : Type u_4} {β : Type u_5} (e : α ≃ β), e.permCongrHom.symm = e.symm.permCongrHom
true
ZMod.prime_ne_zero
Mathlib.Data.ZMod.ValMinAbs
∀ (p q : ℕ) [hp : Fact (Nat.Prime p)] [hq : Fact (Nat.Prime q)], p ≠ q → ↑q ≠ 0
true
CategoryTheory.ComposableArrows.Mk₁.obj
Mathlib.CategoryTheory.ComposableArrows.Basic
{C : Type u_1} → C → C → Fin 2 → C
true
String.Slice.splitInclusive
Init.Data.String.Slice
{ρ : Type} → {σ : String.Slice → Type} → (s : String.Slice) → (pat : ρ) → [inst : String.Slice.Pattern.ToForwardSearcher pat σ] → Std.Iter String.Slice
true
Std.Iterators.Types.Flatten.mk.inj
Init.Data.Iterators.Combinators.Monadic.FlatMap
∀ {α α₂ β : Type w} {m : Type w → Type u_1} {it₁ : Std.IterM m (Std.IterM m β)} {it₂ : Option (Std.IterM m β)} {it₁_1 : Std.IterM m (Std.IterM m β)} {it₂_1 : Option (Std.IterM m β)}, { it₁ := it₁, it₂ := it₂ } = { it₁ := it₁_1, it₂ := it₂_1 } → it₁ = it₁_1 ∧ it₂ = it₂_1
true
IsPredArchimedean.findAtom
Mathlib.Order.SuccPred.Tree
{α : Type u_1} → [inst : PartialOrder α] → [inst_1 : PredOrder α] → [IsPredArchimedean α] → [OrderBot α] → [DecidableEq α] → α → α
true
Polynomial.leadingCoeffHom
Mathlib.Algebra.Polynomial.Degree.Operations
{R : Type u} → [inst : Semiring R] → [NoZeroDivisors R] → Polynomial R →* R
true
WittVector.equiv._proof_1
Mathlib.RingTheory.WittVector.Compare
∀ (p : ℕ) [hp : Fact (Nat.Prime p)] (x y : WittVector p (ZMod p)), (WittVector.toPadicInt p) (x * y) = (WittVector.toPadicInt p) x * (WittVector.toPadicInt p) y
false
list_sum_pow_char
Mathlib.Algebra.CharP.Lemmas
∀ {R : Type u_3} [inst : CommSemiring R] (p : ℕ) [ExpChar R p] (l : List R), l.sum ^ p = (List.map (fun x => x ^ p) l).sum
true
CategoryTheory.ShortComplex.FunctorEquivalence.inverse_obj_g
Mathlib.Algebra.Homology.ShortComplex.FunctorEquivalence
∀ (J : Type u_1) (C : Type u_2) [inst : CategoryTheory.Category.{v_1, u_1} J] [inst_1 : CategoryTheory.Category.{v_2, u_2} C] [inst_2 : CategoryTheory.Limits.HasZeroMorphisms C] (F : CategoryTheory.Functor J (CategoryTheory.ShortComplex C)), ((CategoryTheory.ShortComplex.FunctorEquivalence.inverse J C).obj F).g =...
true
SSet.horn₃₂.desc._proof_1
Mathlib.AlgebraicTopology.SimplicialSet.HornColimits
(SSet.horn 3 2).MulticoequalizerDiagram (fun j => SSet.stdSimplex.face {↑j}ᶜ) fun j k => SSet.stdSimplex.face {↑j, ↑k}ᶜ
false
Submodule.annihilator_mono
Mathlib.RingTheory.Ideal.Maps
∀ {R : Type u_1} {M : Type u_2} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {N P : Submodule R M}, N ≤ P → P.annihilator ≤ N.annihilator
true
instDecidableEqProd._proof_2
Init.Core
∀ {α : Type u_2} {β : Type u_1} (a : α) (b : β) (a' : α) (b' : β), ¬b = b' → (a, b) = (a', b') → False
false
Std.ExtDTreeMap.maxKeyD_insertIfNew
Std.Data.ExtDTreeMap.Lemmas
∀ {α : Type u} {β : α → Type v} {cmp : α → α → Ordering} {t : Std.ExtDTreeMap α β cmp} [inst : Std.TransCmp cmp] {k : α} {v : β k} {fallback : α}, (t.insertIfNew k v).maxKeyD fallback = t.maxKey?.elim k fun k' => if cmp k' k = Ordering.lt then k else k'
true
NormedAddGroupHom.Equalizer.lift.congr_simp
Mathlib.Analysis.Normed.Group.Hom
∀ {V : Type u_1} {W : Type u_2} {V₁ : Type u_3} [inst : SeminormedAddCommGroup V] [inst_1 : SeminormedAddCommGroup W] [inst_2 : SeminormedAddCommGroup V₁] {f g : NormedAddGroupHom V W} (φ φ_1 : NormedAddGroupHom V₁ V) (e_φ : φ = φ_1) (h : f.comp φ = g.comp φ), NormedAddGroupHom.Equalizer.lift φ h = NormedAddGroupHo...
true
codisjoint_subtype_iff
Mathlib.Order.Disjoint
∀ {α : Type u_1} [inst : SemilatticeSup α] [inst_1 : OrderTop α] {pr : α → Prop}, (∀ ⦃s t : α⦄, pr s → pr t → pr (s ⊔ t)) → ∀ (htop : pr ⊤) {a b : Subtype pr}, Codisjoint a b ↔ Codisjoint ↑a ↑b
true
_private.Mathlib.RingTheory.IntegralClosure.Algebra.Ideal.0.Polynomial.exists_monic_aeval_eq_zero_forall_mem_of_mem_map._proof_1_2
Mathlib.RingTheory.IntegralClosure.Algebra.Ideal
∀ {R : Type u_1} [inst : CommRing R] (p : Polynomial R), ∀ i < p.natDegree, ¬p.natDegree - i = 0
false
Lean.Meta.Grind.AttrKind.cases.sizeOf_spec
Lean.Meta.Tactic.Grind.Attr
∀ (eager : Bool), sizeOf (Lean.Meta.Grind.AttrKind.cases eager) = 1 + sizeOf eager
true
Convex.uniformContinuous_gauge
Mathlib.Analysis.Convex.Gauge
∀ {E : Type u_2} [inst : SeminormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {s : Set E}, Convex ℝ s → s ∈ nhds 0 → UniformContinuous (gauge s)
true
DFinsupp.subset_support_tsub
Mathlib.Data.DFinsupp.Order
∀ {ι : Type u_1} {α : ι → Type u_2} [inst : (i : ι) → AddCommMonoid (α i)] [inst_1 : (i : ι) → PartialOrder (α i)] [inst_2 : ∀ (i : ι), CanonicallyOrderedAdd (α i)] [inst_3 : (i : ι) → Sub (α i)] [inst_4 : ∀ (i : ι), OrderedSub (α i)] {f g : Π₀ (i : ι), α i} [inst_5 : DecidableEq ι] [inst_6 : (i : ι) → (x : α i) ...
true
IsLocallyConstant.iff_is_const
Mathlib.Topology.LocallyConstant.Basic
∀ {X : Type u_1} {Y : Type u_2} [inst : TopologicalSpace X] [PreconnectedSpace X] {f : X → Y}, IsLocallyConstant f ↔ ∀ (x y : X), f x = f y
true
_private.Mathlib.Data.List.Basic.0.List.foldr_ext._simp_1_4
Mathlib.Data.List.Basic
∀ {α : Sort u_1} {p : α → Prop} {a' : α}, (∀ (a : α), a = a' → p a) = p a'
false
Lean.Lsp.FileChangeType.ctorIdx
Lean.Data.Lsp.Workspace
Lean.Lsp.FileChangeType → ℕ
false
Std.Sat.AIG.Decl.rec
Std.Sat.AIG.Basic
{α : Type} → {motive : Std.Sat.AIG.Decl α → Sort u} → motive Std.Sat.AIG.Decl.false → ((idx : α) → motive (Std.Sat.AIG.Decl.atom idx)) → ((l r : Std.Sat.AIG.Fanin) → motive (Std.Sat.AIG.Decl.gate l r)) → (t : Std.Sat.AIG.Decl α) → motive t
false
_private.Lean.Server.Completion.CompletionInfoSelection.0.Lean.Server.Completion.findCompletionInfosAt.containsHoverPos
Lean.Server.Completion.CompletionInfoSelection
String.Pos.Raw → Lean.Elab.CompletionInfo → Bool
true
SeparationQuotient.instNormedAlgebra._proof_2
Mathlib.Analysis.Normed.Module.Basic
∀ (𝕜 : Type u_1) {E : Type u_2} [inst : NormedField 𝕜] [inst_1 : SeminormedRing E] [inst_2 : NormedAlgebra 𝕜 E], ContinuousConstSMul 𝕜 E
false
Equiv.funSplitAt_apply
Mathlib.Logic.Equiv.Prod
∀ {α : Type u_9} [inst : DecidableEq α] (i : α) (β : Type u_10) (f : (j : α) → (fun a => β) j), (Equiv.funSplitAt i β) f = (f i, fun j => f ↑j)
true
HurwitzZeta.completedHurwitzZetaEven_zero
Mathlib.NumberTheory.LSeries.RiemannZeta
∀ (s : ℂ), HurwitzZeta.completedHurwitzZetaEven 0 s = completedRiemannZeta s
true
Submodule.localized'_inf
Mathlib.Algebra.Module.LocalizedModule.Submodule
∀ {R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [inst : CommSemiring R] [inst_1 : CommSemiring S] [inst_2 : AddCommMonoid M] [inst_3 : AddCommMonoid N] [inst_4 : Module R M] [inst_5 : Module R N] [inst_6 : Algebra R S] [inst_7 : Module S N] [inst_8 : IsScalarTower R S N] (p : Submonoid R) [inst_9 : ...
true
Turing.PartrecToTM2.K'.elim_update_aux
Mathlib.Computability.TuringMachine.ToPartrec
∀ {a b c d c' : List Turing.PartrecToTM2.Γ'}, Function.update (Turing.PartrecToTM2.K'.elim a b c d) Turing.PartrecToTM2.K'.aux c' = Turing.PartrecToTM2.K'.elim a b c' d
true
PolynormableSpace.withSeminorms
Mathlib.Analysis.LocallyConvex.WithSeminorms
∀ (𝕜 : Type u_2) (E : Type u_6) [inst : NormedField 𝕜] [inst_1 : AddCommGroup E] [inst_2 : Module 𝕜 E] [inst_3 : TopologicalSpace E] [PolynormableSpace 𝕜 E], WithSeminorms fun p => ↑p
true
MeasureTheory.exp_llr
Mathlib.MeasureTheory.Measure.LogLikelihoodRatio
∀ {α : Type u_1} {mα : MeasurableSpace α} (μ ν : MeasureTheory.Measure α) [MeasureTheory.SigmaFinite μ], (fun x => Real.exp (MeasureTheory.llr μ ν x)) =ᵐ[ν] fun x => if μ.rnDeriv ν x = 0 then 1 else (μ.rnDeriv ν x).toReal
true
Lean.Elab.Deriving.mkInhabitedInstanceHandler
Lean.Elab.Deriving.Inhabited
Array Lean.Name → Lean.Elab.Command.CommandElabM Bool
true
ProbabilityTheory.mgf_sum_of_identDistrib₀
Mathlib.Probability.Moments.Basic
∀ {Ω : Type u_1} {ι : Type u_2} {m : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} {X : ι → Ω → ℝ} {s : Finset ι} {j : ι}, (∀ (i : ι), AEMeasurable (X i) μ) → ProbabilityTheory.iIndepFun X μ → (∀ i ∈ s, ∀ j ∈ s, ProbabilityTheory.IdentDistrib (X i) (X j) μ μ) → j ∈ s → ∀ (t : ℝ), ProbabilityThe...
true
Finset.singleton_subset_coe._simp_1
Mathlib.Data.Finset.Insert
∀ {α : Type u_1} {s : Finset α} {a : α}, ({a} ⊆ ↑s) = ({a} ⊆ s)
false
Lean.Meta.Match.Overlaps.mk.sizeOf_spec
Lean.Meta.Match.MatcherInfo
∀ (map : Std.HashMap ℕ (Std.TreeSet ℕ compare)), sizeOf { map := map } = 1 + sizeOf map
true
CategoryTheory.Limits.BinaryBicone.inlCokernelCofork_π
Mathlib.CategoryTheory.Limits.Shapes.BinaryBiproducts
∀ {C : Type uC} [inst : CategoryTheory.Category.{uC', uC} C] [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] {X Y : C} (c : CategoryTheory.Limits.BinaryBicone X Y), CategoryTheory.Limits.Cofork.π c.inlCokernelCofork = c.snd
true
CategoryTheory.Presheaf.IsSheaf.amalgamate_map_assoc
Mathlib.CategoryTheory.Sites.Sheaf
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {J : CategoryTheory.GrothendieckTopology C} {A : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} A] {E : A} {X : C} {P : CategoryTheory.Functor Cᵒᵖ A} (hP : CategoryTheory.Presheaf.IsSheaf J P) (S : J.Cover X) (x : (I : S.Arrow) → E ⟶ P.obj (Opposite.o...
true
_private.Init.Data.Range.Polymorphic.UInt.0.UInt64.instLawfulUpwardEnumerableLE._simp_1
Init.Data.Range.Polymorphic.UInt
∀ {x y : BitVec 64}, Std.PRange.UpwardEnumerable.LE { toBitVec := x } { toBitVec := y } = Std.PRange.UpwardEnumerable.LE x y
false
Aesop.BuilderName.forward
Aesop.Rule.Name
Aesop.BuilderName
true
Lean.Parser.Term.doContinue
Lean.Parser.Do
Lean.Parser.Parser
true
_private.Lean.Elab.Term.TermElabM.0.Lean.Elab.Term.useImplicitLambda
Lean.Elab.Term.TermElabM
Lean.Syntax → Option Lean.Expr → Lean.Elab.TermElabM Lean.Elab.Term.UseImplicitLambdaResult
true
CategoryTheory.Monad.ForgetCreatesColimits.coconePoint._proof_1
Mathlib.CategoryTheory.Monad.Limits
∀ {C : Type u_2} [inst : CategoryTheory.Category.{u_1, u_2} C] {T : CategoryTheory.Monad C} {J : Type u_4} [inst_1 : CategoryTheory.Category.{u_3, u_4} J] {D : CategoryTheory.Functor J T.Algebra} (c : CategoryTheory.Limits.Cocone (D.comp T.forget)) (t : CategoryTheory.Limits.IsColimit c) [inst_2 : CategoryTheory....
false
_private.Mathlib.Algebra.Group.Subsemigroup.Membership.0.AddSubsemigroup.mem_biSup_of_directedOn.match_1_1
Mathlib.Algebra.Group.Subsemigroup.Membership
∀ {M : Type u_2} [inst : Add M] {ι : Type u_1} {p : ι → Prop} {K : ι → AddSubsemigroup M} {x : M} (motive : (∃ i, p i ∧ x ∈ K i) → Prop) (x_1 : ∃ i, p i ∧ x ∈ K i), (∀ (i : ι) (hi' : p i) (hi : x ∈ K i), motive ⋯) → motive x_1
false
Lean.Meta.CaseValuesSubgoal.noConfusion
Lean.Meta.Match.CaseValues
{P : Sort u} → {t t' : Lean.Meta.CaseValuesSubgoal} → t = t' → Lean.Meta.CaseValuesSubgoal.noConfusionType P t t'
false
TensorPower.gmonoid._proof_1
Mathlib.LinearAlgebra.TensorPower.Basic
∀ {R : Type u_1} {M : Type u_2} [inst : CommSemiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] (a : GradedMonoid fun i => TensorPower R i M), GradedMonoid.mk (0 • a.fst) (GradedMonoid.GMonoid.gnpowRec 0 a.snd) = 1
false
AlgebraicGeometry.ProjIsoSpecTopComponent.ToSpec.carrier._proof_2
Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Scheme
∀ {A : Type u_1} {σ : Type u_2} [inst : CommRing A] [inst_1 : SetLike σ A] [inst_2 : AddSubgroupClass σ A] {𝒜 : ℕ → σ} [inst_3 : GradedRing 𝒜] {f : A}, Topology.IsOpenEmbedding ⇑(CategoryTheory.ConcreteCategory.hom (ProjectiveSpectrum.basicOpen 𝒜 f).inclusion')
false
Ordinal.ToType.mk._proof_3
Mathlib.SetTheory.Ordinal.Basic
∀ {o : Ordinal.{u_1}} (x : ↑(Set.Iio o)), ↑x ∈ Set.Iio (Ordinal.type fun x1 x2 => x1 < x2)
false
List.hasDecEq.match_1
Init.Prelude
{α : Type u_1} → (as bs : List α) → (motive : Decidable (as = bs) → Sort u_2) → (x : Decidable (as = bs)) → ((habs : as = bs) → motive (isTrue habs)) → ((nabs : ¬as = bs) → motive (isFalse nabs)) → motive x
false
Mathlib.Linter.DupNamespaceLinter.initFn._@.Mathlib.Tactic.Linter.Lint.3996576634._hygCtx._hyg.2
Mathlib.Tactic.Linter.Lint
IO Unit
false
Finset.fold_const
Mathlib.Data.Finset.Fold
∀ {α : Type u_1} {β : Type u_2} {op : β → β → β} [hc : Std.Commutative op] [ha : Std.Associative op] {b : β} {s : Finset α} [hd : Decidable (s = ∅)] (c : β), op c (op b c) = op b c → Finset.fold op b (fun x => c) s = if s = ∅ then b else op b c
true
MonadStateOf.casesOn
Init.Prelude
{σ : Type u} → {m : Type u → Type v} → {motive : MonadStateOf σ m → Sort u_1} → (t : MonadStateOf σ m) → ((get : m σ) → (set : σ → m PUnit.{u + 1}) → (modifyGet : {α : Type u} → (σ → α × σ) → m α) → motive { get := get, set := set, modifyGet := modifyGet }) ...
false
SemimoduleCat.hom_ext_iff
Mathlib.Algebra.Category.ModuleCat.Semi
∀ {R : Type u} [inst : Semiring R] {M N : SemimoduleCat R} {f g : M ⟶ N}, f = g ↔ SemimoduleCat.Hom.hom f = SemimoduleCat.Hom.hom g
true
Real.pow_mul_norm_iteratedFDeriv_fourier_le
Mathlib.Analysis.Fourier.FourierTransformDeriv
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] {V : Type u_2} [inst_2 : NormedAddCommGroup V] [inst_3 : InnerProductSpace ℝ V] [inst_4 : FiniteDimensional ℝ V] [inst_5 : MeasurableSpace V] [inst_6 : BorelSpace V] {f : V → E} {K N : ℕ∞}, ContDiff ℝ (↑N) f → (∀ (k n : ℕ), ↑k ≤...
true
ContinuousMap.toAEEqFunAddHom._proof_1
Mathlib.MeasureTheory.Function.AEEqFun
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] (μ : MeasureTheory.Measure α) [inst_1 : TopologicalSpace α] [inst_2 : BorelSpace α] [inst_3 : TopologicalSpace β] [inst_4 : SecondCountableTopologyEither α β] [inst_5 : TopologicalSpace.PseudoMetrizableSpace β] [inst_6 : AddGroup β] [inst_7 : IsTopologicalA...
false
_private.Std.Data.Iterators.Lemmas.Consumers.Monadic.Collect.0.Std.IterM.Equiv.toList_eq._simp_1_1
Std.Data.Iterators.Lemmas.Consumers.Monadic.Collect
∀ {α β : Type w} {m : Type w → Type w'} [inst : Monad m] [LawfulMonad m] [inst_2 : Std.Iterator α m β] [Std.Iterators.Finite α m] {it : Std.IterM m β}, it.toList = List.reverse <$> it.toListRev
false
SzemerediRegularity.increment.congr_simp
Mathlib.Combinatorics.SimpleGraph.Regularity.Increment
∀ {α : Type u_1} [inst : Fintype α] [inst_1 : DecidableEq α] {P P_1 : Finpartition Finset.univ} (e_P : P = P_1) (hP : P.IsEquipartition) (G G_1 : SimpleGraph α), G = G_1 → ∀ {inst_2 : DecidableRel G.Adj} [inst_3 : DecidableRel G_1.Adj] (ε ε_1 : ℝ), ε = ε_1 → SzemerediRegularity.increment hP G ε = Szemered...
true
SkewMonoidAlgebra.equivMapDomain._proof_1
Mathlib.Algebra.SkewMonoidAlgebra.Lift
∀ {k : Type u_3} {G : Type u_2} {H : Type u_1} [inst : AddCommMonoid k] (f : G ≃ H) (l : SkewMonoidAlgebra k G) (a : H), a ∈ Finset.map f.toEmbedding l.support ↔ (fun a => l.coeff (f.symm a)) a ≠ 0
false
ArchimedeanClass.FiniteElement._proof_1
Mathlib.Algebra.Order.Ring.StandardPart
∀ (K : Type u_1) [inst : LinearOrder K] [inst_1 : Field K] [IsOrderedRing K], IsOrderedAddMonoid K
false
Int.getElem?_toArray_roo_eq_none
Init.Data.Range.Polymorphic.IntLemmas
∀ {m n : ℤ} {i : ℕ}, (n - (m + 1)).toNat ≤ i → (m<...n).toArray[i]? = none
true
Lean.Widget.WidgetSource.mk.noConfusion
Lean.Widget.UserWidget
{P : Sort u} → {sourcetext sourcetext' : String} → { sourcetext := sourcetext } = { sourcetext := sourcetext' } → (sourcetext = sourcetext' → P) → P
false
Lean.Grind.IntModule.OfNatModule.mk_le_mk
Init.Grind.Module.Envelope
∀ {α : Type u} [inst : Lean.Grind.NatModule α] [inst_1 : LE α] [inst_2 : Std.IsPreorder α] [inst_3 : Lean.Grind.OrderedAdd α] {a₁ a₂ b₁ b₂ : α}, Lean.Grind.IntModule.OfNatModule.Q.mk (a₁, a₂) ≤ Lean.Grind.IntModule.OfNatModule.Q.mk (b₁, b₂) ↔ a₁ + b₂ ≤ a₂ + b₁
true
StructureGroupoid.id_mem_maximalAtlas
Mathlib.Geometry.Manifold.HasGroupoid
∀ {H : Type u} [inst : TopologicalSpace H] (G : StructureGroupoid H), OpenPartialHomeomorph.refl H ∈ StructureGroupoid.maximalAtlas H G
true
Array.mapIdx_mapIdx
Init.Data.Array.MapIdx
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {xs : Array α} {f : ℕ → α → β} {g : ℕ → β → γ}, Array.mapIdx g (Array.mapIdx f xs) = Array.mapIdx (fun i => g i ∘ f i) xs
true
_private.Mathlib.Algebra.Star.Module.0.selfAdjointPart_comp_subtype_skewAdjoint.match_1_1
Mathlib.Algebra.Star.Module
∀ (R : Type u_2) {A : Type u_1} [inst : Semiring R] [inst_1 : StarMul R] [inst_2 : TrivialStar R] [inst_3 : AddCommGroup A] [inst_4 : Module R A] [inst_5 : StarAddMonoid A] [inst_6 : StarModule R A] (motive : ↥(skewAdjoint.submodule R A) → Prop) (x : ↥(skewAdjoint.submodule R A)), (∀ (x : A) (hx : star x = -x), m...
false
CategoryTheory.Sheaf.instPreservesFiniteLimitsFunctorOppositeSheafToPresheafOfHasFiniteLimits
Mathlib.CategoryTheory.Sites.Limits
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {J : CategoryTheory.GrothendieckTopology C} {D : Type w} [inst_1 : CategoryTheory.Category.{w', w} D] [CategoryTheory.Limits.HasFiniteLimits D], CategoryTheory.Limits.PreservesFiniteLimits (CategoryTheory.sheafToPresheaf J D)
true
AddCon.addSubgroup_quotientAddGroupCon
Mathlib.GroupTheory.QuotientGroup.Defs
∀ {G : Type u_1} [inst : AddGroup G] (H : AddSubgroup G) [inst_1 : H.Normal], (QuotientAddGroup.con H).addSubgroup = H
true
ContinuousMultilinearMap.uniformContinuous_restrictScalars
Mathlib.Topology.Algebra.Module.Multilinear.Topology
∀ {𝕜 : Type u_1} {ι : Type u_2} {E : ι → Type u_3} {F : Type u_4} [inst : NormedField 𝕜] [inst_1 : (i : ι) → TopologicalSpace (E i)] [inst_2 : (i : ι) → AddCommGroup (E i)] [inst_3 : (i : ι) → Module 𝕜 (E i)] [inst_4 : AddCommGroup F] [inst_5 : Module 𝕜 F] [inst_6 : UniformSpace F] [inst_7 : IsUniformAddGroup...
true
BoxIntegral.unitPartition.prepartition_isHenstock
Mathlib.Analysis.BoxIntegral.UnitPartition
∀ {ι : Type u_1} (n : ℕ) [inst : NeZero n] [inst_1 : Fintype ι] (B : BoxIntegral.Box ι), (BoxIntegral.unitPartition.prepartition n B).IsHenstock
true
LowerSet.notMem_bot._simp_1
Mathlib.Order.UpperLower.CompleteLattice
∀ {α : Type u_1} [inst : LE α] {a : α}, (a ∈ ⊥) = False
false
Std.DHashMap.Equiv.constGet_eq
Std.Data.DHashMap.Lemmas
∀ {α : Type u} {x : BEq α} {x_1 : Hashable α} {β : Type v} {m₁ m₂ : Std.DHashMap α fun x => β} [inst : EquivBEq α] [inst_1 : LawfulHashable α] {k : α} (hk : k ∈ m₁) (h : m₁.Equiv m₂), Std.DHashMap.Const.get m₁ k hk = Std.DHashMap.Const.get m₂ k ⋯
true
CategoryTheory.NatTrans.removeOp._proof_2
Mathlib.CategoryTheory.Opposites
∀ {C : Type u_2} [inst : CategoryTheory.Category.{u_1, u_2} C] {D : Type u_4} [inst_1 : CategoryTheory.Category.{u_3, u_4} D] {F G : CategoryTheory.Functor C D} (α : F.op ⟶ G.op) (X Y : C) (f : X ⟶ Y), CategoryTheory.CategoryStruct.comp (G.map f) (α.app (Opposite.op Y)).unop = CategoryTheory.CategoryStruct.co...
false
Lean.Widget.RpcEncodablePacket.msg._@.Lean.Server.FileWorker.WidgetRequests.1923616455._hygCtx._hyg.1
Lean.Server.FileWorker.WidgetRequests
Lean.Widget.RpcEncodablePacket✝ → Lean.Json
false
_private.Init.Data.String.Basic.0.String.Slice.utf8ByteSize_slice._proof_1_2
Init.Data.String.Basic
∀ {s : String.Slice} {newStart newEnd : s.Pos}, ¬s.startInclusive.offset.byteIdx + newEnd.offset.byteIdx - (s.startInclusive.offset.byteIdx + newStart.offset.byteIdx) = newEnd.offset.byteIdx - newStart.offset.byteIdx → False
false
_private.Lean.Elab.DeclNameGen.0.Lean.Elab.Command.NameGen.mkBaseNameCore.visit'.eq_def
Lean.Elab.DeclNameGen
∀ (e : Lean.Expr) (omitTopForall : Bool), Lean.Elab.Command.NameGen.mkBaseNameCore.visit'✝ e omitTopForall = match e with | Lean.Expr.const name us => do modify fun st => { seen := Lean.Elab.Command.NameGen.MkNameState.seen✝ st, consts := (Lean.Elab.Command.NameGen.MkNameState.cons...
true
CategoryTheory.rightExactFunctor
Mathlib.CategoryTheory.Limits.ExactFunctor
(C : Type u₁) → [inst : CategoryTheory.Category.{v₁, u₁} C] → (D : Type u₂) → [inst_1 : CategoryTheory.Category.{v₂, u₂} D] → CategoryTheory.ObjectProperty (CategoryTheory.Functor C D)
true
AddGrpCat.limitAddGroup._aux_4
Mathlib.Algebra.Category.Grp.Limits
{J : Type u_3} → [inst : CategoryTheory.Category.{u_1, u_3} J] → (F : CategoryTheory.Functor J AddGrpCat) → [inst_1 : Small.{u_2, max u_2 u_3} ↑(F.comp (CategoryTheory.forget AddGrpCat)).sections] → (CategoryTheory.Limits.Types.Small.limitCone (F.comp (CategoryTheory.forget AddGrpCat))).pt
false
DilationEquiv.coe_one
Mathlib.Topology.MetricSpace.DilationEquiv
∀ {X : Type u_1} [inst : PseudoEMetricSpace X], ⇑1 = id
true
OrderType.instOfNat
Mathlib.Order.Types.Arithmetic
(n : ℕ) → OfNat OrderType.{0} n
true
CategoryTheory.Subfunctor.Subpresheaf.range_id
Mathlib.CategoryTheory.Subfunctor.Image
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Functor C (Type w)), CategoryTheory.Subfunctor.range (CategoryTheory.CategoryStruct.id F) = ⊤
true
Std.TreeSet.getD_diff_of_mem_right
Std.Data.TreeSet.Lemmas
∀ {α : Type u} {cmp : α → α → Ordering} {t₁ t₂ : Std.TreeSet α cmp} [Std.TransCmp cmp] {k fallback : α}, k ∈ t₂ → (t₁ \ t₂).getD k fallback = fallback
true
IsCyclotomicExtension.adjoin_roots_cyclotomic_eq_adjoin_nth_roots
Mathlib.NumberTheory.Cyclotomic.Basic
∀ {A : Type u} {B : Type v} [inst : CommRing A] [inst_1 : CommRing B] [inst_2 : Algebra A B] [inst_3 : IsDomain B] {ζ : B} {n : ℕ} [NeZero n], IsPrimitiveRoot ζ n → Algebra.adjoin A ((Polynomial.cyclotomic n A).rootSet B) = Algebra.adjoin A {b | ∃ a ∈ {n}, a ≠ 0 ∧ b ^ a = 1}
true
NumberField.IsCMField.complexConj_eq_self_iff
Mathlib.NumberTheory.NumberField.CMField
∀ (K : Type u_1) [inst : Field K] [inst_1 : CharZero K] [inst_2 : NumberField.IsCMField K] [inst_3 : Algebra.IsIntegral ℚ K] (x : K), (NumberField.IsCMField.complexConj K) x = x ↔ x ∈ NumberField.maximalRealSubfield K
true
IsSemitopologicalSemiring
Mathlib.Topology.Algebra.Ring.Basic
(R : Type u_2) → [TopologicalSpace R] → [NonUnitalNonAssocSemiring R] → Prop
true
LieAlgebra.IsKilling.disjoint_ker_weight_corootSpace
Mathlib.Algebra.Lie.Weights.Killing
∀ {K : Type u_2} {L : Type u_3} [inst : LieRing L] [inst_1 : Field K] [inst_2 : LieAlgebra K L] [inst_3 : FiniteDimensional K L] {H : LieSubalgebra K L} [inst_4 : H.IsCartanSubalgebra] [LieAlgebra.IsKilling K L] [LieModule.IsTriangularizable K (↥H) L] [inst_7 : CharZero K] (α : LieModule.Weight K (↥H) L), Disjoin...
true
List.forM_nil
Init.Data.List.Control
∀ {m : Type u_1 → Type u_2} {α : Type u_3} [inst : Monad m] {f : α → m PUnit.{u_1 + 1}}, forM [] f = pure PUnit.unit
true
CategoryTheory.CostructuredArrow.ofCostructuredArrowProjEquivalence.inverse._proof_2
Mathlib.CategoryTheory.Comma.Over.Basic
∀ {T : Type u_4} [inst : CategoryTheory.Category.{u_3, u_4} T] {D : Type u_2} [inst_1 : CategoryTheory.Category.{u_1, u_2} D] (F : CategoryTheory.Functor T D) (Y : D) (X : T) {Y_1 Z : CategoryTheory.CostructuredArrow ((CategoryTheory.Over.forget X).comp F) Y} (m : Y_1 ⟶ Z), CategoryTheory.CategoryStruct.comp ...
false
PNat.XgcdType.mk.sizeOf_spec
Mathlib.Data.PNat.Xgcd
∀ (wp x y zp ap bp : ℕ), sizeOf { wp := wp, x := x, y := y, zp := zp, ap := ap, bp := bp } = 1 + sizeOf wp + sizeOf x + sizeOf y + sizeOf zp + sizeOf ap + sizeOf bp
true
CategoryTheory.ProjectiveResolution.quasiIso._autoParam
Mathlib.CategoryTheory.Preadditive.Projective.Resolution
Lean.Syntax
false
bihimp_comm
Mathlib.Order.SymmDiff
∀ {α : Type u_2} [inst : GeneralizedHeytingAlgebra α] (a b : α), bihimp a b = bihimp b a
true