file_path
stringlengths
11
79
full_name
stringlengths
2
100
traced_tactics
list
end
list
commit
stringclasses
4 values
url
stringclasses
4 values
start
list
Mathlib/Analysis/Convex/Slope.lean
StrictConvexOn.secant_strict_mono_aux3
[ { "state_after": "𝕜 : Type u_1\ninst✝ : LinearOrderedField 𝕜\ns : Set 𝕜\nf : 𝕜 → 𝕜\nhf : StrictConvexOn 𝕜 s f\nx y z : 𝕜\nhx : x ∈ s\nhz : z ∈ s\nhxy : x < y\nhyz : y < z\nhyz' : 0 < z - y\n⊢ (f z - f x) / (z - x) < (f z - f y) / (z - y)", "state_before": "𝕜 : Type u_1\ninst✝ : LinearOrderedField 𝕜...
[ 324, 59 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 319, 1 ]
Mathlib/Combinatorics/SimpleGraph/StronglyRegular.lean
SimpleGraph.IsSRGWith.card_commonNeighbors_eq_of_adj_compl
[ { "state_after": "V : Type u\ninst✝² : Fintype V\ninst✝¹ : DecidableEq V\nG : SimpleGraph V\ninst✝ : DecidableRel G.Adj\nn k ℓ μ : ℕ\nh : IsSRGWith G n k ℓ μ\nv w : V\nha : Adj (Gᶜ) v w\n⊢ Finset.card (neighborFinset G vᶜ \\ {v} ∩ (neighborFinset G wᶜ \\ {w})) = n - (2 * k - μ) - 2", "state_before": "V : Ty...
[ 156, 55 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 144, 1 ]
Mathlib/Analysis/SpecialFunctions/Pow/NNReal.lean
NNReal.rpow_le_rpow
[]
[ 145, 30 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 144, 1 ]
Mathlib/LinearAlgebra/LinearIndependent.lean
linearIndependent_fin_succ
[ { "state_after": "no goals", "state_before": "ι : Type u'\nι' : Type ?u.1249118\nR : Type ?u.1249121\nK : Type u_1\nM : Type ?u.1249127\nM' : Type ?u.1249130\nM'' : Type ?u.1249133\nV : Type u\nV' : Type ?u.1249138\ninst✝⁴ : DivisionRing K\ninst✝³ : AddCommGroup V\ninst✝² : AddCommGroup V'\ninst✝¹ : Module ...
[ 1255, 59 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1252, 1 ]
Mathlib/Data/List/Count.lean
List.countp_pos
[ { "state_after": "no goals", "state_before": "α : Type u_1\nl : List α\np q : α → Bool\n⊢ 0 < countp p l ↔ ∃ a, a ∈ l ∧ p a = true", "tactic": "simp only [countp_eq_length_filter, length_pos_iff_exists_mem, mem_filter, exists_prop]" } ]
[ 102, 90 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 101, 1 ]
Mathlib/Data/Nat/Choose/Multinomial.lean
Nat.binomial_eq_choose
[ { "state_after": "no goals", "state_before": "α : Type u_1\ns : Finset α\nf : α → ℕ\na b : α\nn : ℕ\ninst✝ : DecidableEq α\nh : a ≠ b\n⊢ multinomial {a, b} f = choose (f a + f b) (f a)", "tactic": "simp [binomial_eq _ h, choose_eq_factorial_div_factorial (Nat.le_add_right _ _)]" } ]
[ 113, 83 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 111, 1 ]
Mathlib/Data/Bool/Count.lean
List.Chain'.two_mul_count_bool_of_even
[ { "state_after": "no goals", "state_before": "l : List Bool\nhl : Chain' (fun x x_1 => x ≠ x_1) l\nh2 : Even (length l)\nb : Bool\n⊢ 2 * count b l = length l", "tactic": "rw [← count_not_add_count l b, hl.count_not_eq_count h2, two_mul]" } ]
[ 105, 68 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 103, 1 ]
Mathlib/AlgebraicTopology/SimplexCategory.lean
SimplexCategory.image_ι_eq
[ { "state_after": "Δ Δ'' : SimplexCategory\nφ : Δ ⟶ Δ''\ne : Δ ⟶ image φ\ninst✝¹ : Epi e\ni : image φ ⟶ Δ''\ninst✝ : Mono i\nfac : e ≫ i = φ\nthis : StrongEpi e\n⊢ image.ι φ = i", "state_before": "Δ Δ'' : SimplexCategory\nφ : Δ ⟶ Δ''\ne : Δ ⟶ image φ\ninst✝¹ : Epi e\ni : image φ ⟶ Δ''\ninst✝ : Mono i\nfac : ...
[ 793, 91 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 789, 1 ]
Mathlib/Topology/Algebra/Group/Basic.lean
ContinuousInv.of_nhds_one
[ { "state_after": "α : Type u\nβ : Type v\nG✝ : Type w\nH : Type x\ninst✝⁵ : TopologicalSpace G✝\ninst✝⁴ : Group G✝\ninst✝³ : TopologicalGroup G✝\ninst✝² : TopologicalSpace α\nf : α → G✝\ns : Set α\nx : α\nG : Type u_1\ninst✝¹ : Group G\ninst✝ : TopologicalSpace G\nhinv : Tendsto (fun x => x⁻¹) (𝓝 1) (𝓝 1)\nhl...
[ 915, 36 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 907, 1 ]
Mathlib/Algebra/Lie/Quotient.lean
LieSubmodule.Quotient.mk_eq_zero'
[]
[ 199, 46 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 198, 1 ]
Mathlib/Data/Real/NNReal.lean
NNReal.coe_nonneg
[]
[ 137, 50 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 137, 1 ]
Mathlib/FieldTheory/RatFunc.lean
RatFunc.ofFractionRing_injective
[]
[ 131, 32 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 130, 1 ]
Std/Data/List/Lemmas.lean
List.Pairwise.imp
[]
[ 1298, 50 ]
e68aa8f5fe47aad78987df45f99094afbcb5e936
https://github.com/leanprover/std4
[ 1295, 1 ]
Mathlib/GroupTheory/Perm/Sign.lean
Equiv.Perm.sign_refl
[]
[ 565, 25 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 564, 1 ]
Mathlib/LinearAlgebra/SesquilinearForm.lean
LinearMap.nondegenerateRestrictOfDisjointOrthogonal
[ { "state_after": "R : Type u_1\nR₁ : Type ?u.581487\nR₂ : Type ?u.581490\nR₃ : Type ?u.581493\nM : Type u_2\nM₁ : Type ?u.581499\nM₂ : Type ?u.581502\nMₗ₁ : Type ?u.581505\nMₗ₁' : Type ?u.581508\nMₗ₂ : Type ?u.581511\nMₗ₂' : Type ?u.581514\nK : Type ?u.581517\nK₁ : Type ?u.581520\nK₂ : Type ?u.581523\nV : Type ...
[ 761, 11 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 751, 1 ]
Mathlib/GroupTheory/Submonoid/Membership.lean
Submonoid.closure_singleton_one
[ { "state_after": "no goals", "state_before": "M : Type u_1\nA : Type ?u.72862\nB : Type ?u.72865\ninst✝ : Monoid M\n⊢ closure {1} = ⊥", "tactic": "simp [eq_bot_iff_forall, mem_closure_singleton]" } ]
[ 345, 50 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 344, 1 ]
Std/Data/RBMap/Lemmas.lean
Std.RBNode.Stream.next?_toList
[ { "state_after": "no goals", "state_before": "α : Type u_1\ns : RBNode.Stream α\n⊢ Option.map\n (fun x =>\n match x with\n | (a, b) => (a, toList b))\n (next? s) =\n List.next? (toList s)", "tactic": "cases s <;> simp [next?, toStream_toList']" } ]
[ 399, 45 ]
e68aa8f5fe47aad78987df45f99094afbcb5e936
https://github.com/leanprover/std4
[ 397, 1 ]
Mathlib/Order/Filter/Extr.lean
isExtrFilter_dual_iff
[]
[ 218, 10 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 217, 1 ]
Mathlib/CategoryTheory/Iso.lean
CategoryTheory.Iso.inv_ext'
[]
[ 518, 34 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 517, 1 ]
Mathlib/Analysis/Convex/Star.lean
starConvex_iff_div
[ { "state_after": "case a\n𝕜 : Type u_1\nE : Type u_2\nF : Type ?u.140518\ninst✝² : LinearOrderedField 𝕜\ninst✝¹ : AddCommGroup E\ninst✝ : Module 𝕜 E\nx : E\ns : Set E\nh : StarConvex 𝕜 x s\ny : E\nhy : y ∈ s\na b : 𝕜\nha : 0 ≤ a\nhb : 0 ≤ b\nhab : 0 < a + b\n⊢ 0 ≤ a / (a + b)\n\ncase a\n𝕜 : Type u_1\nE : ...
[ 405, 26 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 394, 1 ]
Mathlib/Topology/Separation.lean
closure_singleton
[]
[ 627, 32 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 626, 1 ]
Mathlib/RingTheory/Subsemiring/Basic.lean
Subsemiring.coe_mk'
[]
[ 279, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 277, 1 ]
Std/Logic.lean
imp_intro
[]
[ 109, 61 ]
e68aa8f5fe47aad78987df45f99094afbcb5e936
https://github.com/leanprover/std4
[ 109, 1 ]
Mathlib/RingTheory/PrincipalIdealDomain.lean
gcd_isUnit_iff
[ { "state_after": "no goals", "state_before": "R : Type u\nM : Type v\ninst✝³ : CommRing R\ninst✝² : IsDomain R\ninst✝¹ : IsPrincipalIdealRing R\ninst✝ : GCDMonoid R\nx y : R\n⊢ IsUnit (gcd x y) ↔ IsCoprime x y", "tactic": "rw [IsCoprime, ← Ideal.mem_span_pair, ← span_gcd, ← span_singleton_eq_top, eq_top...
[ 388, 93 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 387, 1 ]
Mathlib/RingTheory/AlgebraTower.lean
Basis.coe_algebraMapCoeffs
[]
[ 100, 22 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 99, 1 ]
Mathlib/GroupTheory/Abelianization.lean
commutator_eq_normalClosure
[ { "state_after": "no goals", "state_before": "G : Type u\ninst✝ : Group G\n⊢ commutator G = Subgroup.normalClosure (commutatorSet G)", "tactic": "simp [commutator, Subgroup.commutator_def', commutatorSet]" } ]
[ 55, 61 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 54, 1 ]
Mathlib/Algebra/AddTorsor.lean
vadd_vsub
[]
[ 96, 27 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 95, 1 ]
Mathlib/Analysis/NormedSpace/OperatorNorm.lean
ContinuousLinearMap.norm_toSpanSingleton
[ { "state_after": "case refine'_1\n𝕜 : Type u_1\n𝕜₂ : Type ?u.2121574\n𝕜₃ : Type ?u.2121577\nE : Type u_2\nEₗ : Type ?u.2121583\nF : Type ?u.2121586\nFₗ : Type ?u.2121589\nG : Type ?u.2121592\nGₗ : Type ?u.2121595\n𝓕 : Type ?u.2121598\ninst✝²² : SeminormedAddCommGroup E\ninst✝²¹ : SeminormedAddCommGroup Eₗ\n...
[ 1214, 44 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1209, 1 ]
Mathlib/CategoryTheory/Sites/Sieves.lean
CategoryTheory.Presieve.singleton_eq_iff_domain
[ { "state_after": "case mp\nC : Type u₁\ninst✝¹ : Category C\nD : Type u₂\ninst✝ : Category D\nF : C ⥤ D\nX Y Z : C\nf✝ f g : Y ⟶ X\n⊢ singleton f g → f = g\n\ncase mpr\nC : Type u₁\ninst✝¹ : Category C\nD : Type u₂\ninst✝ : Category D\nF : C ⥤ D\nX Y Z : C\nf✝ f g : Y ⟶ X\n⊢ f = g → singleton f g", "state_b...
[ 104, 23 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 99, 1 ]
Mathlib/RingTheory/WittVector/Defs.lean
WittVector.constantCoeff_wittAdd
[ { "state_after": "p : ℕ\nR : Type ?u.75316\nhp : Fact (Nat.Prime p)\ninst✝ : CommRing R\nn : ℕ\n⊢ ↑constantCoeff (X 0 + X 1) = 0", "state_before": "p : ℕ\nR : Type ?u.75316\nhp : Fact (Nat.Prime p)\ninst✝ : CommRing R\nn : ℕ\n⊢ ↑constantCoeff (wittAdd p n) = 0", "tactic": "apply constantCoeff_wittStruct...
[ 296, 57 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 294, 1 ]
Mathlib/Order/Basic.lean
Prod.mk_lt_mk_iff_right
[]
[ 1233, 64 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1232, 1 ]
Mathlib/Analysis/SpecialFunctions/Log/Basic.lean
ContinuousAt.log
[]
[ 394, 12 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 392, 8 ]
Mathlib/Algebra/Group/Units.lean
Units.val_mk
[]
[ 130, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 129, 1 ]
Mathlib/Topology/UniformSpace/Basic.lean
nhds_eq_uniformity_prod
[ { "state_after": "case hg₁\nα : Type ua\nβ : Type ub\nγ : Type uc\nδ : Type ud\nι : Sort ?u.78723\ninst✝ : UniformSpace α\na b : α\n⊢ ∀ (s : Set (α × α)), Monotone fun t => {y | (y, a) ∈ s} ×ˢ {y | (b, y) ∈ t}\n\ncase hg₂\nα : Type ua\nβ : Type ub\nγ : Type uc\nδ : Type ud\nι : Sort ?u.78723\ninst✝ : UniformSpa...
[ 892, 51 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 886, 1 ]
Mathlib/Topology/Constructions.lean
continuous_apply
[]
[ 1199, 45 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1198, 1 ]
Mathlib/GroupTheory/GroupAction/Defs.lean
smul_one_mul
[ { "state_after": "no goals", "state_before": "M✝ : Type ?u.27123\nN✝ : Type ?u.27126\nG : Type ?u.27129\nA : Type ?u.27132\nB : Type ?u.27135\nα : Type ?u.27138\nβ : Type ?u.27141\nγ : Type ?u.27144\nδ : Type ?u.27147\nM : Type u_1\nN : Type u_2\ninst✝² : MulOneClass N\ninst✝¹ : SMul M N\ninst✝ : IsScalarTo...
[ 649, 63 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 648, 1 ]
Mathlib/RingTheory/MvPolynomial/Basic.lean
Polynomial.coe_basisMonomials
[]
[ 142, 39 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 141, 1 ]
Mathlib/Topology/Algebra/Module/WeakDual.lean
WeakDual.eval_continuous
[]
[ 284, 42 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 283, 1 ]
Mathlib/FieldTheory/AxGrothendieck.lean
ax_grothendieck_of_locally_finite
[ { "state_after": "ι : Type u_1\nK : Type u_2\nR : Type u_3\ninst✝⁴ : Field K\ninst✝³ : Finite K\ninst✝² : CommRing R\ninst✝¹ : Finite ι\ninst✝ : Algebra K R\nalg : Algebra.IsAlgebraic K R\nps : ι → MvPolynomial ι R\nhinj : Injective fun v i => ↑(MvPolynomial.eval v) (ps i)\nis_int : ∀ (x : R), IsIntegral K x\n⊢...
[ 70, 54 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 36, 1 ]
Mathlib/LinearAlgebra/Finrank.lean
finrank_range_le_card
[ { "state_after": "K : Type u\nV : Type v\ninst✝³ : DivisionRing K\ninst✝² : AddCommGroup V\ninst✝¹ : Module K V\nι : Type u_1\ninst✝ : Fintype ι\nb : ι → V\n⊢ Finset.card (Finset.image b Finset.univ) ≤ Fintype.card ι", "state_before": "K : Type u\nV : Type v\ninst✝³ : DivisionRing K\ninst✝² : AddCommGroup V...
[ 328, 31 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 324, 1 ]
Mathlib/MeasureTheory/Measure/MeasureSpace.lean
MeasureTheory.Measure.restrict_iUnion_le
[ { "state_after": "α : Type u_2\nβ : Type ?u.360947\nγ : Type ?u.360950\nδ : Type ?u.360953\nι : Type u_1\nR : Type ?u.360959\nR' : Type ?u.360962\nm0 : MeasurableSpace α\ninst✝² : MeasurableSpace β\ninst✝¹ : MeasurableSpace γ\nμ μ₁ μ₂ μ₃ ν ν' ν₁ ν₂ : Measure α\ns✝ s' t✝ : Set α\ninst✝ : Countable ι\ns : ι → Set...
[ 2176, 26 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 2172, 1 ]
Mathlib/Analysis/Calculus/BumpFunctionInner.lean
expNegInvGlue.tendsto_polynomial_inv_mul_zero
[ { "state_after": "p : ℝ[X]\n⊢ Tendsto (fun x => if x ≤ 0 then 0 else Polynomial.eval x⁻¹ p * exp (-x⁻¹)) (𝓝 0) (𝓝 0)", "state_before": "p : ℝ[X]\n⊢ Tendsto (fun x => Polynomial.eval x⁻¹ p * expNegInvGlue x) (𝓝 0) (𝓝 0)", "tactic": "simp only [expNegInvGlue, mul_ite, mul_zero]" }, { "state_af...
[ 120, 63 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 112, 1 ]
Mathlib/Topology/Instances/ENNReal.lean
Real.ediam_Ioc
[]
[ 1552, 52 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1550, 1 ]
Mathlib/MeasureTheory/Function/LpOrder.lean
MeasureTheory.Lp.coeFn_le
[ { "state_after": "no goals", "state_before": "α : Type u_1\nE : Type u_2\nm : MeasurableSpace α\nμ : Measure α\np : ℝ≥0∞\ninst✝ : NormedLatticeAddCommGroup E\nf g : { x // x ∈ Lp E p }\n⊢ ↑↑f ≤ᵐ[μ] ↑↑g ↔ f ≤ g", "tactic": "rw [← Subtype.coe_le_coe, ← AEEqFun.coeFn_le]" } ]
[ 46, 48 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 45, 1 ]
Mathlib/Data/Finset/Fold.lean
Finset.fold_min_lt
[ { "state_after": "α : Type u_2\nβ : Type u_1\nγ : Type ?u.67307\nop : β → β → β\nhc : IsCommutative β op\nha : IsAssociative β op\nf : α → β\nb : β\ns : Finset α\na : α\ninst✝ : LinearOrder β\nc : β\n⊢ c > fold min b f s ↔ b < c ∨ ∃ x, x ∈ s ∧ f x < c", "state_before": "α : Type u_2\nβ : Type u_1\nγ : Type ...
[ 239, 19 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 234, 1 ]
Mathlib/Data/Opposite.lean
Opposite.equivToOpposite_coe
[]
[ 97, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 96, 1 ]
Mathlib/Analysis/Calculus/FDerivMeasurable.lean
FDerivMeasurableAux.isOpen_a
[ { "state_after": "𝕜 : Type u_1\ninst✝⁴ : NontriviallyNormedField 𝕜\nE : Type u_2\ninst✝³ : NormedAddCommGroup E\ninst✝² : NormedSpace 𝕜 E\nF : Type u_3\ninst✝¹ : NormedAddCommGroup F\ninst✝ : NormedSpace 𝕜 F\nf : E → F\nK : Set (E →L[𝕜] F)\nL : E →L[𝕜] F\nr ε : ℝ\n⊢ ∀ (x : E), x ∈ A f L r ε → ∃ ε_1, ε_1 >...
[ 143, 30 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 135, 1 ]
Mathlib/Algebra/Lie/Nilpotent.lean
LieIdeal.lowerCentralSeries_map_eq
[ { "state_after": "R : Type u\nL : Type v\nL' : Type w\ninst✝⁴ : CommRing R\ninst✝³ : LieRing L\ninst✝² : LieAlgebra R L\ninst✝¹ : LieRing L'\ninst✝ : LieAlgebra R L'\nk : ℕ\nf : L →ₗ⁅R⁆ L'\nh : Function.Surjective ↑f\nh' : map f ⊤ = ⊤\n⊢ map f (lowerCentralSeries R L L k) = lowerCentralSeries R L' L' k", "s...
[ 618, 87 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 611, 1 ]
Mathlib/Data/List/Palindrome.lean
List.Palindrome.append_reverse
[ { "state_after": "case a\nα : Type u_1\nβ : Type ?u.1074\nl✝ l : List α\n⊢ reverse (l ++ reverse l) = l ++ reverse l", "state_before": "α : Type u_1\nβ : Type ?u.1074\nl✝ l : List α\n⊢ Palindrome (l ++ reverse l)", "tactic": "apply of_reverse_eq" }, { "state_after": "no goals", "state_before...
[ 73, 39 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 71, 1 ]
Mathlib/Analysis/Calculus/ContDiffDef.lean
ContDiff.contDiffAt
[]
[ 1422, 32 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1421, 1 ]
Mathlib/Algebra/GradedMonoid.lean
GradedMonoid.list_prod_ofFn_eq_dProd
[ { "state_after": "no goals", "state_before": "ι : Type u_1\nα : Type ?u.51491\nA : ι → Type u_2\ninst✝¹ : AddMonoid ι\ninst✝ : GMonoid A\nn : ℕ\nf : Fin n → GradedMonoid A\n⊢ List.prod (List.ofFn f) =\n mk (List.dProdIndex (List.finRange n) fun i => (f i).fst)\n (List.dProd (List.finRange n) (fun i ...
[ 424, 64 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 421, 1 ]
Mathlib/MeasureTheory/Integral/SetToL1.lean
MeasureTheory.setToFun_neg
[ { "state_after": "case pos\nα : Type u_1\nE : Type u_2\nF : Type u_3\nF' : Type ?u.1458556\nG : Type ?u.1458559\n𝕜 : Type ?u.1458562\np : ℝ≥0∞\ninst✝⁷ : NormedAddCommGroup E\ninst✝⁶ : NormedSpace ℝ E\ninst✝⁵ : NormedAddCommGroup F\ninst✝⁴ : NormedSpace ℝ F\ninst✝³ : NormedAddCommGroup F'\ninst✝² : NormedSpace ...
[ 1404, 37 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1398, 1 ]
Mathlib/Logic/Basic.lean
forall_prop_congr
[]
[ 915, 77 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 913, 1 ]
Mathlib/LinearAlgebra/TensorProduct.lean
TensorProduct.map_smul_right
[ { "state_after": "case H.h.h\nR : Type u_1\ninst✝¹⁸ : CommSemiring R\nR' : Type ?u.1007951\ninst✝¹⁷ : Monoid R'\nR'' : Type ?u.1007957\ninst✝¹⁶ : Semiring R''\nM : Type u_2\nN : Type u_4\nP : Type u_3\nQ : Type u_5\nS : Type ?u.1007975\ninst✝¹⁵ : AddCommMonoid M\ninst✝¹⁴ : AddCommMonoid N\ninst✝¹³ : AddCommMono...
[ 810, 81 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 808, 1 ]
Mathlib/Analysis/Convex/SpecificFunctions/Basic.lean
strictConcaveOn_log_Iio
[ { "state_after": "⊢ ∀ ⦃x : ℝ⦄,\n x ∈ Iio 0 →\n ∀ ⦃y : ℝ⦄,\n y ∈ Iio 0 → x ≠ y → ∀ ⦃a b : ℝ⦄, 0 < a → 0 < b → a + b = 1 → a • log x + b • log y < log (a • x + b • y)", "state_before": "⊢ StrictConcaveOn ℝ (Iio 0) log", "tactic": "refine' ⟨convex_Iio _, _⟩" }, { "state_after": "x : ...
[ 295, 36 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 285, 1 ]
Mathlib/Algebra/Algebra/Operations.lean
Submodule.mem_span_mul_finite_of_mem_span_mul
[ { "state_after": "case intro.intro\nι : Sort uι\nR✝ : Type u\ninst✝⁶ : CommSemiring R✝\nA✝ : Type v\ninst✝⁵ : Semiring A✝\ninst✝⁴ : Algebra R✝ A✝\nS✝ T : Set A✝\nM N P Q : Submodule R✝ A✝\nm n : A✝\nR : Type u_1\nA : Type u_2\ninst✝³ : Semiring R\ninst✝² : AddCommMonoid A\ninst✝¹ : Mul A\ninst✝ : Module R A\nS ...
[ 348, 13 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 340, 1 ]
Mathlib/LinearAlgebra/Determinant.lean
LinearMap.associated_det_comp_equiv
[ { "state_after": "R : Type u_2\ninst✝⁸ : CommRing R\nM : Type u_3\ninst✝⁷ : AddCommGroup M\ninst✝⁶ : Module R M\nM' : Type ?u.2243677\ninst✝⁵ : AddCommGroup M'\ninst✝⁴ : Module R M'\nι : Type ?u.2244219\ninst✝³ : DecidableEq ι\ninst✝² : Fintype ι\ne✝ : Basis ι R M\nN : Type u_1\ninst✝¹ : AddCommGroup N\ninst✝ :...
[ 505, 34 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 499, 1 ]
Mathlib/Topology/Order/Basic.lean
Ioc_mem_nhdsWithin_Ioi
[]
[ 409, 65 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 408, 1 ]
Mathlib/CategoryTheory/Abelian/Homology.lean
homology.map_eq_lift_desc'_left
[ { "state_after": "A : Type u\ninst✝¹ : Category A\ninst✝ : Abelian A\nX Y Z : A\nf : X ⟶ Y\ng : Y ⟶ Z\nw : f ≫ g = 0\nX' Y' Z' : A\nf' : X' ⟶ Y'\ng' : Y' ⟶ Z'\nw' : f' ≫ g' = 0\nα : Arrow.mk f ⟶ Arrow.mk f'\nβ : Arrow.mk g ⟶ Arrow.mk g'\nh : α.right = β.left\n⊢ f ≫ α.right ≫ cokernel.π f' = 0", "state_befor...
[ 276, 7 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 260, 1 ]
Mathlib/Algebra/ContinuedFractions/Translations.lean
GeneralizedContinuedFraction.zeroth_continuant_aux_eq_one_zero
[]
[ 123, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 122, 1 ]
Mathlib/CategoryTheory/Monoidal/Opposite.lean
CategoryTheory.mop_tensorUnit
[]
[ 215, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 214, 1 ]
Mathlib/CategoryTheory/Limits/Shapes/Equalizers.lean
CategoryTheory.Limits.Cofork.app_zero_eq_comp_π_right
[ { "state_after": "no goals", "state_before": "C : Type u\ninst✝ : Category C\nX Y : C\nf g : X ⟶ Y\ns : Cofork f g\n⊢ s.ι.app zero = g ≫ π s", "tactic": "rw [← s.app_one_eq_π, ← s.w right, parallelPair_map_right]" } ]
[ 356, 61 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 355, 1 ]
Mathlib/Data/Set/UnionLift.lean
Set.preimage_iUnionLift
[ { "state_after": "case h\nα : Type u_2\nι : Sort u_3\nβ : Type u_1\nS : ι → Set α\nf : (i : ι) → ↑(S i) → β\nhf :\n ∀ (i j : ι) (x : α) (hxi : x ∈ S i) (hxj : x ∈ S j),\n f i { val := x, property := hxi } = f j { val := x, property := hxj }\nT : Set α\nhT : T ⊆ iUnion S\nhT' : T = iUnion S\nt : Set β\nx : ↑...
[ 93, 33 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 82, 1 ]
Mathlib/Order/UpperLower/Basic.lean
LowerSet.coe_iSup
[ { "state_after": "no goals", "state_before": "α : Type u_1\nβ : Type ?u.69615\nγ : Type ?u.69618\nι : Sort u_2\nκ : ι → Sort ?u.69626\ninst✝ : LE α\nS : Set (LowerSet α)\ns t : LowerSet α\na : α\nf : ι → LowerSet α\n⊢ ↑(⨆ (i : ι), f i) = ⋃ (i : ι), ↑(f i)", "tactic": "simp_rw [iSup, coe_sSup, mem_range,...
[ 703, 72 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 702, 1 ]
Mathlib/Algebra/Ring/Equiv.lean
RingEquiv.symm_symm
[]
[ 269, 19 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 268, 1 ]
Mathlib/Data/Fin/Basic.lean
Fin.cast_addNat_left
[ { "state_after": "case h\nn✝ m✝ n n' m : ℕ\ni : Fin n'\nh : n' + m = n + m\n⊢ ↑(↑(cast h) (↑(addNat m) i)) = ↑(↑(addNat m) (↑(cast (_ : n' = n)) i))", "state_before": "n✝ m✝ n n' m : ℕ\ni : Fin n'\nh : n' + m = n + m\n⊢ ↑(cast h) (↑(addNat m) i) = ↑(addNat m) (↑(cast (_ : n' = n)) i)", "tactic": "ext" ...
[ 1381, 7 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1378, 1 ]
Mathlib/RingTheory/IntegralClosure.lean
RingHom.is_integral_mul
[]
[ 524, 100 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 521, 1 ]
Mathlib/Order/Filter/AtTopBot.lean
Filter.eventually_le_atBot
[]
[ 190, 14 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 189, 1 ]
Mathlib/Analysis/SpecialFunctions/Pow/NNReal.lean
ENNReal.rpow_neg
[ { "state_after": "case none\ny : ℝ\n⊢ none ^ (-y) = (none ^ y)⁻¹\n\ncase some\ny : ℝ\nx : ℝ≥0\n⊢ Option.some x ^ (-y) = (Option.some x ^ y)⁻¹", "state_before": "x : ℝ≥0∞\ny : ℝ\n⊢ x ^ (-y) = (x ^ y)⁻¹", "tactic": "cases' x with x" }, { "state_after": "no goals", "state_before": "case none\ny...
[ 445, 65 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 437, 1 ]
Mathlib/Order/Basic.lean
min_rec'
[]
[ 949, 34 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 948, 1 ]
Mathlib/Analysis/Calculus/Deriv/Add.lean
HasDerivAtFilter.sub
[ { "state_after": "no goals", "state_before": "𝕜 : Type u\ninst✝⁴ : NontriviallyNormedField 𝕜\nF : Type v\ninst✝³ : NormedAddCommGroup F\ninst✝² : NormedSpace 𝕜 F\nE : Type w\ninst✝¹ : NormedAddCommGroup E\ninst✝ : NormedSpace 𝕜 E\nf f₀ f₁ g : 𝕜 → F\nf' f₀' f₁' g' : F\nx : 𝕜\ns t : Set 𝕜\nL : Filter �...
[ 296, 50 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 294, 1 ]
Mathlib/LinearAlgebra/QuadraticForm/Basic.lean
QuadraticForm.zero_apply
[]
[ 408, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 407, 1 ]
Mathlib/Logic/Equiv/Fin.lean
finCongr_symm_apply_coe
[]
[ 126, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 125, 1 ]
Mathlib/LinearAlgebra/Basis.lean
Basis.constr_apply
[ { "state_after": "ι : Type u_4\nι' : Type ?u.502339\nR : Type u_3\nR₂ : Type ?u.502345\nK : Type ?u.502348\nM : Type u_2\nM' : Type u_1\nM'' : Type ?u.502357\nV : Type u\nV' : Type ?u.502362\ninst✝⁷ : Semiring R\ninst✝⁶ : AddCommMonoid M\ninst✝⁵ : Module R M\ninst✝⁴ : AddCommMonoid M'\ninst✝³ : Module R M'\nb b...
[ 632, 55 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 629, 1 ]
Mathlib/Analysis/NormedSpace/Exponential.lean
exp_sum_of_commute
[ { "state_after": "case empty\n𝕂 : Type u_3\n𝔸 : Type u_2\n𝔹 : Type ?u.372921\ninst✝⁵ : IsROrC 𝕂\ninst✝⁴ : NormedRing 𝔸\ninst✝³ : NormedAlgebra 𝕂 𝔸\ninst✝² : NormedRing 𝔹\ninst✝¹ : NormedAlgebra 𝕂 𝔹\ninst✝ : CompleteSpace 𝔸\nι : Type u_1\ns : Finset ι\nf : ι → 𝔸\nh✝ : Set.Pairwise ↑s fun i j => Commu...
[ 509, 79 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 499, 1 ]
Mathlib/RingTheory/FreeRing.lean
FreeRing.lift_comp_of
[]
[ 93, 19 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 92, 1 ]
Mathlib/LinearAlgebra/QuadraticForm/Basic.lean
QuadraticForm.sub_apply
[]
[ 522, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 521, 1 ]
Mathlib/Analysis/Normed/Group/Basic.lean
Subgroup.norm_coe
[]
[ 2674, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 2673, 1 ]
Mathlib/Data/Finsupp/Basic.lean
Finsupp.prod_filter_index
[ { "state_after": "no goals", "state_before": "α : Type u_2\nβ : Type ?u.475516\nγ : Type ?u.475519\nι : Type ?u.475522\nM : Type u_3\nM' : Type ?u.475528\nN : Type u_1\nP : Type ?u.475534\nG : Type ?u.475537\nH : Type ?u.475540\nR : Type ?u.475543\nS : Type ?u.475546\ninst✝¹ : Zero M\np : α → Prop\nf : α →₀...
[ 947, 35 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 942, 1 ]
Mathlib/CategoryTheory/Monoidal/Functor.lean
CategoryTheory.MonoidalFunctor.map_leftUnitor
[ { "state_after": "C : Type u₁\ninst✝³ : Category C\ninst✝² : MonoidalCategory C\nD : Type u₂\ninst✝¹ : Category D\ninst✝ : MonoidalCategory D\nF : MonoidalFunctor C D\nX : C\n⊢ F.map (λ_ X).hom =\n inv (LaxMonoidalFunctor.μ F.toLaxMonoidalFunctor (𝟙_ C) X) ≫\n (inv F.ε ⊗ 𝟙 (F.obj X)) ≫\n (F.ε ⊗...
[ 214, 7 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 208, 1 ]
Mathlib/Data/Finset/Slice.lean
Set.Sized.univ_mem_iff
[]
[ 94, 29 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 93, 1 ]
Mathlib/Order/Filter/Pointwise.lean
Filter.smul_eq_bot_iff
[]
[ 989, 18 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 988, 1 ]
Mathlib/Data/Dfinsupp/Basic.lean
Dfinsupp.coe_zsmul
[]
[ 336, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 335, 1 ]
Mathlib/Computability/Primrec.lean
Primrec.fin_succ
[ { "state_after": "no goals", "state_before": "α : Type ?u.360281\nβ : Type ?u.360284\nγ : Type ?u.360287\nσ : Type ?u.360290\ninst✝³ : Primcodable α\ninst✝² : Primcodable β\ninst✝¹ : Primcodable γ\ninst✝ : Primcodable σ\nn : ℕ\n⊢ Primrec fun a => ↑(Fin.succ a)", "tactic": "simp [succ.comp fin_val]" } ...
[ 1281, 47 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1280, 1 ]
Mathlib/Analysis/MeanInequalitiesPow.lean
Real.rpow_arith_mean_le_arith_mean_rpow
[]
[ 102, 42 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 99, 1 ]
Mathlib/Analysis/Calculus/Deriv/Linear.lean
ContinuousLinearMap.deriv
[]
[ 70, 21 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 69, 11 ]
Mathlib/Data/Real/CauSeq.lean
CauSeq.cauchy
[]
[ 160, 93 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 160, 1 ]
Mathlib/SetTheory/Ordinal/FixedPoint.lean
Ordinal.nfpFamily_monotone
[]
[ 87, 93 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 86, 1 ]
Mathlib/Topology/VectorBundle/Basic.lean
Pretrivialization.linearMapAt_eq_zero
[]
[ 151, 13 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 149, 1 ]
Mathlib/Topology/UniformSpace/Basic.lean
uniformSpace_eq
[ { "state_after": "α : Type ua\nβ : Type ub\nγ : Type uc\nδ : Type ud\nι : Sort ?u.27706\nt₁ : TopologicalSpace α\nu₁ : UniformSpace.Core α\no₁ : ∀ (s : Set α), IsOpen s ↔ ∀ (x : α), x ∈ s → {p | p.fst = x → p.snd ∈ s} ∈ u₁.uniformity\nt₂ : TopologicalSpace α\no₂ : ∀ (s : Set α), IsOpen s ↔ ∀ (x : α), x ∈ s → {p...
[ 369, 8 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 365, 1 ]
Mathlib/Topology/PathConnected.lean
JoinedIn.joined
[]
[ 859, 15 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 858, 1 ]
Mathlib/Algebra/Order/ToIntervalMod.lean
toIcoMod_apply_right
[ { "state_after": "α : Type u_1\ninst✝ : LinearOrderedAddCommGroup α\nhα : Archimedean α\np : α\nhp : 0 < p\na✝ b c : α\nn : ℤ\na : α\n⊢ a < a + p ∧ ∃ z, a + p = a + z • p", "state_before": "α : Type u_1\ninst✝ : LinearOrderedAddCommGroup α\nhα : Archimedean α\np : α\nhp : 0 < p\na✝ b c : α\nn : ℤ\na : α\n⊢ ...
[ 226, 47 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 224, 1 ]
Mathlib/Analysis/Normed/Group/Quotient.lean
quotient_nhd_basis
[ { "state_after": "case this\nM : Type u_1\nN : Type ?u.386793\ninst✝¹ : SeminormedAddCommGroup M\ninst✝ : SeminormedAddCommGroup N\nS : AddSubgroup M\n⊢ ∀ (ε : ℝ), mk '' ball 0 ε = {x | ‖x‖ < ε}\n\nM : Type u_1\nN : Type ?u.386793\ninst✝¹ : SeminormedAddCommGroup M\ninst✝ : SeminormedAddCommGroup N\nS : AddSubg...
[ 239, 38 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 232, 1 ]
Mathlib/Data/Nat/Order/Basic.lean
Nat.mul_self_le_mul_self_iff
[]
[ 294, 70 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 293, 1 ]
Mathlib/Data/Real/NNReal.lean
Real.toNNReal_lt_toNNReal_iff
[]
[ 646, 51 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 644, 1 ]
Mathlib/Topology/LocalHomeomorph.lean
LocalHomeomorph.continuousOn
[]
[ 102, 21 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 101, 11 ]
Mathlib/GroupTheory/Perm/Sign.lean
Equiv.Perm.Disjoint.orderOf
[ { "state_after": "no goals", "state_before": "α : Type u\nβ : Type v\nσ τ : Perm α\nhστ : Disjoint σ τ\nn : ℕ\n⊢ (σ * τ) ^ n = 1 ↔ σ ^ n = 1 ∧ τ ^ n = 1", "tactic": "rw [hστ.commute.mul_pow, Disjoint.mul_eq_one_iff (hστ.pow_disjoint_pow n n)]" } ]
[ 180, 93 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 173, 8 ]
Mathlib/Algebra/CubicDiscriminant.lean
Cubic.card_roots_of_disc_ne_zero
[ { "state_after": "R : Type ?u.1301913\nS : Type ?u.1301916\nF : Type u_2\nK : Type u_1\nP : Cubic F\ninst✝² : Field F\ninst✝¹ : Field K\nφ : F →+* K\nx y z : K\ninst✝ : DecidableEq K\nha : P.a ≠ 0\nh3 : roots (map φ P) = {x, y, z}\nhd : disc P ≠ 0\n⊢ ∃ x y z, roots (map φ P) = {x, y, z}", "state_before": "R...
[ 601, 26 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 597, 1 ]
Mathlib/Data/Set/Basic.lean
Set.union_eq_left_iff_subset
[]
[ 800, 14 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 799, 1 ]
Mathlib/Data/Polynomial/Basic.lean
Polynomial.erase_ne
[ { "state_after": "no goals", "state_before": "R : Type u\na b : R\nm n✝ : ℕ\ninst✝ : Semiring R\np✝ q p : R[X]\nn i : ℕ\nh : i ≠ n\n⊢ coeff (erase n p) i = coeff p i", "tactic": "simp [coeff_erase, h]" } ]
[ 1072, 24 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1071, 1 ]