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/Algebra/Algebra/Unitization.lean
Unitization.snd_zero
[]
[ 219, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 218, 1 ]
Mathlib/FieldTheory/Finite/Basic.lean
FiniteField.isSquare_iff
[ { "state_after": "K : Type ?u.1283171\nR : Type ?u.1283174\nF : Type u_1\ninst✝¹ : Field F\ninst✝ : Fintype F\nhF : ringChar F ≠ 2\na : F\nha : a ≠ 0\n⊢ IsSquare (Units.mk0 a ha) ↔ IsSquare a", "state_before": "K : Type ?u.1283171\nR : Type ?u.1283174\nF : Type u_1\ninst✝¹ : Field F\ninst✝ : Fintype F\nhF :...
[ 569, 38 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 560, 1 ]
Mathlib/Order/Filter/Basic.lean
Filter.eventuallyEq_of_left_inv_of_right_inv
[]
[ 2873, 95 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 2870, 1 ]
Mathlib/Analysis/Convex/Star.lean
starConvex_zero_iff
[ { "state_after": "case refine'_1\n𝕜 : Type u_1\nE : Type u_2\nF : Type ?u.92819\ninst✝² : OrderedRing 𝕜\ninst✝¹ : AddCommMonoid E\ninst✝ : SMulWithZero 𝕜 E\ns : Set E\nx : E\nx✝ : x ∈ s\nh : ∀ ⦃a b : 𝕜⦄, 0 ≤ a → 0 ≤ b → a + b = 1 → a • 0 + b • x ∈ s\na : 𝕜\nha₀ : 0 ≤ a\nha₁ : a ≤ 1\n⊢ a • x ∈ s\n\ncase ref...
[ 326, 63 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 319, 1 ]
Mathlib/Init/Algebra/Classes.lean
not_lt_of_lt
[]
[ 432, 58 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 430, 1 ]
Mathlib/RingTheory/Localization/Basic.lean
IsLocalization.lift_spec_mul_add
[ { "state_after": "R : Type u_1\ninst✝⁴ : CommSemiring R\nM : Submonoid R\nS : Type u_3\ninst✝³ : CommSemiring S\ninst✝² : Algebra R S\nP : Type u_2\ninst✝¹ : CommSemiring P\ninst✝ : IsLocalization M S\ng : R →+* P\nhg : ∀ (y : { x // x ∈ M }), IsUnit (↑g ↑y)\nz : S\nw w' v : (fun x => P) z\n⊢ ↑↑(RingHom.toMonoi...
[ 473, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 468, 1 ]
Mathlib/Data/Finset/Lattice.lean
Finset.sup_sdiff_left
[ { "state_after": "case refine'_1\nF : Type ?u.198274\nα : Type u_2\nβ : Type ?u.198280\nγ : Type ?u.198283\nι : Type u_1\nκ : Type ?u.198289\ninst✝ : BooleanAlgebra α\ns✝ s : Finset ι\nf : ι → α\na : α\n⊢ (sup ∅ fun b => a \\ f b) = a \\ inf ∅ f\n\ncase refine'_2\nF : Type ?u.198274\nα : Type u_2\nβ : Type ?u.1...
[ 621, 42 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 617, 1 ]
Mathlib/Data/Set/Pointwise/Interval.lean
Set.preimage_const_mul_Iic
[]
[ 612, 37 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 611, 1 ]
Mathlib/RingTheory/IntegralClosure.lean
isIntegral_zero
[]
[ 481, 36 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 480, 1 ]
Mathlib/Topology/MetricSpace/GromovHausdorffRealized.lean
GromovHausdorff.maxVar_bound
[ { "state_after": "no goals", "state_before": "X : Type u\nY : Type v\ninst✝⁵ : MetricSpace X\ninst✝⁴ : CompactSpace X\ninst✝³ : Nonempty X\ninst✝² : MetricSpace Y\ninst✝¹ : CompactSpace Y\ninst✝ : Nonempty Y\nf : GromovHausdorff.ProdSpaceFun X Y\nx y z t : X ⊕ Y\n⊢ diam univ = diam (range inl ∪ range inr)",...
[ 121, 88 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 108, 9 ]
Mathlib/Data/List/AList.lean
AList.insertRec_insert
[ { "state_after": "case mk\nα : Type u\nβ : α → Type v\ninst✝ : DecidableEq α\nC : AList β → Sort u_1\nH0 : C ∅\nIH : (a : α) → (b : β a) → (l : AList β) → ¬a ∈ l → C l → C (insert a b l)\nc : Sigma β\nl : List (Sigma β)\nhl : NodupKeys l\nh : ¬c.fst ∈ { entries := l, nodupKeys := hl }\n⊢ insertRec H0 IH (insert...
[ 387, 17 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 376, 1 ]
Mathlib/Analysis/BoxIntegral/Partition/Basic.lean
BoxIntegral.Prepartition.iUnion_ofWithBot
[ { "state_after": "ι : Type u_1\nI J J₁ J₂ : Box ι\nπ π₁ π₂ : Prepartition I\nx : ι → ℝ\nπi πi₁ πi₂ : (J : Box ι) → Prepartition J\nboxes : Finset (WithBot (Box ι))\nle_of_mem : ∀ (J : WithBot (Box ι)), J ∈ boxes → J ≤ ↑I\npairwise_disjoint : Set.Pairwise (↑boxes) Disjoint\n⊢ (⋃ (J : Box ι) (_ : ↑J ∈ boxes), ↑J)...
[ 431, 28 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 424, 1 ]
Mathlib/Order/Filter/Germ.lean
Filter.const_eventuallyEq
[]
[ 67, 35 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 66, 1 ]
Mathlib/Data/Int/Cast/Lemmas.lean
Int.cast_natAbs
[ { "state_after": "case ofNat\nF : Type ?u.33869\nι : Type ?u.33872\nα : Type u_1\nβ : Type ?u.33878\ninst✝ : LinearOrderedRing α\na b : ℤ\na✝ : ℕ\n⊢ ↑(natAbs (ofNat a✝)) = ↑(abs (ofNat a✝))\n\ncase negSucc\nF : Type ?u.33869\nι : Type ?u.33872\nα : Type u_1\nβ : Type ?u.33878\ninst✝ : LinearOrderedRing α\na b :...
[ 210, 73 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 207, 1 ]
Mathlib/Algebra/Star/Subalgebra.lean
Subalgebra.coe_star
[]
[ 368, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 367, 1 ]
Mathlib/Algebra/FreeAlgebra.lean
FreeAlgebra.liftAux_eq
[ { "state_after": "R : Type u_1\ninst✝² : CommSemiring R\nX : Type u_2\nA : Type u_3\ninst✝¹ : Semiring A\ninst✝ : Algebra R A\nf : X → A\n⊢ FreeAlgebra.liftAux R f =\n ↑{ toFun := FreeAlgebra.liftAux R, invFun := fun F => ↑F ∘ ι R,\n left_inv := (_ : ∀ (f : X → A), (fun F => ↑F ∘ ι R) (FreeAlgebra.l...
[ 328, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 326, 1 ]
Mathlib/Data/Finset/Fold.lean
Finset.fold_insert
[ { "state_after": "α : Type u_1\nβ : Type u_2\nγ : Type ?u.4116\nop : β → β → β\nhc : IsCommutative β op\nha : IsAssociative β op\nf : α → β\nb : β\ns : Finset α\na : α\ninst✝ : DecidableEq α\nh : ¬a ∈ s\n⊢ Multiset.fold op b (Multiset.map f (insert a s).val) = op (f a) (Multiset.fold op b (Multiset.map f s.val)...
[ 58, 76 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 55, 1 ]
Mathlib/RingTheory/NonUnitalSubsemiring/Basic.lean
NonUnitalSubsemiring.centralizer_le
[]
[ 541, 27 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 539, 1 ]
Mathlib/Order/RelClasses.lean
wellFoundedLT_dual_iff
[]
[ 374, 37 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 373, 1 ]
Mathlib/Geometry/Euclidean/Angle/Unoriented/Basic.lean
InnerProductGeometry.angle_zero_right
[ { "state_after": "V : Type u_1\ninst✝¹ : NormedAddCommGroup V\ninst✝ : InnerProductSpace ℝ V\nx✝ y x : V\n⊢ arccos (inner x 0 / (‖x‖ * ‖0‖)) = π / 2", "state_before": "V : Type u_1\ninst✝¹ : NormedAddCommGroup V\ninst✝ : InnerProductSpace ℝ V\nx✝ y x : V\n⊢ angle x 0 = π / 2", "tactic": "unfold angle" ...
[ 129, 52 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 127, 1 ]
src/lean/Init/Data/Nat/Linear.lean
Nat.Linear.Poly.denote_le_cancel_eq
[]
[ 506, 86 ]
d5348dfac847a56a4595fb6230fd0708dcb4e7e9
https://github.com/leanprover/lean4
[ 505, 1 ]
Mathlib/RingTheory/Localization/Basic.lean
IsLocalization.isLocalization_iff_of_base_ringEquiv
[ { "state_after": "R : Type u_1\ninst✝³ : CommSemiring R\nM : Submonoid R\nS : Type u_3\ninst✝² : CommSemiring S\ninst✝¹ : Algebra R S\nP : Type u_2\ninst✝ : CommSemiring P\nh : R ≃+* P\nthis : Algebra P S := RingHom.toAlgebra (RingHom.comp (algebraMap R S) (RingEquiv.toRingHom (RingEquiv.symm h)))\n⊢ IsLocaliza...
[ 818, 36 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 804, 1 ]
Std/Data/PairingHeap.lean
Std.PairingHeapImp.Heap.noSibling_merge
[ { "state_after": "α : Type u_1\nle : α → α → Bool\ns₁ s₂ : Heap α\n⊢ NoSibling\n (match s₁, s₂ with\n | nil, nil => nil\n | nil, node a₂ c₂ sibling => node a₂ c₂ nil\n | node a₁ c₁ sibling, nil => node a₁ c₁ nil\n | node a₁ c₁ sibling, node a₂ c₂ sibling_1 =>\n if le a₁ a₂ = true then node a...
[ 94, 40 ]
e68aa8f5fe47aad78987df45f99094afbcb5e936
https://github.com/leanprover/std4
[ 91, 1 ]
Mathlib/RingTheory/NonZeroDivisors.lean
prod_zero_iff_exists_zero
[ { "state_after": "case mp\nM : Type ?u.75307\nM' : Type ?u.75310\nM₁ : Type u_1\nR : Type ?u.75316\nR' : Type ?u.75319\nF : Type ?u.75322\ninst✝⁶ : MonoidWithZero M\ninst✝⁵ : MonoidWithZero M'\ninst✝⁴ : CommMonoidWithZero M₁\ninst✝³ : Ring R\ninst✝² : CommRing R'\ninst✝¹ : NoZeroDivisors M₁\ninst✝ : Nontrivial ...
[ 180, 48 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 165, 1 ]
Mathlib/Order/SymmDiff.lean
symmDiff_sdiff_eq_sup
[ { "state_after": "ι : Type ?u.32022\nα : Type u_1\nβ : Type ?u.32028\nπ : ι → Type ?u.32033\ninst✝ : GeneralizedCoheytingAlgebra α\na b c d : α\n⊢ a \\ (b \\ a) ⊔ b \\ a = a ⊔ b", "state_before": "ι : Type ?u.32022\nα : Type u_1\nβ : Type ?u.32028\nπ : ι → Type ?u.32033\ninst✝ : GeneralizedCoheytingAlgebra ...
[ 184, 86 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 180, 1 ]
Mathlib/Data/Subtype.lean
Subtype.forall'
[]
[ 53, 47 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 52, 11 ]
Mathlib/CategoryTheory/Limits/Shapes/BinaryProducts.lean
CategoryTheory.Limits.BinaryCofan.mk_inr
[]
[ 336, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 335, 1 ]
Mathlib/Topology/Filter.lean
Filter.sInter_nhds
[]
[ 152, 37 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 150, 1 ]
Mathlib/Data/Polynomial/AlgebraMap.lean
Polynomial.coeff_zero_eq_aeval_zero
[ { "state_after": "no goals", "state_before": "R : Type u\nS : Type v\nT : Type w\nA : Type z\nA' : Type ?u.1112049\nB' : Type ?u.1112052\na b : R\nn : ℕ\ninst✝⁶ : CommSemiring A'\ninst✝⁵ : Semiring B'\ninst✝⁴ : CommSemiring R\np✝ q : R[X]\ninst✝³ : Semiring A\ninst✝² : Algebra R A\nB : Type ?u.1112265\ninst...
[ 321, 33 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 320, 1 ]
Mathlib/MeasureTheory/Constructions/BorelSpace/Basic.lean
measurableSet_interior
[]
[ 311, 32 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 310, 1 ]
Mathlib/Algebra/Order/Hom/Monoid.lean
monotone_iff_map_nonneg
[ { "state_after": "F : Type u_3\nα : Type u_1\nβ : Type u_2\nγ : Type ?u.37806\nδ : Type ?u.37809\ninst✝² : OrderedAddCommGroup α\ninst✝¹ : OrderedAddCommMonoid β\ninst✝ : AddMonoidHomClass F α β\nf : F\nh : Monotone ↑f\na : α\n⊢ 0 ≤ a → ↑f 0 ≤ ↑f a", "state_before": "F : Type u_3\nα : Type u_1\nβ : Type u_2...
[ 243, 58 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 238, 1 ]
Mathlib/Analysis/NormedSpace/Exponential.lean
expSeries_div_summable_of_mem_ball
[]
[ 347, 77 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 345, 1 ]
Mathlib/Topology/MetricSpace/GromovHausdorffRealized.lean
GromovHausdorff.HD_lipschitz_aux3
[]
[ 409, 79 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 407, 9 ]
Mathlib/Topology/SubsetProperties.lean
isPreirreducible_singleton
[]
[ 1712, 42 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1711, 1 ]
Std/Logic.lean
Decidable.or_iff_not_and_not
[ { "state_after": "no goals", "state_before": "a b : Prop\ninst✝¹ : Decidable a\ninst✝ : Decidable b\n⊢ a ∨ b ↔ ¬(¬a ∧ ¬b)", "tactic": "rw [← not_or, not_not]" } ]
[ 606, 25 ]
e68aa8f5fe47aad78987df45f99094afbcb5e936
https://github.com/leanprover/std4
[ 605, 1 ]
Mathlib/Analysis/Calculus/MeanValue.lean
StrictMonoOn.strictConvexOn_of_deriv
[ { "state_after": "E : Type ?u.445897\ninst✝³ : NormedAddCommGroup E\ninst✝² : NormedSpace ℝ E\nF : Type ?u.445993\ninst✝¹ : NormedAddCommGroup F\ninst✝ : NormedSpace ℝ F\nD : Set ℝ\nhD : Convex ℝ D\nf : ℝ → ℝ\nhf : ContinuousOn f D\nhf' : StrictMonoOn (deriv f) (interior D)\nx y z : ℝ\nhx : x ∈ D\nhz : z ∈ D\nh...
[ 1122, 68 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1104, 1 ]
src/lean/Init/SimpLemmas.lean
false_iff
[]
[ 96, 94 ]
d5348dfac847a56a4595fb6230fd0708dcb4e7e9
https://github.com/leanprover/lean4
[ 96, 9 ]
Mathlib/Data/Set/Lattice.lean
Set.iUnion_prod_of_monotone
[ { "state_after": "case h.mk\nα : Type u_1\nβ : Type u_2\nγ : Type u_3\nι : Sort ?u.237166\nι' : Sort ?u.237169\nι₂ : Sort ?u.237172\nκ : ι → Sort ?u.237177\nκ₁ : ι → Sort ?u.237182\nκ₂ : ι → Sort ?u.237187\nκ' : ι' → Sort ?u.237192\ninst✝ : SemilatticeSup α\ns : α → Set β\nt : α → Set γ\nhs : Monotone s\nht : M...
[ 1817, 58 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1811, 1 ]
Mathlib/MeasureTheory/Measure/MeasureSpaceDef.lean
MeasureTheory.measure_union_ne_top
[]
[ 321, 48 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 320, 1 ]
Mathlib/Analysis/InnerProductSpace/Basic.lean
real_inner_div_norm_mul_norm_eq_neg_one_of_ne_zero_of_neg_mul
[ { "state_after": "𝕜 : Type ?u.3160254\nE : Type ?u.3160257\nF : Type u_1\ninst✝⁴ : IsROrC 𝕜\ninst✝³ : NormedAddCommGroup E\ninst✝² : InnerProductSpace 𝕜 E\ninst✝¹ : NormedAddCommGroup F\ninst✝ : InnerProductSpace ℝ F\ndec_E : DecidableEq E\nx : F\nr : ℝ\nhx : x ≠ 0\nhr : r < 0\n⊢ r * (‖x‖ * ‖x‖) ≠ 0", "s...
[ 1586, 71 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1582, 1 ]
Mathlib/SetTheory/Cardinal/Basic.lean
Cardinal.cast_toNat_of_aleph0_le
[ { "state_after": "no goals", "state_before": "α β : Type u\nc : Cardinal\nh : ℵ₀ ≤ c\n⊢ ↑(↑toNat c) = 0", "tactic": "rw [toNat_apply_of_aleph0_le h, Nat.cast_zero]" } ]
[ 1690, 49 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1689, 1 ]
Mathlib/Data/Real/ENNReal.lean
ENNReal.add_le_add_iff_left
[]
[ 774, 30 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 773, 11 ]
Mathlib/Analysis/Convex/Between.lean
wbtw_smul_vadd_smul_vadd_of_nonneg_of_le
[ { "state_after": "R : Type u_1\nV : Type u_2\nV' : Type ?u.518717\nP : Type u_3\nP' : Type ?u.518723\ninst✝³ : LinearOrderedField R\ninst✝² : AddCommGroup V\ninst✝¹ : Module R V\ninst✝ : AddTorsor V P\nx : P\nv : V\nr₁ r₂ : R\nhr₁ : 0 ≤ r₁\nhr₂ : r₁ ≤ r₂\n⊢ ↑(lineMap x (r₂ • v +ᵥ x)) (r₁ / r₂) = r₁ • v +ᵥ x", ...
[ 771, 76 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 767, 1 ]
Mathlib/MeasureTheory/Integral/SetIntegral.lean
MeasureTheory.integral_Icc_eq_integral_Ioc'
[]
[ 612, 53 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 610, 1 ]
Mathlib/Computability/Halting.lean
Nat.Partrec'.to_part
[ { "state_after": "case prim\nn : ℕ\nf : Vector ℕ n →. ℕ\nn✝ : ℕ\nf✝ : Vector ℕ n✝ → ℕ\na✝ : Primrec' f✝\n⊢ _root_.Partrec ↑f✝\n\ncase comp\nn : ℕ\nf : Vector ℕ n →. ℕ\nm✝ n✝ : ℕ\nf✝ : Vector ℕ n✝ →. ℕ\ng✝ : Fin n✝ → Vector ℕ m✝ →. ℕ\na✝¹ : Partrec' f✝\na✝ : ∀ (i : Fin n✝), Partrec' (g✝ i)\na_ih✝¹ : _root_.Partr...
[ 306, 36 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 297, 1 ]
Mathlib/Analysis/NormedSpace/ContinuousAffineMap.lean
ContinuousAffineMap.neg_contLinear
[]
[ 148, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 147, 1 ]
Mathlib/GroupTheory/SpecificGroups/Dihedral.lean
DihedralGroup.card
[ { "state_after": "no goals", "state_before": "n : ℕ\ninst✝ : NeZero n\n⊢ Fintype.card (DihedralGroup n) = 2 * n", "tactic": "rw [← Fintype.card_eq.mpr ⟨fintypeHelper⟩, Fintype.card_sum, ZMod.card, two_mul]" } ]
[ 126, 83 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 125, 1 ]
Mathlib/RingTheory/Polynomial/RationalRoot.lean
den_dvd_of_is_root
[ { "state_after": "A : Type u_1\nK : Type u_2\ninst✝⁵ : CommRing A\ninst✝⁴ : IsDomain A\ninst✝³ : UniqueFactorizationMonoid A\ninst✝² : Field K\ninst✝¹ : Algebra A K\ninst✝ : IsFractionRing A K\np : A[X]\nr : K\nhr : ↑(aeval r) p = 0\n⊢ ↑(den A r) ∣ leadingCoeff p * num A r ^ natDegree p", "state_before": "A...
[ 118, 19 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 97, 1 ]
Mathlib/MeasureTheory/Function/StronglyMeasurable/Basic.lean
List.stronglyMeasurable_prod
[ { "state_after": "no goals", "state_before": "α : Type u_1\nβ : Type ?u.113287\nγ : Type ?u.113290\nι : Type ?u.113293\ninst✝³ : Countable ι\nf g : α → β\nM : Type u_2\ninst✝² : Monoid M\ninst✝¹ : TopologicalSpace M\ninst✝ : ContinuousMul M\nm : MeasurableSpace α\nl : List (α → M)\nhl : ∀ (f : α → M), f ∈ l...
[ 556, 72 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 553, 1 ]
Mathlib/Topology/Partial.lean
pcontinuous_iff'
[ { "state_after": "case mp\nα : Type u_1\nβ : Type u_2\ninst✝¹ : TopologicalSpace α\ninst✝ : TopologicalSpace β\nf : α →. β\n⊢ PContinuous f → ∀ {x : α} {y : β}, y ∈ f x → PTendsto' f (𝓝 x) (𝓝 y)\n\ncase mpr\nα : Type u_1\nβ : Type u_2\ninst✝¹ : TopologicalSpace α\ninst✝ : TopologicalSpace β\nf : α →. β\n⊢ (∀ ...
[ 86, 39 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 64, 1 ]
Mathlib/SetTheory/Ordinal/Arithmetic.lean
Ordinal.bmex_le_blsub
[]
[ 2103, 16 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 2101, 1 ]
Mathlib/Data/Nat/Dist.lean
Nat.dist_eq_sub_of_le_right
[ { "state_after": "n m : ℕ\nh : m ≤ n\n⊢ dist m n = n - m", "state_before": "n m : ℕ\nh : m ≤ n\n⊢ dist n m = n - m", "tactic": "rw [dist_comm]" }, { "state_after": "no goals", "state_before": "n m : ℕ\nh : m ≤ n\n⊢ dist m n = n - m", "tactic": "apply dist_eq_sub_of_le h" } ]
[ 54, 47 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 53, 1 ]
Mathlib/Topology/Algebra/Module/Basic.lean
ContinuousLinearEquiv.trans_apply
[]
[ 2032, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 2030, 1 ]
Mathlib/Algebra/Hom/Group.lean
MonoidWithZeroHom.coe_comp
[]
[ 1108, 59 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1107, 1 ]
Mathlib/CategoryTheory/Limits/Shapes/Equalizers.lean
CategoryTheory.Limits.isIso_colimit_cocone_parallelPair_of_eq
[]
[ 1051, 78 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1049, 1 ]
Mathlib/Combinatorics/SimpleGraph/Connectivity.lean
SimpleGraph.reachable_deleteEdges_iff_exists_cycle.aux
[ { "state_after": "V : Type u\nV' : Type v\nV'' : Type w\nG : SimpleGraph V\nG' : SimpleGraph V'\nG'' : SimpleGraph V''\ninst✝ : DecidableEq V\nu v w : V\nhb : ∀ (p : Walk G v w), Quotient.mk (Sym2.Rel.setoid V) (v, w) ∈ Walk.edges p\nc : Walk G u u\nhc : Walk.IsTrail c\nhe : Quotient.mk (Sym2.Rel.setoid V) (v, ...
[ 2495, 50 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 2471, 1 ]
Mathlib/Order/Basic.lean
exists_ge_of_linear
[]
[ 496, 31 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 493, 1 ]
Mathlib/GroupTheory/Index.lean
Subgroup.relindex_eq_zero_of_le_right
[]
[ 387, 79 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 386, 1 ]
Mathlib/Data/Subtype.lean
Subtype.coind_surjective
[]
[ 193, 24 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 190, 1 ]
Mathlib/Analysis/SpecialFunctions/Trigonometric/Basic.lean
Complex.cos_add_int_mul_two_pi
[]
[ 1244, 27 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1243, 1 ]
Mathlib/GroupTheory/MonoidLocalization.lean
Localization.mk_le_mk
[]
[ 1947, 10 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1946, 1 ]
Mathlib/Algebra/Lie/Submodule.lean
LieModuleHom.mem_range
[]
[ 1222, 10 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1221, 1 ]
Mathlib/MeasureTheory/Function/StronglyMeasurable/Basic.lean
MeasureTheory.AEFinStronglyMeasurable.neg
[]
[ 1888, 63 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1886, 11 ]
Mathlib/GroupTheory/MonoidLocalization.lean
Submonoid.LocalizationMap.map_mul_left
[ { "state_after": "no goals", "state_before": "M : Type u_2\ninst✝³ : CommMonoid M\nS : Submonoid M\nN : Type u_4\ninst✝² : CommMonoid N\nP : Type u_3\ninst✝¹ : CommMonoid P\nf : LocalizationMap S N\ng : M →* P\nhg : ∀ (y : { x // x ∈ S }), IsUnit (↑g ↑y)\nT : Submonoid P\nhy : ∀ (y : { x // x ∈ S }), ↑g ↑y ...
[ 1198, 33 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1197, 1 ]
Mathlib/SetTheory/ZFC/Basic.lean
ZFSet.not_mem_empty
[]
[ 828, 44 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 827, 1 ]
Mathlib/Analysis/SpecialFunctions/Pow/NNReal.lean
ENNReal.rpow_one_div_le_iff
[ { "state_after": "x y : ℝ≥0∞\nz : ℝ\nhz : 0 < z\n⊢ x ^ (1 / z) ≤ y ^ 1 ↔ x ≤ y ^ z", "state_before": "x y : ℝ≥0∞\nz : ℝ\nhz : 0 < z\n⊢ x ^ (1 / z) ≤ y ↔ x ≤ y ^ z", "tactic": "nth_rw 1 [← ENNReal.rpow_one y]" }, { "state_after": "x y : ℝ≥0∞\nz : ℝ\nhz : 0 < z\n⊢ x ^ (1 / z) ≤ y ^ (z * z⁻¹) ↔ x ≤...
[ 596, 80 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 593, 1 ]
Mathlib/NumberTheory/Padics/RingHoms.lean
PadicInt.nthHom_zero
[ { "state_after": "p : ℕ\nhp_prime : Fact (Nat.Prime p)\nR : Type u_1\ninst✝ : NonAssocSemiring R\nf : (k : ℕ) → R →+* ZMod (p ^ k)\nf_compat : ∀ (k1 k2 : ℕ) (hk : k1 ≤ k2), RingHom.comp (ZMod.castHom (_ : p ^ k1 ∣ p ^ k2) (ZMod (p ^ k1))) (f k2) = f k1\n⊢ (fun n => 0) = 0", "state_before": "p : ℕ\nhp_prime ...
[ 495, 62 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 495, 1 ]
Mathlib/Algebra/Algebra/Equiv.lean
AlgEquiv.invFun_eq_symm
[]
[ 344, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 343, 1 ]
Mathlib/CategoryTheory/Abelian/Pseudoelements.lean
CategoryTheory.Abelian.Pseudoelement.pseudo_exact_of_exact
[ { "state_after": "C : Type u\ninst✝¹ : Category C\ninst✝ : Abelian C\nP Q R : C\nf : P ⟶ Q\ng : Q ⟶ R\nh : Exact f g\na : Pseudoelement P\n⊢ pseudoApply 0 a = 0", "state_before": "C : Type u\ninst✝¹ : Category C\ninst✝ : Abelian C\nP Q R : C\nf : P ⟶ Q\ng : Q ⟶ R\nh : Exact f g\na : Pseudoelement P\n⊢ pseud...
[ 389, 10 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 361, 1 ]
Mathlib/Data/Finmap.lean
Finmap.lookup_erase
[]
[ 450, 41 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 449, 1 ]
Mathlib/Topology/Algebra/Polynomial.lean
Polynomial.continuousWithinAt_aeval
[]
[ 93, 40 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 91, 11 ]
Mathlib/Data/Polynomial/FieldDivision.lean
Polynomial.divByMonic_eq_div
[ { "state_after": "no goals", "state_before": "R : Type u\nS : Type v\nk : Type y\nA : Type z\na b : R\nn : ℕ\ninst✝ : Field R\np✝ q p : R[X]\nhq : Monic q\n⊢ p /ₘ q = ↑C (leadingCoeff q)⁻¹ * (p /ₘ (q * ↑C (leadingCoeff q)⁻¹))", "tactic": "simp only [Monic.def.1 hq, inv_one, C_1, one_mul, mul_one]" } ]
[ 207, 63 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 205, 1 ]
Mathlib/Data/Complex/Exponential.lean
Real.cosh_sub_sinh
[ { "state_after": "x y : ℝ\n⊢ ↑(cosh x - sinh x) = ↑(exp (-x))", "state_before": "x y : ℝ\n⊢ cosh x - sinh x = exp (-x)", "tactic": "rw [← ofReal_inj]" }, { "state_after": "no goals", "state_before": "x y : ℝ\n⊢ ↑(cosh x - sinh x) = ↑(exp (-x))", "tactic": "simp" } ]
[ 1423, 7 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1421, 1 ]
Mathlib/Data/Polynomial/RingDivision.lean
Polynomial.nthRoots_zero
[ { "state_after": "no goals", "state_before": "R : Type u\nS : Type v\nT : Type w\na b : R\nn : ℕ\ninst✝¹ : CommRing R\ninst✝ : IsDomain R\np q : R[X]\nr : R\n⊢ nthRoots 0 r = 0", "tactic": "simp only [empty_eq_zero, pow_zero, nthRoots, ← C_1, ← C_sub, roots_C]" } ]
[ 786, 73 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 785, 1 ]
Mathlib/Order/Lattice.lean
Prod.sup_def
[]
[ 1298, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1297, 1 ]
Mathlib/MeasureTheory/Integral/Lebesgue.lean
MeasureTheory.lintegral_indicator_const
[ { "state_after": "no goals", "state_before": "α : Type u_1\nβ : Type ?u.952854\nγ : Type ?u.952857\nδ : Type ?u.952860\nm : MeasurableSpace α\nμ ν : Measure α\ns : Set α\nhs : MeasurableSet s\nc : ℝ≥0∞\n⊢ (∫⁻ (a : α), indicator s (fun x => c) a ∂μ) = c * ↑↑μ s", "tactic": "rw [lintegral_indicator _ hs, ...
[ 793, 53 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 791, 1 ]
Mathlib/RingTheory/Multiplicity.lean
multiplicity.multiplicity_lt_iff_neg_dvd
[ { "state_after": "no goals", "state_before": "α : Type u_1\ninst✝¹ : Monoid α\ninst✝ : DecidableRel fun x x_1 => x ∣ x_1\na b : α\nk : ℕ\n⊢ multiplicity a b < ↑k ↔ ¬a ^ k ∣ b", "tactic": "rw [pow_dvd_iff_le_multiplicity, not_le]" } ]
[ 155, 98 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 154, 1 ]
Mathlib/MeasureTheory/Measure/Stieltjes.lean
StieltjesFunction.id_leftLim
[]
[ 266, 57 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 264, 1 ]
Mathlib/RingTheory/Artinian.lean
IsArtinianRing.localization_surjective
[ { "state_after": "R : Type u_1\ninst✝⁴ : CommRing R\ninst✝³ : IsArtinianRing R\nS : Submonoid R\nL : Type u_2\ninst✝² : CommRing L\ninst✝¹ : Algebra R L\ninst✝ : IsLocalization S L\nr' : L\n⊢ ∃ a, ↑(algebraMap R L) a = r'", "state_before": "R : Type u_1\ninst✝⁴ : CommRing R\ninst✝³ : IsArtinianRing R\nS : S...
[ 441, 72 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 429, 1 ]
Std/Data/RBMap/Lemmas.lean
Std.RBNode.Ordered.mem_find?
[ { "state_after": "α : Type u_1\ncmp : α → α → Ordering\ncut : α → Ordering\nt : RBNode α\nx : α\ninst✝¹ : TransCmp cmp\ninst✝ : IsStrictCut cmp cut\nht : Ordered cmp t\nx✝ : x ∈ t ∧ cut x = Ordering.eq\nhx : x ∈ t\ne : cut x = Ordering.eq\n⊢ x ∈ find? cut t", "state_before": "α : Type u_1\ncmp : α → α → Ord...
[ 212, 98 ]
e68aa8f5fe47aad78987df45f99094afbcb5e936
https://github.com/leanprover/std4
[ 208, 1 ]
Mathlib/Data/Polynomial/RingDivision.lean
Polynomial.leadingCoeff_divByMonic_X_sub_C
[ { "state_after": "R : Type u\nS : Type v\nT : Type w\na✝ b : R\nn : ℕ\ninst✝² : CommRing R\ninst✝¹ : IsDomain R\np✝ q p : R[X]\nhp : degree p ≠ 0\na : R\ninst✝ : Nontrivial R\n⊢ leadingCoeff (p /ₘ (X - ↑C a)) = leadingCoeff p", "state_before": "R : Type u\nS : Type v\nT : Type w\na✝ b : R\nn : ℕ\ninst✝¹ : C...
[ 1023, 55 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1017, 1 ]
Mathlib/Analysis/LocallyConvex/Basic.lean
Set.Finite.absorbs_iUnion
[ { "state_after": "case intro\n𝕜 : Type u_3\n𝕝 : Type ?u.5168\nE : Type u_2\nι✝ : Sort ?u.5174\nκ : ι✝ → Sort ?u.5179\ninst✝¹ : SeminormedRing 𝕜\ninst✝ : SMul 𝕜 E\ns✝ t✝ u v A B : Set E\nι : Type u_1\ns : Set E\nf : ι → Set E\nt : Finset ι\n⊢ Absorbs 𝕜 s (⋃ (i : ι) (_ : i ∈ ↑t), f i) ↔ ∀ (i : ι), i ∈ ↑t → A...
[ 119, 30 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 115, 1 ]
Mathlib/GroupTheory/Submonoid/Operations.lean
Submonoid.toAddSubmonoid_closure
[]
[ 109, 69 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 103, 1 ]
Mathlib/RingTheory/ClassGroup.lean
ClassGroup.mk_eq_one_iff
[ { "state_after": "R : Type u_2\nK : Type u_1\nL : Type ?u.1775691\ninst✝¹⁰ : CommRing R\ninst✝⁹ : Field K\ninst✝⁸ : Field L\ninst✝⁷ : DecidableEq L\ninst✝⁶ : Algebra R K\ninst✝⁵ : IsFractionRing R K\ninst✝⁴ : Algebra K L\ninst✝³ : FiniteDimensional K L\ninst✝² : Algebra R L\ninst✝¹ : IsScalarTower R K L\ninst✝ ...
[ 381, 15 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 367, 1 ]
Mathlib/Algebra/Regular/SMul.lean
isLeftRegular_iff
[]
[ 48, 10 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 47, 1 ]
Mathlib/Algebra/Order/Ring/Defs.lean
mul_nonneg_iff_left_nonneg_of_pos
[]
[ 935, 73 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 934, 1 ]
Mathlib/Analysis/Calculus/ParametricIntegral.lean
hasFDerivAt_integral_of_dominated_loc_of_lip'
[ { "state_after": "α : Type u_4\ninst✝⁷ : MeasurableSpace α\nμ : MeasureTheory.Measure α\n𝕜 : Type u_1\ninst✝⁶ : IsROrC 𝕜\nE : Type u_3\ninst✝⁵ : NormedAddCommGroup E\ninst✝⁴ : NormedSpace ℝ E\ninst✝³ : NormedSpace 𝕜 E\ninst✝² : CompleteSpace E\nH : Type u_2\ninst✝¹ : NormedAddCommGroup H\ninst✝ : NormedSpace...
[ 147, 46 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 74, 1 ]
Mathlib/CategoryTheory/Limits/Shapes/Pullbacks.lean
CategoryTheory.Limits.PullbackCone.mk_fst
[]
[ 601, 37 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 600, 1 ]
Mathlib/Analysis/Calculus/FormalMultilinearSeries.lean
FormalMultilinearSeries.ext
[]
[ 83, 11 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 82, 11 ]
Mathlib/Order/UpperLower/Hom.lean
UpperSet.coe_iciSupHom
[]
[ 39, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 38, 1 ]
Mathlib/Data/List/MinMax.lean
List.le_minimum_of_mem'
[]
[ 367, 35 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 366, 1 ]
Mathlib/RingTheory/Subsemiring/Basic.lean
Subsemiring.subset_closure
[]
[ 807, 98 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 807, 1 ]
Mathlib/Topology/Semicontinuous.lean
UpperSemicontinuousOn.add'
[]
[ 919, 40 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 915, 1 ]
Mathlib/Algebra/Module/Submodule/Pointwise.lean
Submodule.coe_set_neg
[]
[ 68, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 67, 1 ]
src/lean/Init/Data/Nat/Div.lean
Nat.div_rec_lemma
[]
[ 13, 65 ]
d5348dfac847a56a4595fb6230fd0708dcb4e7e9
https://github.com/leanprover/lean4
[ 12, 1 ]
Mathlib/Algebra/Order/Floor.lean
Nat.lt_ceil
[]
[ 283, 33 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 282, 1 ]
Mathlib/Order/Filter/Ultrafilter.lean
Ultrafilter.map_id
[]
[ 229, 23 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 228, 8 ]
Mathlib/Data/Dfinsupp/Basic.lean
Dfinsupp.subtypeDomain_smul
[]
[ 517, 28 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 514, 1 ]
Mathlib/Data/Finset/Lattice.lean
Finset.sup_mono_fun
[]
[ 151, 58 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 150, 1 ]
Mathlib/Data/Complex/Exponential.lean
Complex.abs_exp_ofReal
[ { "state_after": "x : ℝ\n⊢ ↑abs ↑(Real.exp x) = Real.exp x", "state_before": "x : ℝ\n⊢ ↑abs (exp ↑x) = Real.exp x", "tactic": "rw [← ofReal_exp]" }, { "state_after": "no goals", "state_before": "x : ℝ\n⊢ ↑abs ↑(Real.exp x) = Real.exp x", "tactic": "exact abs_of_nonneg (le_of_lt (Real.exp...
[ 2032, 50 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 2030, 1 ]