module string | startPos dict | endPos dict | nextStartPos dict | goals list | goalsAfter list | ppTac string | elaborator string | kind string |
|---|---|---|---|---|---|---|---|---|
Mathlib.Algebra.Order.CauSeq.BigOperators | {
"line": 181,
"column": 75
} | {
"line": 181,
"column": 86
} | {
"line": 181,
"column": 87
} | [
{
"pp": "α : Type u_1\ninst✝³ : Field α\ninst✝² : LinearOrder α\ninst✝¹ : IsStrictOrderedRing α\ninst✝ : Archimedean α\nf : ℕ → α\na : α\nm : ℕ\nham : ∀ n ≥ m, |f n| ≤ a\nhnm : ∀ n ≥ m, f n ≤ f n.succ\n⊢ ∀ n ≥ m, (-f) n.succ ≤ (-f) n",
"ppTerm": "?m.40",
"assigned": true,
"usedConstants": [
"A... | [
"α : Type u_1\ninst✝³ : Field α\ninst✝² : LinearOrder α\ninst✝¹ : IsStrictOrderedRing α\ninst✝ : Archimedean α\nf : ℕ → α\na : α\nm : ℕ\nham : ∀ n ≥ m, |f n| ≤ a\nhnm : ∀ n ≥ m, f n ≤ f n.succ\n⊢ ∀ (n : ℕ), m ≤ n → f n ≤ f (n + 1)"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 121,
"column": 4
} | {
"line": 121,
"column": 71
} | {
"line": 121,
"column": 72
} | [
{
"pp": "f : ℕ → ℝ\nR : ℝ\nA : Set.Ico 0 R ⊆ Set.Ioo (-R) R\nB : Set.Ioo 0 R ⊆ Set.Ioo (-R) R\ntfae_1_to_3 : (∃ a ∈ Set.Ioo (-R) R, f =o[atTop] fun x ↦ a ^ x) → ∃ a ∈ Set.Ioo (-R) R, f =O[atTop] fun x ↦ a ^ x\ntfae_2_to_1 : (∃ a ∈ Set.Ioo 0 R, f =o[atTop] fun x ↦ a ^ x) → ∃ a ∈ Set.Ioo (-R) R, f =o[atTop] fun x... | [
"f : ℕ → ℝ\nR : ℝ\nA : Set.Ico 0 R ⊆ Set.Ioo (-R) R\nB : Set.Ioo 0 R ⊆ Set.Ioo (-R) R\ntfae_1_to_3 : (∃ a ∈ Set.Ioo (-R) R, f =o[atTop] fun x ↦ a ^ x) → ∃ a ∈ Set.Ioo (-R) R, f =O[atTop] fun x ↦ a ^ x\ntfae_2_to_1 : (∃ a ∈ Set.Ioo 0 R, f =o[atTop] fun x ↦ a ^ x) → ∃ a ∈ Set.Ioo (-R) R, f =o[atTop] fun x ↦ a ^ x\ntf... | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Exp | {
"line": 216,
"column": 36
} | {
"line": 216,
"column": 47
} | {
"line": 216,
"column": 48
} | [
{
"pp": "y : ℝ\n⊢ y ≤ rexp (y - 1)",
"ppTerm": "?m.22",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"y : ℝ\n⊢ y ≤ rexp (y - 1)"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Exp | {
"line": 218,
"column": 2
} | {
"line": 218,
"column": 45
} | {
"line": 218,
"column": 46
} | [
{
"pp": "y : ℝ\nh_le : y ≤ rexp (y - 1)\nh_mul_le : y * rexp (-y) ≤ rexp (y - 1) * rexp (-y)\n⊢ y * rexp (-y) ≤ rexp (-1)",
"ppTerm": "?m.61",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"Real.instLE",
"Real",
"HMul.hMul",
"id",
"LE.le",
"Real.exp",
... | [
"y : ℝ\nh_le : y ≤ rexp (y - 1)\nh_mul_le : y * rexp (-y) ≤ rexp (y - 1) * rexp (-y)\n⊢ y * rexp (-y) ≤ rexp (-1)"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Algebra.Order.CauSeq.BigOperators | {
"line": 203,
"column": 2
} | {
"line": 203,
"column": 35
} | {
"line": 203,
"column": 36
} | [
{
"pp": "α : Type u_1\ninst✝³ : Field α\ninst✝² : LinearOrder α\ninst✝¹ : IsStrictOrderedRing α\ninst✝ : Archimedean α\na x : α\nhx1 : |x| < 1\n⊢ IsCauSeq abs fun m ↦ ∑ n ∈ range m, a * x ^ n",
"ppTerm": "?m.41",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"α : Type u_1\ninst✝³ : Field α\ninst✝² : LinearOrder α\ninst✝¹ : IsStrictOrderedRing α\ninst✝ : Archimedean α\na x : α\nhx1 : |x| < 1\n⊢ IsCauSeq abs fun m ↦ ∑ n ∈ range m, a * x ^ n"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Algebra.Order.CauSeq.BigOperators | {
"line": 213,
"column": 4
} | {
"line": 213,
"column": 52
} | {
"line": 213,
"column": 53
} | [
{
"pp": "case inl\nα : Type u_1\nβ : Type u_2\ninst✝⁵ : Field α\ninst✝⁴ : LinearOrder α\ninst✝³ : IsStrictOrderedRing α\ninst✝² : Ring β\nabv : β → α\ninst✝¹ : IsAbsoluteValue abv\ninst✝ : Archimedean α\nf : ℕ → β\nn m : ℕ\nhmn : n.succ ≤ m\nhr0 : 0 ≤ 0\nhr1 : 0 < 1\nh : ∀ (m : ℕ), n ≤ m → abv (f m.succ) ≤ 0 * ... | [
"case inl\nα : Type u_1\nβ : Type u_2\ninst✝⁵ : Field α\ninst✝⁴ : LinearOrder α\ninst✝³ : IsStrictOrderedRing α\ninst✝² : Ring β\nabv : β → α\ninst✝¹ : IsAbsoluteValue abv\ninst✝ : Archimedean α\nf : ℕ → β\nn m : ℕ\nhmn : n.succ ≤ m\nhr0 : 0 ≤ 0\nhr1 : 0 < 1\nh : ∀ (m : ℕ), n ≤ m → abv (f m.succ) ≤ 0 * abv (f m)\nh... | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Exp | {
"line": 278,
"column": 4
} | {
"line": 278,
"column": 33
} | {
"line": 279,
"column": 4
} | [
{
"pp": "case inl\nb c : ℝ\nhb : 0 < b\n⊢ Tendsto (fun x ↦ (b * rexp x + c) / x ^ 0) atTop atTop",
"ppTerm": "?inl",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"MulOne.toOne",
"Real",
"instHDiv",
"HMul.hMul",
"DivisionCommMonoid.toDivisionMonoid",
"Monoi... | [
"case inl\nb c : ℝ\nhb : 0 < b\n⊢ Tendsto (fun x ↦ b * rexp x + c) atTop atTop"
] | simp only [pow_zero, div_one] | Lean.Elab.Tactic.evalSimp | Lean.Parser.Tactic.simp |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 128,
"column": 8
} | {
"line": 128,
"column": 19
} | {
"line": 128,
"column": 20
} | [
{
"pp": "f : ℕ → ℝ\nR : ℝ\nA : Set.Ico 0 R ⊆ Set.Ioo (-R) R\nB : Set.Ioo 0 R ⊆ Set.Ioo (-R) R\ntfae_1_to_3 : (∃ a ∈ Set.Ioo (-R) R, f =o[atTop] fun x ↦ a ^ x) → ∃ a ∈ Set.Ioo (-R) R, f =O[atTop] fun x ↦ a ^ x\ntfae_2_to_1 : (∃ a ∈ Set.Ioo 0 R, f =o[atTop] fun x ↦ a ^ x) → ∃ a ∈ Set.Ioo (-R) R, f =o[atTop] fun x... | [
"f : ℕ → ℝ\nR : ℝ\nA : Set.Ico 0 R ⊆ Set.Ioo (-R) R\nB : Set.Ioo 0 R ⊆ Set.Ioo (-R) R\ntfae_1_to_3 : (∃ a ∈ Set.Ioo (-R) R, f =o[atTop] fun x ↦ a ^ x) → ∃ a ∈ Set.Ioo (-R) R, f =O[atTop] fun x ↦ a ^ x\ntfae_2_to_1 : (∃ a ∈ Set.Ioo 0 R, f =o[atTop] fun x ↦ a ^ x) → ∃ a ∈ Set.Ioo (-R) R, f =o[atTop] fun x ↦ a ^ x\ntf... | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.Normed.Group.Quotient | {
"line": 125,
"column": 4
} | {
"line": 125,
"column": 15
} | {
"line": 125,
"column": 16
} | [
{
"pp": "M : Type u_1\ninst✝ : SeminormedCommGroup M\nS T : Subgroup M\nx : M ⧸ S\nm : M\nr ε : ℝ\na : M\nthis✝ : Nonempty ↑{m | ↑m = ↑a}\nb : M\nthis : Nonempty ↑{m | ↑m = ↑b}\n⊢ dist 1 ↑⟨a * b, ⋯⟩ ≤ dist 1 ↑⟨a, ⋯⟩ + dist 1 ↑⟨b, ⋯⟩",
"ppTerm": "?m.132",
"assigned": true,
"usedConstants": [
"N... | [
"M : Type u_1\ninst✝ : SeminormedCommGroup M\nS T : Subgroup M\nx : M ⧸ S\nm : M\nr ε : ℝ\na : M\nthis✝ : Nonempty ↑{m | ↑m = ↑a}\nb : M\nthis : Nonempty ↑{m | ↑m = ↑b}\n⊢ ‖a * b‖ ≤ ‖a‖ + ‖b‖"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Exp | {
"line": 414,
"column": 2
} | {
"line": 414,
"column": 75
} | {
"line": 415,
"column": 4
} | [
{
"pp": "n : ℕ\n⊢ (fun x ↦ x ^ n) =o[atTop] rexp",
"ppTerm": "?m.12",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"Real",
"instHDiv",
"Real.instZero",
"NormedDivisionRing.toNorm",
"False.elim",
"NormedDivisionRing.toNormedRing",
"PseudoMetricSpace.t... | [
"n : ℕ\n⊢ Tendsto (fun x ↦ x ^ n / rexp x) atTop (𝓝 0)"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic | {
"line": 302,
"column": 2
} | {
"line": 302,
"column": 57
} | {
"line": 302,
"column": 58
} | [
{
"pp": "x : ℝ\nn : ℤ\n⊢ sin (↑n * π - x) = -((-1) ^ n * sin x)",
"ppTerm": "?m.24",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"x : ℝ\nn : ℤ\n⊢ sin (↑n * π - x) = -((-1) ^ n * sin x)"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic | {
"line": 305,
"column": 2
} | {
"line": 305,
"column": 37
} | {
"line": 305,
"column": 38
} | [
{
"pp": "x : ℝ\nn : ℕ\n⊢ sin (↑n * π - x) = -((-1) ^ n * sin x)",
"ppTerm": "?m.24",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"x : ℝ\nn : ℕ\n⊢ sin (↑n * π - x) = -((-1) ^ n * sin x)"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic | {
"line": 376,
"column": 2
} | {
"line": 376,
"column": 13
} | {
"line": 376,
"column": 14
} | [
{
"pp": "n : ℤ\n⊢ cos (↑n * π) = (-1) ^ n",
"ppTerm": "?m.14",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"n : ℤ\n⊢ cos (↑n * π) = (-1) ^ n"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic | {
"line": 382,
"column": 2
} | {
"line": 382,
"column": 13
} | {
"line": 382,
"column": 14
} | [
{
"pp": "n : ℕ\n⊢ cos (↑n * π) = (-1) ^ n",
"ppTerm": "?m.14",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"n : ℕ\n⊢ cos (↑n * π) = (-1) ^ n"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic | {
"line": 397,
"column": 2
} | {
"line": 397,
"column": 29
} | {
"line": 397,
"column": 30
} | [
{
"pp": "n : ℕ\n⊢ cos (↑n * (2 * π) + π) = -1",
"ppTerm": "?m.20",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"n : ℕ\n⊢ cos (↑n * (2 * π) + π) = -1"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic | {
"line": 400,
"column": 2
} | {
"line": 400,
"column": 29
} | {
"line": 400,
"column": 30
} | [
{
"pp": "n : ℤ\n⊢ cos (↑n * (2 * π) + π) = -1",
"ppTerm": "?m.20",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"n : ℤ\n⊢ cos (↑n * (2 * π) + π) = -1"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic | {
"line": 403,
"column": 2
} | {
"line": 403,
"column": 29
} | {
"line": 403,
"column": 30
} | [
{
"pp": "n : ℕ\n⊢ cos (↑n * (2 * π) - π) = -1",
"ppTerm": "?m.20",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"n : ℕ\n⊢ cos (↑n * (2 * π) - π) = -1"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic | {
"line": 406,
"column": 2
} | {
"line": 406,
"column": 29
} | {
"line": 406,
"column": 30
} | [
{
"pp": "n : ℤ\n⊢ cos (↑n * (2 * π) - π) = -1",
"ppTerm": "?m.20",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"n : ℤ\n⊢ cos (↑n * (2 * π) - π) = -1"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic | {
"line": 439,
"column": 4
} | {
"line": 439,
"column": 41
} | {
"line": 439,
"column": 42
} | [
{
"pp": "⊢ sin (π / 2) = 1 ∨ sin (π / 2) = -1",
"ppTerm": "?m.30",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"⊢ sin (π / 2) = 1 ∨ sin (π / 2) = -1"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Exp | {
"line": 466,
"column": 2
} | {
"line": 466,
"column": 32
} | {
"line": 466,
"column": 33
} | [
{
"pp": "⊢ Summable fun n ↦ rexp (-↑n)",
"ppTerm": "?m.7",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"⊢ Summable fun n ↦ rexp (-↑n)"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.Normed.Group.Quotient | {
"line": 204,
"column": 21
} | {
"line": 204,
"column": 60
} | {
"line": 204,
"column": 61
} | [
{
"pp": "M : Type u_1\ninst✝ : SeminormedCommGroup M\nS : Subgroup M\nm : M\nε : ℝ\nhε : 0 < ε\nn : M\nhn : ↑n = (mk' S) m\nhn' : ‖n‖ < ‖(mk' S) m‖ + ε\n⊢ m⁻¹ * n ∈ S",
"ppTerm": "?m.69",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"M : Type u_1\ninst✝ : SeminormedCommGroup M\nS : Subgroup M\nm : M\nε : ℝ\nhε : 0 < ε\nn : M\nhn : ↑n = (mk' S) m\nhn' : ‖n‖ < ‖(mk' S) m‖ + ε\n⊢ m⁻¹ * n ∈ S"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.Normed.Group.Quotient | {
"line": 284,
"column": 28
} | {
"line": 284,
"column": 49
} | {
"line": 284,
"column": 50
} | [
{
"pp": "M : Type u_1\nN : Type u_2\ninst✝¹ : SeminormedAddCommGroup M\ninst✝ : SeminormedAddCommGroup N\nS : AddSubgroup M\nm : M\n⊢ ‖(↑(mk' S)).toFun m‖ ≤ 1 * ‖m‖",
"ppTerm": "?m.21",
"assigned": true,
"usedConstants": [
"Norm.norm",
"Eq.mpr",
"Real.instLE",
"Real",
"... | [
"M : Type u_1\nN : Type u_2\ninst✝¹ : SeminormedAddCommGroup M\ninst✝ : SeminormedAddCommGroup N\nS : AddSubgroup M\nm : M\n⊢ ‖↑m‖ ≤ ‖m‖"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.Normed.Group.Quotient | {
"line": 308,
"column": 4
} | {
"line": 308,
"column": 19
} | {
"line": 308,
"column": 20
} | [
{
"pp": "case inl\nM : Type u_1\nN : Type u_2\ninst✝¹ : SeminormedAddCommGroup M\ninst✝ : SeminormedAddCommGroup N\nS : AddSubgroup M\nf : NormedAddGroupHom M N\nhf : ∀ x ∈ S, f x = 0\nh : ‖f‖ = 0\nx : M\n⊢ ‖(lift S f.toAddMonoidHom hf) ↑x‖ ≤ ‖f‖ * ‖↑x‖",
"ppTerm": "?inl",
"assigned": true,
"usedCon... | [
"case inl\nM : Type u_1\nN : Type u_2\ninst✝¹ : SeminormedAddCommGroup M\ninst✝ : SeminormedAddCommGroup N\nS : AddSubgroup M\nf : NormedAddGroupHom M N\nhf : ∀ x ∈ S, f x = 0\nh : ‖f‖ = 0\nx : M\n⊢ ‖f x‖ ≤ 0"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.Normed.Group.Quotient | {
"line": 328,
"column": 2
} | {
"line": 330,
"column": 11
} | {
"line": 331,
"column": 2
} | [
{
"pp": "M : Type u_1\ninst✝ : SeminormedAddCommGroup M\nS : AddSubgroup M\nh : ↑S.topologicalClosure = univ\nx : M\n⊢ ‖S.normedMk x‖ ≤ 0 * ‖x‖",
"ppTerm": "?m.30",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"QuotientAddGroup.instSeminormedAddCommGroup",
"congrArg",
"Set.... | [
"M : Type u_1\ninst✝ : SeminormedAddCommGroup M\nS : AddSubgroup M\nh : ↑S.topologicalClosure = univ\nx : M\nhker : x ∈ S.normedMk.ker.topologicalClosure\n⊢ ‖S.normedMk x‖ ≤ 0 * ‖x‖"
] | have hker : x ∈ S.normedMk.ker.topologicalClosure := by
rw [S.ker_normedMk, ← SetLike.mem_coe, h]
trivial | Lean.Parser.Tactic._aux_Init_Tactics___macroRules_Lean_Parser_Tactic_tacticHave___1 | Lean.Parser.Tactic.tacticHave__ |
Mathlib.Analysis.Normed.Group.Quotient | {
"line": 367,
"column": 38
} | {
"line": 367,
"column": 66
} | {
"line": 367,
"column": 67
} | [
{
"pp": "M : Type u_1\ninst✝ : SeminormedAddCommGroup M\nS : AddSubgroup M\nm : M\n⊢ ‖S.normedMk m‖ = sInf ((fun m_1 ↦ ‖m + m_1‖) '' ↑S.normedMk.ker)",
"ppTerm": "?m.16",
"assigned": true,
"usedConstants": [
"Norm.norm",
"Eq.mpr",
"Real",
"NormedAddGroupHom",
"QuotientA... | [
"M : Type u_1\ninst✝ : SeminormedAddCommGroup M\nS : AddSubgroup M\nm : M\n⊢ ‖↑m‖ = sInf ((fun m_1 ↦ ‖m + m_1‖) '' ↑S)"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.Normed.Group.Quotient | {
"line": 404,
"column": 2
} | {
"line": 404,
"column": 13
} | {
"line": 404,
"column": 14
} | [
{
"pp": "M : Type u_1\ninst✝¹ : SeminormedAddCommGroup M\nN : Type u_3\ninst✝ : SeminormedAddCommGroup N\nS : AddSubgroup M\nf : NormedAddGroupHom M N\nhf : ∀ s ∈ S, f s = 0\nfb : f.NormNoninc\nx : M ⧸ S\nfb' : ‖f‖ ≤ ↑1\n⊢ ‖(lift S f hf) x‖ ≤ ‖x‖",
"ppTerm": "?m.40",
"assigned": true,
"usedConstants... | [
"M : Type u_1\ninst✝¹ : SeminormedAddCommGroup M\nN : Type u_3\ninst✝ : SeminormedAddCommGroup N\nS : AddSubgroup M\nf : NormedAddGroupHom M N\nhf : ∀ s ∈ S, f s = 0\nfb : f.NormNoninc\nx : M ⧸ S\nfb' : ‖f‖ ≤ ↑1\n⊢ ‖(lift S f hf) x‖ ≤ ‖x‖"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.Normed.Module.RCLike.Real | {
"line": 91,
"column": 2
} | {
"line": 91,
"column": 42
} | {
"line": 91,
"column": 43
} | [
{
"pp": "case inr.inr\nE : Type u_1\ninst✝¹ : SeminormedAddCommGroup E\ninst✝ : NormedSpace ℝ E\nx y : E\nhr✝ : dist y x ≠ 0\nhr : 0 < dist y x\nhy : y ∈ interior (closedBall x (dist y x))\nf : ℝ → E := fun c ↦ c • (y - x) + x\nc : ℝ\nhc : c ∈ f ⁻¹' closedBall x (dist y x)\n⊢ ‖c‖ * dist y x ≤ 1 * dist y x",
... | [
"case inr.inr\nE : Type u_1\ninst✝¹ : SeminormedAddCommGroup E\ninst✝ : NormedSpace ℝ E\nx y : E\nhr✝ : dist y x ≠ 0\nhr : 0 < dist y x\nhy : y ∈ interior (closedBall x (dist y x))\nf : ℝ → E := fun c ↦ c • (y - x) + x\nc : ℝ\nhc : c ∈ f ⁻¹' closedBall x (dist y x)\n⊢ |c| * ‖y - x‖ ≤ ‖y - x‖"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.Normed.Module.RCLike.Real | {
"line": 131,
"column": 19
} | {
"line": 131,
"column": 30
} | {
"line": 131,
"column": 31
} | [
{
"pp": "E : Type u_1\ninst✝² : SeminormedAddCommGroup E\ninst✝¹ : NormedSpace ℝ E\ninst✝ : NontrivialTopology E\nx : E\nr : ℝ\nhr : 0 ≤ r\ny : E\nhy : ‖y‖ = r\n⊢ x + y ∈ sphere x r",
"ppTerm": "?m.51",
"assigned": true,
"usedConstants": [
"Norm.norm",
"Eq.mpr",
"Real",
"cong... | [
"E : Type u_1\ninst✝² : SeminormedAddCommGroup E\ninst✝¹ : NormedSpace ℝ E\ninst✝ : NontrivialTopology E\nx : E\nr : ℝ\nhr : 0 ≤ r\ny : E\nhy : ‖y‖ = r\n⊢ ‖y‖ = r"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Topology.Hom.ContinuousEval | {
"line": 50,
"column": 24
} | {
"line": 50,
"column": 47
} | {
"line": 50,
"column": 48
} | [
{
"pp": "F : Type u_1\nX : Type u_2\nY : Type u_3\ninst✝⁶ : FunLike F X Y\ninst✝⁵ : TopologicalSpace F\ninst✝⁴ : TopologicalSpace X\ninst✝³ : TopologicalSpace Y\ninst✝² : ContinuousEval F X Y\nF' : Type u_5\ninst✝¹ : FunLike F' X Y\ninst✝ : TopologicalSpace F'\nf : F' → F\nhc : Continuous[inst✝, inst✝⁵] f\nhf :... | [
"F : Type u_1\nX : Type u_2\nY : Type u_3\ninst✝⁶ : FunLike F X Y\ninst✝⁵ : TopologicalSpace F\ninst✝⁴ : TopologicalSpace X\ninst✝³ : TopologicalSpace Y\ninst✝² : ContinuousEval F X Y\nF' : Type u_5\ninst✝¹ : FunLike F' X Y\ninst✝ : TopologicalSpace F'\nf : F' → F\nhc : Continuous[inst✝, inst✝⁵] f\nhf : ∀ (g : F'),... | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.Normed.Module.Ball.Pointwise | {
"line": 125,
"column": 61
} | {
"line": 125,
"column": 87
} | {
"line": 125,
"column": 88
} | [
{
"pp": "𝕜 : Type u_1\nE : Type u_2\ninst✝² : NormedField 𝕜\ninst✝¹ : SeminormedAddCommGroup E\ninst✝ : NormedSpace 𝕜 E\nx : E\ns : Set E\nhs : Bornology.IsBounded s\nu : Set E\nhu : u ∈ 𝓝 x\nε : ℝ\nεpos : 0 < ε\nhε : closedBall x ε ⊆ u\nR : ℝ\nRpos : 0 < R\nhR : s ⊆ closedBall 0 R\nthis : closedBall 0 (ε /... | [
"𝕜 : Type u_1\nE : Type u_2\ninst✝² : NormedField 𝕜\ninst✝¹ : SeminormedAddCommGroup E\ninst✝ : NormedSpace 𝕜 E\nx : E\ns : Set E\nhs : Bornology.IsBounded s\nu : Set E\nhu : u ∈ 𝓝 x\nε : ℝ\nεpos : 0 < ε\nhε : closedBall x ε ⊆ u\nR : ℝ\nRpos : 0 < R\nhR : s ⊆ closedBall 0 R\nthis : closedBall 0 (ε / R) ∈ 𝓝 0\n... | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 161,
"column": 2
} | {
"line": 161,
"column": 73
} | {
"line": 161,
"column": 74
} | [
{
"pp": "R : Type u_2\ninst✝ : NormedRing R\nk : ℕ\nr : ℝ\nhr : 1 < r\nthis : Tendsto (fun x ↦ x ^ k) (𝓝[>] 1) (𝓝 1)\nr' : ℝ\nhr' : r' ^ k < r\nh1 : 1 < r'\nh0 : 0 ≤ r'\nn : ℕ\n⊢ ↑n ≤ (r' - 1)⁻¹ * ‖r' ^ n‖",
"ppTerm": "?m.286",
"assigned": true,
"usedConstants": [
"Norm.norm",
"Eq.mpr"... | [
"R : Type u_2\ninst✝ : NormedRing R\nk : ℕ\nr : ℝ\nhr : 1 < r\nthis : Tendsto (fun x ↦ x ^ k) (𝓝[>] 1) (𝓝 1)\nr' : ℝ\nhr' : r' ^ k < r\nh1 : 1 < r'\nh0 : 0 ≤ r'\nn : ℕ\n⊢ ↑n ≤ (r' - 1)⁻¹ * r' ^ n"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 166,
"column": 2
} | {
"line": 166,
"column": 28
} | {
"line": 166,
"column": 29
} | [
{
"pp": "R : Type u_2\ninst✝ : NormedRing R\nr : ℝ\nhr : 1 < r\n⊢ Nat.cast =o[atTop] fun n ↦ r ^ n",
"ppTerm": "?m.17",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"R : Type u_2\ninst✝ : NormedRing R\nr : ℝ\nhr : 1 < r\n⊢ Nat.cast =o[atTop] fun n ↦ r ^ n"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.Normed.Module.Ball.Pointwise | {
"line": 135,
"column": 2
} | {
"line": 135,
"column": 76
} | {
"line": 135,
"column": 77
} | [
{
"pp": "𝕜 : Type u_1\nE : Type u_2\ninst✝² : NormedField 𝕜\ninst✝¹ : SeminormedAddCommGroup E\ninst✝ : NormedSpace 𝕜 E\nx : E\ns : Set E\nhs : Bornology.IsBounded s\nu : Set E\nhu : u ∈ 𝓝 x\nε : ℝ\nεpos : 0 < ε\nhε : closedBall x ε ⊆ u\nR : ℝ\nRpos : 0 < R\nhR : s ⊆ closedBall 0 R\nthis✝ : closedBall 0 (ε ... | [
"𝕜 : Type u_1\nE : Type u_2\ninst✝² : NormedField 𝕜\ninst✝¹ : SeminormedAddCommGroup E\ninst✝ : NormedSpace 𝕜 E\nx : E\ns : Set E\nhs : Bornology.IsBounded s\nu : Set E\nhu : u ∈ 𝓝 x\nε : ℝ\nεpos : 0 < ε\nhε : closedBall x ε ⊆ u\nR : ℝ\nRpos : 0 < R\nhR : s ⊆ closedBall 0 R\nthis✝ : closedBall 0 (ε / R) ∈ 𝓝 0\... | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 179,
"column": 4
} | {
"line": 179,
"column": 63
} | {
"line": 179,
"column": 64
} | [
{
"pp": "R : Type u_2\ninst✝ : NormedRing R\nk : ℕ\nr₁ : R\nr₂ : ℝ\nh : ‖r₁‖ < r₂\nh0 : 0 < ‖r₁‖\nA : (fun n ↦ ↑n ^ k) =o[atTop] fun n ↦ (r₂ / ‖r₁‖) ^ n\nthis : (fun n ↦ r₁ ^ n) =O[atTop] fun n ↦ ‖r₁‖ ^ n\n⊢ (fun n ↦ ↑n ^ k * r₁ ^ n) =o[atTop] fun n ↦ r₂ ^ n",
"ppTerm": "?m.164",
"assigned": false,
... | [
"R : Type u_2\ninst✝ : NormedRing R\nk : ℕ\nr₁ : R\nr₂ : ℝ\nh : ‖r₁‖ < r₂\nh0 : 0 < ‖r₁‖\nA : (fun n ↦ ↑n ^ k) =o[atTop] fun n ↦ (r₂ / ‖r₁‖) ^ n\nthis : (fun n ↦ r₁ ^ n) =O[atTop] fun n ↦ ‖r₁‖ ^ n\n⊢ (fun n ↦ ↑n ^ k * r₁ ^ n) =o[atTop] fun n ↦ r₂ ^ n"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 194,
"column": 2
} | {
"line": 194,
"column": 30
} | {
"line": 194,
"column": 31
} | [
{
"pp": "case neg\nk : ℕ\nr : ℝ\nhr : |r| < 1\nh0 : ¬r = 0\nhr' : 1 < |r|⁻¹\n⊢ Tendsto (fun x ↦ ‖↑x ^ k * r ^ x‖) atTop (𝓝 0)",
"ppTerm": "?neg✝",
"assigned": true,
"usedConstants": [
"Real.instIsOrderedRing",
"Norm.norm",
"SeminormedAddGroup.toNorm",
"Eq.mpr",
"Normed... | [
"case neg\nk : ℕ\nr : ℝ\nhr : |r| < 1\nh0 : ¬r = 0\nhr' : 1 < |r|⁻¹\n⊢ Tendsto (fun x ↦ ↑x ^ k * |r| ^ x) atTop (𝓝 0)"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 199,
"column": 2
} | {
"line": 199,
"column": 13
} | {
"line": 199,
"column": 14
} | [
{
"pp": "r : ℝ\nk : ℕ\nhk : k ≠ 0\n⊢ Tendsto (fun n ↦ r / ↑n ^ k) atTop (𝓝 0)",
"ppTerm": "?m.20",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"r : ℝ\nk : ℕ\nhk : k ≠ 0\n⊢ Tendsto (fun n ↦ r / ↑n ^ k) atTop (𝓝 0)"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 212,
"column": 2
} | {
"line": 212,
"column": 28
} | {
"line": 212,
"column": 29
} | [
{
"pp": "r : ℝ\nhr : |r| < 1\n⊢ Tendsto (fun n ↦ ↑n * r ^ n) atTop (𝓝 0)",
"ppTerm": "?m.25",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"r : ℝ\nhr : |r| < 1\n⊢ Tendsto (fun n ↦ ↑n * r ^ n) atTop (𝓝 0)"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 218,
"column": 2
} | {
"line": 218,
"column": 28
} | {
"line": 218,
"column": 29
} | [
{
"pp": "r : ℝ\nhr : 0 ≤ r\nh'r : r < 1\n⊢ Tendsto (fun n ↦ ↑n * r ^ n) atTop (𝓝 0)",
"ppTerm": "?m.26",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"r : ℝ\nhr : 0 ≤ r\nh'r : r < 1\n⊢ Tendsto (fun n ↦ ↑n * r ^ n) atTop (𝓝 0)"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic | {
"line": 845,
"column": 2
} | {
"line": 845,
"column": 13
} | {
"line": 845,
"column": 14
} | [
{
"pp": "⊢ (4 • X ^ 2 - 2 • X - C 1).IsRoot (cos (π / 5))",
"ppTerm": "?m.56",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"Polynomial.C",
"Polynomial.eval",
"NonAssocSemiring.toAddCommMonoidWithOne",
"RingHom.instRingHomClass",
"Polynomial.instOne",
"Pol... | [
"⊢ 4 * cos (π / 5) ^ 2 - 2 * cos (π / 5) - 1 = 0"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 254,
"column": 54
} | {
"line": 254,
"column": 65
} | {
"line": 254,
"column": 66
} | [
{
"pp": "R : Type u_2\nS : Type u_3\ninst✝⁵ : Field R\ninst✝⁴ : Field S\ninst✝³ : LinearOrder S\ninst✝² : TopologicalSpace S\ninst✝¹ : IsStrictOrderedRing S\ninst✝ : Archimedean S\n_i : OrderTopology S\nv : AbsoluteValue R S\na : R\nha : v a < 1\nh_add : Tendsto (fun x ↦ 1 + v a ^ x) atTop (𝓝 (1 + 0))\nh_sub :... | [
"R : Type u_2\nS : Type u_3\ninst✝⁵ : Field R\ninst✝⁴ : Field S\ninst✝³ : LinearOrder S\ninst✝² : TopologicalSpace S\ninst✝¹ : IsStrictOrderedRing S\ninst✝ : Archimedean S\n_i : OrderTopology S\nv : AbsoluteValue R S\na : R\nha : v a < 1\nh_add : Tendsto (fun x ↦ 1 + v a ^ x) atTop (𝓝 (1 + 0))\nh_sub : Tendsto (fu... | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 254,
"column": 77
} | {
"line": 254,
"column": 88
} | {
"line": 254,
"column": 89
} | [
{
"pp": "R : Type u_2\nS : Type u_3\ninst✝⁵ : Field R\ninst✝⁴ : Field S\ninst✝³ : LinearOrder S\ninst✝² : TopologicalSpace S\ninst✝¹ : IsStrictOrderedRing S\ninst✝ : Archimedean S\n_i : OrderTopology S\nv : AbsoluteValue R S\na : R\nha : v a < 1\nh_add : Tendsto (fun x ↦ 1 + v a ^ x) atTop (𝓝 (1 + 0))\nh_sub :... | [
"R : Type u_2\nS : Type u_3\ninst✝⁵ : Field R\ninst✝⁴ : Field S\ninst✝³ : LinearOrder S\ninst✝² : TopologicalSpace S\ninst✝¹ : IsStrictOrderedRing S\ninst✝ : Archimedean S\n_i : OrderTopology S\nv : AbsoluteValue R S\na : R\nha : v a < 1\nh_add : Tendsto (fun x ↦ 1 + v a ^ x) atTop (𝓝 (1 + 0))\nh_sub : Tendsto (fu... | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic | {
"line": 876,
"column": 26
} | {
"line": 876,
"column": 42
} | {
"line": 876,
"column": 43
} | [
{
"pp": "⊢ sin (π / 4) / cos (π / 4) = 1",
"ppTerm": "?m.12",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"Real",
"instHDiv",
"Real.pi",
"Real.cos",
"congrArg",
"Real.instDivInvMonoid",
"Real.cos_pi_div_four",
"Nat.instAtLeastTwoHAddOfNat",
... | [
"⊢ sin (π / 4) / (√2 / 2) = 1"
] | cos_pi_div_four, | Lean.Elab.Tactic.evalRewriteSeq | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 264,
"column": 2
} | {
"line": 264,
"column": 13
} | {
"line": 264,
"column": 14
} | [
{
"pp": "R : Type u_2\nS : Type u_3\ninst✝⁵ : Field R\ninst✝⁴ : Field S\ninst✝³ : LinearOrder S\ninst✝² : TopologicalSpace S\ninst✝¹ : IsStrictOrderedRing S\ninst✝ : Archimedean S\n_i : OrderTopology S\nv : AbsoluteValue R S\na : R\nha : 1 < v a\n⊢ Tendsto (fun n ↦ v (a ^ n) - v 1) atTop atTop",
"ppTerm": "... | [
"R : Type u_2\nS : Type u_3\ninst✝⁵ : Field R\ninst✝⁴ : Field S\ninst✝³ : LinearOrder S\ninst✝² : TopologicalSpace S\ninst✝¹ : IsStrictOrderedRing S\ninst✝ : Archimedean S\n_i : OrderTopology S\nv : AbsoluteValue R S\na : R\nha : 1 < v a\n⊢ Tendsto (fun n ↦ v a ^ n - 1) atTop atTop"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.Normed.Module.Ball.Pointwise | {
"line": 187,
"column": 54
} | {
"line": 187,
"column": 92
} | {
"line": 187,
"column": 93
} | [
{
"pp": "E : Type u_2\ninst✝¹ : SeminormedAddCommGroup E\ninst✝ : NormedSpace ℝ E\nx z : E\nδ ε : ℝ\nhδ : 0 < δ\nhε : 0 ≤ ε\nh : dist x z < ε + δ\n⊢ dist z x < δ + ε",
"ppTerm": "?m.48",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"Real",
"congrArg",
"Real.instLT",
"... | [
"E : Type u_2\ninst✝¹ : SeminormedAddCommGroup E\ninst✝ : NormedSpace ℝ E\nx z : E\nδ ε : ℝ\nhδ : 0 < δ\nhε : 0 ≤ ε\nh : dist x z < ε + δ\n⊢ dist x z < δ + ε"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic | {
"line": 1138,
"column": 2
} | {
"line": 1138,
"column": 29
} | {
"line": 1138,
"column": 30
} | [
{
"pp": "n : ℕ\n⊢ cos (↑n * (2 * ↑π) + ↑π) = -1",
"ppTerm": "?m.20",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"n : ℕ\n⊢ cos (↑n * (2 * ↑π) + ↑π) = -1"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic | {
"line": 1141,
"column": 2
} | {
"line": 1141,
"column": 29
} | {
"line": 1141,
"column": 30
} | [
{
"pp": "n : ℤ\n⊢ cos (↑n * (2 * ↑π) + ↑π) = -1",
"ppTerm": "?m.20",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"n : ℤ\n⊢ cos (↑n * (2 * ↑π) + ↑π) = -1"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic | {
"line": 1144,
"column": 2
} | {
"line": 1144,
"column": 29
} | {
"line": 1144,
"column": 30
} | [
{
"pp": "n : ℕ\n⊢ cos (↑n * (2 * ↑π) - ↑π) = -1",
"ppTerm": "?m.20",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"n : ℕ\n⊢ cos (↑n * (2 * ↑π) - ↑π) = -1"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic | {
"line": 1147,
"column": 2
} | {
"line": 1147,
"column": 29
} | {
"line": 1147,
"column": 30
} | [
{
"pp": "n : ℤ\n⊢ cos (↑n * (2 * ↑π) - ↑π) = -1",
"ppTerm": "?m.20",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"n : ℤ\n⊢ cos (↑n * (2 * ↑π) - ↑π) = -1"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic | {
"line": 1207,
"column": 2
} | {
"line": 1207,
"column": 52
} | {
"line": 1207,
"column": 53
} | [
{
"pp": "⊢ Function.Antiperiodic (fun x ↦ cexp (x * I)) ↑π",
"ppTerm": "?m.10",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"⊢ Function.Antiperiodic (fun x ↦ cexp (x * I)) ↑π"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 366,
"column": 4
} | {
"line": 366,
"column": 65
} | {
"line": 366,
"column": 66
} | [
{
"pp": "K : Type u_4\ninst✝ : NormedDivisionRing K\nξ : K\nh : ‖ξ‖ < 1\nxi_ne_one : ξ ≠ 1\nA : Tendsto (fun n ↦ (ξ ^ n - 1) * (ξ - 1)⁻¹) atTop (𝓝 ((0 - 1) * (ξ - 1)⁻¹))\n⊢ Tendsto (fun n ↦ ∑ i ∈ Finset.range n, ξ ^ i) atTop (𝓝 (1 - ξ)⁻¹)",
"ppTerm": "?m.154",
"assigned": true,
"usedConstants": [
... | [
"K : Type u_4\ninst✝ : NormedDivisionRing K\nξ : K\nh : ‖ξ‖ < 1\nxi_ne_one : ξ ≠ 1\nA : Tendsto (fun n ↦ (ξ ^ n - 1) * (ξ - 1)⁻¹) atTop (𝓝 ((0 - 1) * (ξ - 1)⁻¹))\n⊢ Tendsto (fun n ↦ (ξ ^ n - 1) * (ξ - 1)⁻¹) atTop (𝓝 (1 - ξ)⁻¹)"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 431,
"column": 2
} | {
"line": 431,
"column": 13
} | {
"line": 431,
"column": 14
} | [
{
"pp": "R : Type u_4\ninst✝ : NormedRing R\nr : R\nhr : ‖r‖ < 1\n⊢ Summable fun n ↦ ‖r ^ n‖",
"ppTerm": "?m.29",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"R : Type u_4\ninst✝ : NormedRing R\nr : R\nhr : ‖r‖ < 1\n⊢ Summable fun n ↦ ‖r ^ n‖"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 439,
"column": 12
} | {
"line": 439,
"column": 23
} | {
"line": 439,
"column": 24
} | [
{
"pp": "case zero\nR : Type u_4\ninst✝¹ : NormedRing R\ninst✝ : HasSummableGeomSeries R\nr : R\nhr : ‖r‖ < 1\n⊢ HasSum (fun n ↦ ↑((n + 0).choose 0) * r ^ n) ((1 - r)⁻¹ʳ ^ (0 + 1))",
"ppTerm": "?zero",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"Nat.choose",
"NormedRing.toRing"... | [
"case zero\nR : Type u_4\ninst✝¹ : NormedRing R\ninst✝ : HasSummableGeomSeries R\nr : R\nhr : ‖r‖ < 1\n⊢ HasSum (fun n ↦ r ^ n) (1 - r)⁻¹ʳ"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 559,
"column": 39
} | {
"line": 559,
"column": 65
} | {
"line": 559,
"column": 66
} | [
{
"pp": "α : Type u_1\ninst✝ : SeminormedAddCommGroup α\nC r : ℝ\nhr : r < 1\nu : ℕ → α\nh : ∀ (n : ℕ), ‖u n - u (n + 1)‖ ≤ C * r ^ n\n⊢ ∀ (n : ℕ), dist (u n) (u (n + 1)) ≤ C * r ^ n",
"ppTerm": "?m.47",
"assigned": true,
"usedConstants": [
"Norm.norm",
"Eq.mpr",
"Real.instLE",
... | [
"α : Type u_1\ninst✝ : SeminormedAddCommGroup α\nC r : ℝ\nhr : r < 1\nu : ℕ → α\nh : ∀ (n : ℕ), ‖u n - u (n + 1)‖ ≤ C * r ^ n\n⊢ ∀ (n : ℕ), ‖u n - u (n + 1)‖ ≤ C * r ^ n"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Topology.Connected.PathConnected | {
"line": 174,
"column": 2
} | {
"line": 174,
"column": 13
} | {
"line": 174,
"column": 14
} | [
{
"pp": "X : Type u_1\ninst✝ : TopologicalSpace X\nx y : X\nF : Set X\nγ : Path x y\nγ_in : ∀ (t : ↑I), γ t ∈ F\nthis : γ 0 ∈ F ∧ γ 1 ∈ F\n⊢ x ∈ F ∧ y ∈ F",
"ppTerm": "?m.31",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"X : Type u_1\ninst✝ : TopologicalSpace X\nx y : X\nF : Set X\nγ : Path x y\nγ_in : ∀ (t : ↑I), γ t ∈ F\nthis : γ 0 ∈ F ∧ γ 1 ∈ F\n⊢ x ∈ F ∧ y ∈ F"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Topology.Connected.PathConnected | {
"line": 259,
"column": 4
} | {
"line": 259,
"column": 55
} | {
"line": 259,
"column": 56
} | [
{
"pp": "X : Type u_1\nY : Type u_2\ninst✝¹ : TopologicalSpace X\ninst✝ : TopologicalSpace Y\nx y : X\nF : Set X\nf : X → Y\nhf : IsInducing f\nhx : x ∈ F\nhy : y ∈ F\nγ : Path (f x) (f y)\nγ' : ↑I → X\nhγ'F : ∀ (t : ↑I), γ' t ∈ F\nhγ' : ∀ (t : ↑I), f (γ' t) = γ t\nh₀ : x ⤳ γ' 0\nh₁ : γ' 1 ⤳ y\n⊢ Continuous[_, ... | [
"X : Type u_1\nY : Type u_2\ninst✝¹ : TopologicalSpace X\ninst✝ : TopologicalSpace Y\nx y : X\nF : Set X\nf : X → Y\nhf : IsInducing f\nhx : x ∈ F\nhy : y ∈ F\nγ : Path (f x) (f y)\nγ' : ↑I → X\nhγ'F : ∀ (t : ↑I), γ' t ∈ F\nhγ' : ∀ (t : ↑I), f (γ' t) = γ t\nh₀ : x ⤳ γ' 0\nh₁ : γ' 1 ⤳ y\n⊢ Continuous[_, inst✝] fun x... | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Topology.CompactOpen | {
"line": 188,
"column": 66
} | {
"line": 188,
"column": 77
} | {
"line": 188,
"column": 78
} | [
{
"pp": "X : Type u_2\nY : Type u_3\nZ : Type u_4\ninst✝² : TopologicalSpace X\ninst✝¹ : TopologicalSpace Y\ninst✝ : TopologicalSpace Z\nr : X\nf : C(Y, Z)\nK : Set Y\nhK : IsCompact K\nU : Set (X × Z)\nhU : IsOpen[instTopologicalSpaceProd] U\nH : MapsTo (⇑((const Y (r, f).1).prodMk (r, f).2)) K U\nV : Set X\nW... | [
"X : Type u_2\nY : Type u_3\nZ : Type u_4\ninst✝² : TopologicalSpace X\ninst✝¹ : TopologicalSpace Y\ninst✝ : TopologicalSpace Z\nr : X\nf : C(Y, Z)\nK : Set Y\nhK : IsCompact K\nU : Set (X × Z)\nhU : IsOpen[instTopologicalSpaceProd] U\nH : MapsTo (⇑((const Y (r, f).1).prodMk (r, f).2)) K U\nV : Set X\nW : Set Z\nhV... | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 625,
"column": 2
} | {
"line": 625,
"column": 38
} | {
"line": 625,
"column": 39
} | [
{
"pp": "α : Type u_1\ninst✝ : SeminormedAddCommGroup α\nf : ℕ → α\nh : CauchySeq fun n ↦ ∑ k ∈ Finset.range n, f k\nb : ℕ → ℝ\nleft✝ : ∀ (n : ℕ), 0 ≤ b n\nkey : ∀ (n m N : ℕ), N ≤ n → N ≤ m → dist (∑ k ∈ Finset.range n, f k) (∑ k ∈ Finset.range m, f k) ≤ b N\nright✝ : Tendsto b atTop (𝓝 0)\nn : ℕ\n⊢ ‖f n‖ ≤ b... | [
"α : Type u_1\ninst✝ : SeminormedAddCommGroup α\nf : ℕ → α\nh : CauchySeq fun n ↦ ∑ k ∈ Finset.range n, f k\nb : ℕ → ℝ\nleft✝ : ∀ (n : ℕ), 0 ≤ b n\nkey : ∀ (n m N : ℕ), N ≤ n → N ≤ m → dist (∑ k ∈ Finset.range n, f k) (∑ k ∈ Finset.range m, f k) ≤ b N\nright✝ : Tendsto b atTop (𝓝 0)\nn : ℕ\n⊢ ‖f n‖ ≤ b 0"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Topology.Connected.PathConnected | {
"line": 378,
"column": 21
} | {
"line": 378,
"column": 43
} | {
"line": 380,
"column": 0
} | [
{
"pp": "X : Type u_1\nY : Type u_2\ninst✝⁴ : TopologicalSpace X\ninst✝³ : TopologicalSpace Y\nx y z : X\nι : Type u_3\nF : Set X\nG : Type u_4\ninst✝² : Group G\ninst✝¹ : TopologicalSpace G\ninst✝ : IsTopologicalGroup G\ng : G\nhg : g ∈ (Submonoid.pathComponentOne G).carrier\n⊢ g⁻¹ ∈ (Submonoid.pathComponentOn... | [] | by simpa using! hg.inv | [anonymous] | Lean.Parser.Term.byTactic |
Mathlib.Topology.Connected.PathConnected | {
"line": 440,
"column": 46
} | {
"line": 440,
"column": 57
} | {
"line": 440,
"column": 58
} | [
{
"pp": "G : Type u_4\ninst✝² : InvolutiveInv G\ninst✝¹ : TopologicalSpace G\ninst✝ : ContinuousInv G\ns : Set G\nhs : IsPathConnected s\na : G\nha_mem : a ∈ s\nha : ∀ ⦃y : G⦄, y ∈ s → JoinedIn s a y\nx : G\nhx : x ∈ s⁻¹\n⊢ JoinedIn s⁻¹ a⁻¹ x",
"ppTerm": "?m.30",
"assigned": false,
"usedConstants": ... | [
"G : Type u_4\ninst✝² : InvolutiveInv G\ninst✝¹ : TopologicalSpace G\ninst✝ : ContinuousInv G\ns : Set G\nhs : IsPathConnected s\na : G\nha_mem : a ∈ s\nha : ∀ ⦃y : G⦄, y ∈ s → JoinedIn s a y\nx : G\nhx : x ∈ s⁻¹\n⊢ JoinedIn s⁻¹ a⁻¹ x"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Topology.CompactOpen | {
"line": 261,
"column": 74
} | {
"line": 262,
"column": 50
} | {
"line": 263,
"column": 2
} | [
{
"pp": "X : Type u_2\nY : Type u_3\ninst✝¹ : TopologicalSpace X\ninst✝ : TopologicalSpace Y\nf g : C(X, Y)\nh : ⇑f ⤳ ⇑g\nthis : ∀ (K : Set X), IsCompact K → ∀ (U : Set Y), IsOpen[inst✝] U → MapsTo (⇑g) K U → MapsTo (⇑f) K U\n⊢ f ⤳ g",
"ppTerm": "?m.50",
"assigned": true,
"usedConstants": [
"P... | [] | by
simpa [specializes_iff_pure, nhds_compactOpen] | [anonymous] | Lean.Parser.Term.byTactic |
Mathlib.Topology.Connected.PathConnected | {
"line": 500,
"column": 7
} | {
"line": 500,
"column": 49
} | {
"line": 500,
"column": 50
} | [
{
"pp": "X : Type u_1\ninst✝ : TopologicalSpace X\nU W : Set X\nhW : IsPathConnected W\nhWU : W ⊆ U\n⊢ IsPathConnected (Subtype.val ⁻¹' W)",
"ppTerm": "?m.10",
"assigned": true,
"usedConstants": [
"IsPathConnected",
"Eq.mpr",
"congrArg",
"Membership.mem",
"id",
"S... | [
"X : Type u_1\ninst✝ : TopologicalSpace X\nU W : Set X\nhW : IsPathConnected W\nhWU : W ⊆ U\n⊢ IsPathConnected (Subtype.val '' Subtype.val ⁻¹' W)"
] | IsInducing.subtypeVal.isPathConnected_iff, | Lean.Elab.Tactic.evalRewriteSeq | null |
Mathlib.Topology.Connected.PathConnected | {
"line": 578,
"column": 35
} | {
"line": 578,
"column": 77
} | {
"line": 578,
"column": 78
} | [
{
"pp": "X : Type u_1\ninst✝ : TopologicalSpace X\nF : Set X\n⊢ IsPathConnected F ↔ IsPathConnected univ",
"ppTerm": "?m.7",
"assigned": true,
"usedConstants": [
"IsPathConnected",
"Eq.mpr",
"congrArg",
"Set.univ",
"Membership.mem",
"Set.Elem",
"id",
"... | [
"X : Type u_1\ninst✝ : TopologicalSpace X\nF : Set X\n⊢ IsPathConnected F ↔ IsPathConnected (Subtype.val '' univ)"
] | IsInducing.subtypeVal.isPathConnected_iff, | Lean.Elab.Tactic.evalRewriteSeq | null |
Mathlib.Topology.Connected.PathConnected | {
"line": 663,
"column": 12
} | {
"line": 663,
"column": 23
} | {
"line": 663,
"column": 24
} | [
{
"pp": "X : Type u_1\nY : Type u_2\ninst✝² : TopologicalSpace X\ninst✝¹ : TopologicalSpace Y\nx✝ y z : X\nι : Type u_3\nF : Set X\ninst✝ : PathConnectedSpace X\nx : X\n_x_in : x ∈ univ\nhx : pathComponentIn univ x = univ\n⊢ pathComponent x = univ",
"ppTerm": "?m.48",
"assigned": false,
"usedConstan... | [
"X : Type u_1\nY : Type u_2\ninst✝² : TopologicalSpace X\ninst✝¹ : TopologicalSpace Y\nx✝ y z : X\nι : Type u_3\nF : Set X\ninst✝ : PathConnectedSpace X\nx : X\n_x_in : x ∈ univ\nhx : pathComponentIn univ x = univ\n⊢ pathComponent x = univ"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Topology.Instances.AddCircle.Real | {
"line": 71,
"column": 2
} | {
"line": 71,
"column": 13
} | {
"line": 71,
"column": 14
} | [
{
"pp": "N : ℕ\ninst✝ : NeZero N\nj : ℕ\n⊢ toAddCircle ↑j = ↑(↑j / ↑N)",
"ppTerm": "?m.13",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"N : ℕ\ninst✝ : NeZero N\nj : ℕ\n⊢ toAddCircle ↑j = ↑(↑j / ↑N)"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Topology.Instances.AddCircle.Real | {
"line": 87,
"column": 27
} | {
"line": 87,
"column": 84
} | {
"line": 87,
"column": 85
} | [
{
"pp": "N : ℕ\ninst✝ : NeZero N\nx y : ZMod N\nhxy : ↑(↑x.val / ↑N) = ↑(↑y.val / ↑N)\nthis : 0 < ↑N\n⊢ ↑x.val / ↑N < 0 + 1",
"ppTerm": "?m.119",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"NonAssocSemiring.toAddCommMonoidWithOne",
"Real.partialOrder",
"Real",
"Preo... | [
"N : ℕ\ninst✝ : NeZero N\nx y : ZMod N\nhxy : ↑(↑x.val / ↑N) = ↑(↑y.val / ↑N)\nthis : 0 < ↑N\n⊢ x.val < N"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Topology.Instances.AddCircle.Real | {
"line": 87,
"column": 27
} | {
"line": 87,
"column": 84
} | {
"line": 87,
"column": 85
} | [
{
"pp": "N : ℕ\ninst✝ : NeZero N\nx y : ZMod N\nhxy : ↑(↑x.val / ↑N) = ↑(↑y.val / ↑N)\nthis : 0 < ↑N\n⊢ ↑y.val / ↑N < 0 + 1",
"ppTerm": "?m.132",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"NonAssocSemiring.toAddCommMonoidWithOne",
"Real.partialOrder",
"Real",
"Preo... | [
"N : ℕ\ninst✝ : NeZero N\nx y : ZMod N\nhxy : ↑(↑x.val / ↑N) = ↑(↑y.val / ↑N)\nthis : 0 < ↑N\n⊢ y.val < N"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.Normed.Group.AddCircle | {
"line": 82,
"column": 6
} | {
"line": 82,
"column": 33
} | {
"line": 82,
"column": 34
} | [
{
"pp": "case refine_1.left\nx r : ℝ\nhr : ∀ (m : ℝ), ↑m = ↑x → r ≤ ‖m‖\n⊢ r ≤ fract x",
"ppTerm": "?refine_1.left",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"case refine_1.left\nx r : ℝ\nhr : ∀ (m : ℝ), ↑m = ↑x → r ≤ ‖m‖\n⊢ r ≤ fract x"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.Normed.Group.AddCircle | {
"line": 83,
"column": 6
} | {
"line": 83,
"column": 42
} | {
"line": 83,
"column": 43
} | [
{
"pp": "case refine_1.right\nx r : ℝ\nhr : ∀ (m : ℝ), ↑m = ↑x → r ≤ ‖m‖\n⊢ r ≤ 1 - fract x",
"ppTerm": "?refine_1.right",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"case refine_1.right\nx r : ℝ\nhr : ∀ (m : ℝ), ↑m = ↑x → r ≤ ‖m‖\n⊢ r ≤ 1 - fract x"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.Normed.Group.AddCircle | {
"line": 84,
"column": 4
} | {
"line": 86,
"column": 11
} | {
"line": 86,
"column": 12
} | [
{
"pp": "case refine_2\nx : ℝ\n⊢ ∀ (m : ℝ), ↑m = ↑x → |x - ↑(round x)| ≤ |m|",
"ppTerm": "?refine_2",
"assigned": true,
"usedConstants": [
"AddGroup.toSubtractionMonoid",
"Int.cast",
"Eq.mpr",
"NegZeroClass.toNeg",
"NormedCommRing.toSeminormedCommRing",
"zsmul_eq_... | [
"case refine_2\nx : ℝ\n⊢ ∀ (a : ℤ), |x - ↑(round x)| ≤ |x - ↑a|"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Algebra.Order.Ring.Interval | {
"line": 37,
"column": 2
} | {
"line": 37,
"column": 13
} | {
"line": 37,
"column": 14
} | [
{
"pp": "R : Type u_1\ninst✝² : Ring R\ninst✝¹ : LinearOrder R\ninst✝ : IsStrictOrderedRing R\nr : R\nhr : 0 < r\nk m : ℤ\nh : r * ↑k ∈ Set.Ioo (r * ↑(m - 1)) (r * ↑(m + 1))\n⊢ k = m",
"ppTerm": "?m.37",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"R : Type u_1\ninst✝² : Ring R\ninst✝¹ : LinearOrder R\ninst✝ : IsStrictOrderedRing R\nr : R\nhr : 0 < r\nk m : ℤ\nh : r * ↑k ∈ Set.Ioo (r * ↑(m - 1)) (r * ↑(m + 1))\n⊢ k = m"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.Normed.Group.AddCircle | {
"line": 133,
"column": 4
} | {
"line": 133,
"column": 51
} | {
"line": 133,
"column": 52
} | [
{
"pp": "p : ℝ\nhp : p ≠ 0\nx✝ : AddCircle p\nε : ℝ\nhε : |p| / 2 ≤ ε\nx : AddCircle p\n⊢ x ∈ closedBall x✝ ε",
"ppTerm": "?m.26",
"assigned": true,
"usedConstants": [
"Norm.norm",
"Eq.mpr",
"NormedCommRing.toSeminormedCommRing",
"Real.instLE",
"Real",
"dist_eq_no... | [
"p : ℝ\nhp : p ≠ 0\nx✝ : AddCircle p\nε : ℝ\nhε : |p| / 2 ≤ ε\nx : AddCircle p\n⊢ ‖x - x✝‖ ≤ ε"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Topology.Path | {
"line": 540,
"column": 39
} | {
"line": 540,
"column": 50
} | {
"line": 540,
"column": 51
} | [
{
"pp": "X✝ : Type u_1\nY : Type u_2\ninst✝² : TopologicalSpace X✝\ninst✝¹ : TopologicalSpace Y\nx y z : X✝\nι : Type u_3\nγ✝ : Path x y\nX : Type u_4\ninst✝ : TopologicalSpace X\na b : X\nγ : Path a b\nt₀ t₁ : ℝ\nh₁ : t₀ ≤ ↑0\nh₂ : ¬↑0 ≤ t₁\nh₄ : t₀ ≤ t₁\n⊢ t₁ < 0",
"ppTerm": "?m.215",
"assigned": fals... | [
"X✝ : Type u_1\nY : Type u_2\ninst✝² : TopologicalSpace X✝\ninst✝¹ : TopologicalSpace Y\nx y z : X✝\nι : Type u_3\nγ✝ : Path x y\nX : Type u_4\ninst✝ : TopologicalSpace X\na b : X\nγ : Path a b\nt₀ t₁ : ℝ\nh₁ : t₀ ≤ ↑0\nh₂ : ¬↑0 ≤ t₁\nh₄ : t₀ ≤ t₁\n⊢ t₁ < 0"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Topology.Path | {
"line": 548,
"column": 39
} | {
"line": 548,
"column": 50
} | {
"line": 548,
"column": 51
} | [
{
"pp": "X✝ : Type u_1\nY : Type u_2\ninst✝² : TopologicalSpace X✝\ninst✝¹ : TopologicalSpace Y\nx y z : X✝\nι : Type u_3\nγ✝ : Path x y\nX : Type u_4\ninst✝ : TopologicalSpace X\na b : X\nγ : Path a b\nt₀ t₁ : ℝ\nh₁ : ¬t₀ ≤ ↑1\nh₃ : t₀ ≤ t₁\n⊢ 1 < t₀",
"ppTerm": "?m.273",
"assigned": false,
"usedCo... | [
"X✝ : Type u_1\nY : Type u_2\ninst✝² : TopologicalSpace X✝\ninst✝¹ : TopologicalSpace Y\nx y z : X✝\nι : Type u_3\nγ✝ : Path x y\nX : Type u_4\ninst✝ : TopologicalSpace X\na b : X\nγ : Path a b\nt₀ t₁ : ℝ\nh₁ : ¬t₀ ≤ ↑1\nh₃ : t₀ ≤ t₁\n⊢ 1 < t₀"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Topology.Path | {
"line": 562,
"column": 10
} | {
"line": 562,
"column": 13
} | {
"line": 563,
"column": 2
} | [
{
"pp": "X : Type u_1\ninst✝ : TopologicalSpace X\na b : X\nγ : Path a b\nt₀ t₁ x : ℝ\n⊢ ∀ (h : x ∈ I), (γ.truncate t₀ t₁) ⟨x, h⟩ ∈ range ⇑γ.extend",
"ppTerm": "?m.24",
"assigned": true,
"usedConstants": [
"Real",
"Membership.mem",
"Set.instMembership",
"unitInterval",
... | [
"X : Type u_1\ninst✝ : TopologicalSpace X\na b : X\nγ : Path a b\nt₀ t₁ x : ℝ\n_hx : x ∈ I\n⊢ (γ.truncate t₀ t₁) ⟨x, _hx⟩ ∈ range ⇑γ.extend"
] | _hx | Lean.Elab.Tactic.evalIntro | ident |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse | {
"line": 58,
"column": 2
} | {
"line": 58,
"column": 75
} | {
"line": 59,
"column": 4
} | [
{
"pp": "x : ℝ\nhx : x ∈ Icc (-1) 1\n⊢ sin (arcsin x) = x",
"ppTerm": "?m.13",
"assigned": true,
"usedConstants": [
"AddGroup.toSubtractionMonoid",
"Eq.mpr",
"NegZeroClass.toNeg",
"Real.instLE",
"Real",
"instHDiv",
"Real.pi",
"Real.arcsin",
"cong... | [
"x : ℝ\nhx : x ∈ Icc (-1) 1\n⊢ sin ↑(sinOrderIso.symm ⟨x, hx⟩) = x"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.Normed.Group.AddCircle | {
"line": 215,
"column": 2
} | {
"line": 215,
"column": 73
} | {
"line": 215,
"column": 74
} | [
{
"pp": "p : ℝ\nhp : Fact (0 < p)\nu : AddCircle p\nn : ℕ\nhn : ‖u‖ = p * (↑n / ↑(addOrderOf u))\nhu : ↑(addOrderOf u) ≠ 0\nhu' : n = 0\n⊢ u = 0",
"ppTerm": "?m.113",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"p : ℝ\nhp : Fact (0 < p)\nu : AddCircle p\nn : ℕ\nhn : ‖u‖ = p * (↑n / ↑(addOrderOf u))\nhu : ↑(addOrderOf u) ≠ 0\nhu' : n = 0\n⊢ u = 0"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse | {
"line": 421,
"column": 25
} | {
"line": 421,
"column": 47
} | {
"line": 421,
"column": 48
} | [
{
"pp": "x✝ y x : ℝ\nhx : x ∈ Icc (-(π / 2)) (π / 2)\n⊢ sin x ∈ Icc (-1) 1",
"ppTerm": "?m.47",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"Real",
"abs",
"PartialOrder.toPreorder",
"_private.Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse.0.Real.sinPartialEq... | [
"x✝ y x : ℝ\nhx : x ∈ Icc (-(π / 2)) (π / 2)\n⊢ |sin x| ≤ 1"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse | {
"line": 431,
"column": 2
} | {
"line": 431,
"column": 13
} | {
"line": 431,
"column": 14
} | [
{
"pp": "⊢ arcsin '' Icc (-1) 1 = Icc (-(π / 2)) (π / 2)",
"ppTerm": "?m.28",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"⊢ arcsin '' Icc (-1) 1 = Icc (-(π / 2)) (π / 2)"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse | {
"line": 456,
"column": 25
} | {
"line": 456,
"column": 47
} | {
"line": 456,
"column": 48
} | [
{
"pp": "x✝ y x : ℝ\nhx : x ∈ Icc 0 π\n⊢ cos x ∈ Icc (-1) 1",
"ppTerm": "?m.39",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"Real",
"Real.cos",
"abs",
"PartialOrder.toPreorder",
"_private.Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse.0.Real.sinPartia... | [
"x✝ y x : ℝ\nhx : x ∈ Icc 0 π\n⊢ |cos x| ≤ 1"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse | {
"line": 465,
"column": 2
} | {
"line": 465,
"column": 13
} | {
"line": 465,
"column": 14
} | [
{
"pp": "⊢ arccos '' Icc (-1) 1 = Icc 0 π",
"ppTerm": "?m.16",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"⊢ arccos '' Icc (-1) 1 = Icc 0 π"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 885,
"column": 6
} | {
"line": 885,
"column": 60
} | {
"line": 885,
"column": 61
} | [
{
"pp": "case inr.right\nE : Type u_5\ninst✝⁶ : Ring E\ninst✝⁵ : LinearOrder E\ninst✝⁴ : IsOrderedRing E\ninst✝³ : UniformSpace E\ninst✝² : IsUniformAddGroup E\ninst✝¹ : CompleteSpace E\ninst✝ : OrderClosedTopology E\nf : ℕ → E\nhfa : Antitone f\nhfs : Summable f\nh✝ : Tendsto (fun n ↦ ∑ i ∈ Finset.range n, (-1... | [
"case inr.right\nE : Type u_5\ninst✝⁶ : Ring E\ninst✝⁵ : LinearOrder E\ninst✝⁴ : IsOrderedRing E\ninst✝³ : UniformSpace E\ninst✝² : IsUniformAddGroup E\ninst✝¹ : CompleteSpace E\ninst✝ : OrderClosedTopology E\nf : ℕ → E\nhfa : Antitone f\nhfs : Summable f\nh✝ : Tendsto (fun n ↦ ∑ i ∈ Finset.range n, (-1) ^ i * f i)... | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 932,
"column": 4
} | {
"line": 932,
"column": 76
} | {
"line": 932,
"column": 77
} | [
{
"pp": "case inl\nα : Type u_1\nR : Type u_4\nK : Type u_5\ninst✝⁵ : NormedRing K\ninst✝⁴ : IsDomain K\ninst✝³ : NormedAddCommGroup R\ninst✝² : Module K R\ninst✝¹ : IsTorsionFree K R\ninst✝ : NormSMulClass K R\nf : α → K\ng : α → R\nl : Filter α\nhmul : IsBoundedUnder (fun x1 x2 ↦ x1 ≤ x2) l fun x ↦ ‖f x • g x... | [
"case inl\nα : Type u_1\nR : Type u_4\nK : Type u_5\ninst✝⁵ : NormedRing K\ninst✝⁴ : IsDomain K\ninst✝³ : NormedAddCommGroup R\ninst✝² : Module K R\ninst✝¹ : IsTorsionFree K R\ninst✝ : NormSMulClass K R\nf : α → K\ng : α → R\nl : Filter α\nhmul : IsBoundedUnder (fun x1 x2 ↦ x1 ≤ x2) l fun x ↦ ‖f x • g x‖\nhf : Tend... | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Log.Basic | {
"line": 284,
"column": 2
} | {
"line": 284,
"column": 27
} | {
"line": 284,
"column": 28
} | [
{
"pp": "x : ℝ\n⊢ log x ≠ 0 ↔ x ≠ 0 ∧ x ≠ 1 ∧ x ≠ -1",
"ppTerm": "?m.15",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"x : ℝ\n⊢ log x ≠ 0 ↔ x ≠ 0 ∧ x ≠ 1 ∧ x ≠ -1"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Log.Basic | {
"line": 312,
"column": 2
} | {
"line": 312,
"column": 24
} | {
"line": 312,
"column": 25
} | [
{
"pp": "x : ℝ\nhx : 0 < x\n⊢ 1 - x⁻¹ ≤ log x",
"ppTerm": "?m.15",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"Real.instLE",
"Real",
"congrArg",
"Real.instInv",
"Real.instSub",
"covariant_swap_add_of_covariant_add",
"AddGroup.toOrderedSub",
"... | [
"x : ℝ\nhx : 0 < x\n⊢ 1 ≤ x⁻¹ + log x"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Log.Basic | {
"line": 326,
"column": 25
} | {
"line": 326,
"column": 60
} | {
"line": 326,
"column": 61
} | [
{
"pp": "x : ℝ\nh1 : 0 < x\nh2 : x ≤ 1\n⊢ 0 < 1 / x",
"ppTerm": "?m.31",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"GroupWithZero.toMonoidWithZero",
"Real.partialOrder",
"Real",
"DivInvMonoid.toInv",
"Preorder.toLT",
"instHDiv",
"MulZeroClass.toMu... | [
"x : ℝ\nh1 : 0 < x\nh2 : x ≤ 1\n⊢ 0 < x"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 949,
"column": 4
} | {
"line": 949,
"column": 15
} | {
"line": 949,
"column": 16
} | [
{
"pp": "case hf\nα : Type u_1\nR : Type u_4\nK : Type u_5\ninst✝⁵ : NormedRing K\ninst✝⁴ : IsDomain K\ninst✝³ : NormedAddCommGroup R\ninst✝² : Module K R\ninst✝¹ : IsTorsionFree K R\ninst✝ : NormSMulClass K R\nf₁ f₂ : α → K\ng : α → R\nt : R\nl : Filter α\nhmul : Tendsto (fun x ↦ f₁ x • g x) l (𝓝 t)\nhf₁ : Te... | [
"case hf\nα : Type u_1\nR : Type u_4\nK : Type u_5\ninst✝⁵ : NormedRing K\ninst✝⁴ : IsDomain K\ninst✝³ : NormedAddCommGroup R\ninst✝² : Module K R\ninst✝¹ : IsTorsionFree K R\ninst✝ : NormSMulClass K R\nf₁ f₂ : α → K\ng : α → R\nt : R\nl : Filter α\nhmul : Tendsto (fun x ↦ f₁ x • g x) l (𝓝 t)\nhf₁ : Tendsto f₁ l (... | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Log.Basic | {
"line": 357,
"column": 2
} | {
"line": 357,
"column": 24
} | {
"line": 357,
"column": 25
} | [
{
"pp": "⊢ Tendsto log (𝓝[≠] 0) atBot",
"ppTerm": "?m.16",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"⊢ Tendsto log (𝓝[≠] 0) atBot"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Complex.Arg | {
"line": 149,
"column": 2
} | {
"line": 149,
"column": 41
} | {
"line": 149,
"column": 42
} | [
{
"pp": "z : ℂ\n⊢ toIocMod Real.two_pi_pos (-π) z.arg = z.arg",
"ppTerm": "?m.10",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"Set.Ioc",
"Real",
"Preorder.toLT",
"Real.instArchimedean",
"Real.pi",
"HMul.hMul",
"congrArg",
"toIocMod.congr_simp... | [
"z : ℂ\n⊢ -π < z.arg ∧ z.arg ≤ π"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 965,
"column": 4
} | {
"line": 965,
"column": 15
} | {
"line": 965,
"column": 16
} | [
{
"pp": "R : Type u_4\nK : Type u_5\ninst✝¹⁰ : NormedRing K\ninst✝⁹ : IsDomain K\ninst✝⁸ : NormedAddCommGroup R\ninst✝⁷ : Module K R\ninst✝⁶ : IsTorsionFree K R\ninst✝⁵ : NormSMulClass K R\ninst✝⁴ : NormSMulClass ℤ K\ninst✝³ : LinearOrder K\ninst✝² : IsStrictOrderedRing K\ninst✝¹ : FloorSemiring K\ninst✝ : HasS... | [
"R : Type u_4\nK : Type u_5\ninst✝¹⁰ : NormedRing K\ninst✝⁹ : IsDomain K\ninst✝⁸ : NormedAddCommGroup R\ninst✝⁷ : Module K R\ninst✝⁶ : IsTorsionFree K R\ninst✝⁵ : NormSMulClass K R\ninst✝⁴ : NormSMulClass ℤ K\ninst✝³ : LinearOrder K\ninst✝² : IsStrictOrderedRing K\ninst✝¹ : FloorSemiring K\ninst✝ : HasSolidNorm K\n... | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecificLimits.Normed | {
"line": 974,
"column": 51
} | {
"line": 974,
"column": 82
} | {
"line": 974,
"column": 83
} | [
{
"pp": "R : Type u_4\nK : Type u_5\ninst✝⁹ : NormedRing K\ninst✝⁸ : NormedRing R\ninst✝⁷ : Module K R\ninst✝⁶ : IsTorsionFree K R\ninst✝⁵ : NormSMulClass K R\ninst✝⁴ : NormSMulClass ℤ K\ninst✝³ : LinearOrder K\ninst✝² : IsStrictOrderedRing K\ninst✝¹ : FloorSemiring K\ninst✝ : HasSolidNorm K\ng : ℕ → R\nt : R\n... | [
"R : Type u_4\nK : Type u_5\ninst✝⁹ : NormedRing K\ninst✝⁸ : NormedRing R\ninst✝⁷ : Module K R\ninst✝⁶ : IsTorsionFree K R\ninst✝⁵ : NormSMulClass K R\ninst✝⁴ : NormSMulClass ℤ K\ninst✝³ : LinearOrder K\ninst✝² : IsStrictOrderedRing K\ninst✝¹ : FloorSemiring K\ninst✝ : HasSolidNorm K\ng : ℕ → R\nt : R\nhg : Tendsto... | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Log.Basic | {
"line": 446,
"column": 4
} | {
"line": 446,
"column": 15
} | {
"line": 446,
"column": 16
} | [
{
"pp": "n : ℕ\n⊢ Tendsto (fun x ↦ log x ^ n / id x) atTop (𝓝 0)",
"ppTerm": "?m.22",
"assigned": true,
"usedConstants": [
"Real",
"instHDiv",
"NormedDivisionRing.toNormedRing",
"PseudoMetricSpace.toUniformSpace",
"NormedDivisionRing.toDivisionRing",
"nhds",
... | [
"n : ℕ\n⊢ Tendsto (fun x ↦ log x ^ n / x) atTop (𝓝 0)"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Log.Basic | {
"line": 594,
"column": 2
} | {
"line": 594,
"column": 13
} | {
"line": 594,
"column": 14
} | [
{
"pp": "e : ℝ\nn : ℕ\nh : NormNum.IsNat e n\nw : Nat.blt 1 n = true\n⊢ 1 < ↑n",
"ppTerm": "?m.20",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"Real.partialOrder",
"Real",
"FloorRing.toFloorSemiring",
"Real.instZeroLEOneClass",
"AddGroupWithOne.toAddMonoidWith... | [
"e : ℝ\nn : ℕ\nh : NormNum.IsNat e n\nw : Nat.blt 1 n = true\n⊢ 1 < n"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Log.Basic | {
"line": 606,
"column": 2
} | {
"line": 606,
"column": 13
} | {
"line": 606,
"column": 14
} | [
{
"pp": "e : ℝ\nn : ℕ\nh : NormNum.IsInt e (Int.negOfNat n)\nw : Nat.blt 1 n = true\n⊢ 1 < ↑n",
"ppTerm": "?m.22",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"Real.partialOrder",
"Real",
"FloorRing.toFloorSemiring",
"Real.instZeroLEOneClass",
"AddGroupWithOne.... | [
"e : ℝ\nn : ℕ\nh : NormNum.IsInt e (Int.negOfNat n)\nw : Nat.blt 1 n = true\n⊢ 1 < n"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Log.Basic | {
"line": 613,
"column": 6
} | {
"line": 613,
"column": 17
} | {
"line": 613,
"column": 18
} | [
{
"pp": "e : ℝ\nd n : ℕ\ninv : Invertible ↑d\neq : e = ↑n * ⅟↑d\nh : decide (1 < ↑n / ↑d) = true\n⊢ 1 < ↑n / ↑d",
"ppTerm": "?m.57",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"e : ℝ\nd n : ℕ\ninv : Invertible ↑d\neq : e = ↑n * ⅟↑d\nh : decide (1 < ↑n / ↑d) = true\n⊢ 1 < ↑n / ↑d"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle | {
"line": 152,
"column": 4
} | {
"line": 152,
"column": 44
} | {
"line": 152,
"column": 44
} | [
{
"pp": "ψ θ : Angle\nthis : Int.natAbs 2 = 2\n⊢ ψ = θ ∨ ψ = θ + ↑(2 * π / 2) ↔ ψ = θ ∨ ψ = θ + ↑π",
"ppTerm": "?m.67",
"assigned": true,
"usedConstants": [
"Eq.mpr",
"Real.partialOrder",
"Real",
"instHDiv",
"Real.pi",
"HMul.hMul",
"Real.Angle",
"Real.... | [
"ψ θ : Angle\nthis : Int.natAbs 2 = 2\n⊢ ψ = θ ∨ ψ = θ + ↑π ↔ ψ = θ ∨ ψ = θ + ↑π"
] | mul_div_cancel_left₀ (_ : ℝ) two_ne_zero | Lean.Elab.Tactic.evalRewriteSeq | null |
Mathlib.Analysis.SpecialFunctions.Log.Basic | {
"line": 628,
"column": 6
} | {
"line": 628,
"column": 17
} | {
"line": 628,
"column": 18
} | [
{
"pp": "e : ℝ\nd n : ℕ\ninv : Invertible ↑d\neq : e = ↑n * ⅟↑d\nh₁ : decide (0 < ↑n / ↑d) = true\nh₂ : decide (↑n / ↑d < 1) = true\n⊢ 0 < ↑n / ↑d",
"ppTerm": "?m.68",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"e : ℝ\nd n : ℕ\ninv : Invertible ↑d\neq : e = ↑n * ⅟↑d\nh₁ : decide (0 < ↑n / ↑d) = true\nh₂ : decide (↑n / ↑d < 1) = true\n⊢ 0 < ↑n / ↑d"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Log.Basic | {
"line": 630,
"column": 6
} | {
"line": 630,
"column": 17
} | {
"line": 630,
"column": 18
} | [
{
"pp": "e : ℝ\nd n : ℕ\ninv : Invertible ↑d\neq : e = ↑n * ⅟↑d\nh₁ : decide (0 < ↑n / ↑d) = true\nh₂ : decide (↑n / ↑d < 1) = true\nh₁' : 0 < ↑n / ↑d\n⊢ ↑n / ↑d < 1",
"ppTerm": "?m.96",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"e : ℝ\nd n : ℕ\ninv : Invertible ↑d\neq : e = ↑n * ⅟↑d\nh₁ : decide (0 < ↑n / ↑d) = true\nh₂ : decide (↑n / ↑d < 1) = true\nh₁' : 0 < ↑n / ↑d\n⊢ ↑n / ↑d < 1"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle | {
"line": 169,
"column": 64
} | {
"line": 170,
"column": 67
} | {
"line": 172,
"column": 0
} | [
{
"pp": "θ : Angle\n⊢ θ = -θ ↔ θ = 0 ∨ θ = ↑π",
"ppTerm": "?m.8",
"assigned": true,
"usedConstants": [
"AddGroup.toSubtractionMonoid",
"Eq.mpr",
"NegZeroClass.toNeg",
"instHSMul",
"Real.pi",
"Real.Angle",
"Real.Angle.coe",
"congrArg",
"Iff.rfl",
... | [] | by
rw [← add_eq_zero_iff_eq_neg, ← two_nsmul, two_nsmul_eq_zero_iff] | [anonymous] | Lean.Parser.Term.byTactic |
Mathlib.Analysis.SpecialFunctions.Complex.Log | {
"line": 147,
"column": 59
} | {
"line": 147,
"column": 89
} | {
"line": 147,
"column": 90
} | [
{
"pp": "x : ℂ\nh : cexp x = 1\nn : ℤ\nhn : x.im + n • (2 * π) ∈ Ioc (-π) (-π + 2 * π)\n⊢ (x + ↑n * (2 * ↑π * I)).im ∈ Ioc (-π) π",
"ppTerm": "?m.101",
"assigned": true,
"usedConstants": [
"Complex.mul_im",
"Distrib.leftDistribClass",
"Int.cast",
"Eq.mpr",
"Set.Ioc",
... | [
"x : ℂ\nh : cexp x = 1\nn : ℤ\nhn : x.im + n • (2 * π) ∈ Ioc (-π) (-π + 2 * π)\n⊢ -π < x.im + (↑n * π + ↑n * π) ∧ x.im + (↑n * π + ↑n * π) ≤ π"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Mathlib.Analysis.SpecialFunctions.Complex.Log | {
"line": 156,
"column": 31
} | {
"line": 156,
"column": 47
} | {
"line": 156,
"column": 48
} | [
{
"pp": "x : ℂ\nhx : 0 ≤ x.im\nx✝ : ∃ n, x = ↑n * (2 * ↑π * I)\nn : ℤ\nhn : x = ↑n * (2 * ↑π * I)\n⊢ 0 ≤ ↑n * (2 * π)",
"ppTerm": "?m.81",
"assigned": false,
"usedConstants": [],
"usedFVars": [],
"usedGoals": []
}
] | [
"x : ℂ\nhx : 0 ≤ x.im\nx✝ : ∃ n, x = ↑n * (2 * ↑π * I)\nn : ℤ\nhn : x = ↑n * (2 * ↑π * I)\n⊢ 0 ≤ ↑n * (2 * π)"
] | simpa using | Lean.Elab.Tactic.Simpa.evalSimpa | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.