uuid
stringlengths
16
16
formal_statement
stringlengths
1.06k
1.62k
goal_state
stringlengths
12
476
4302c7830e25eb00
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
z : ℂ h₀ : z = (1 + Complex.I) / ↑√2 ⊢ (∑ k ∈ Finset.Icc 1 12, z ^ k ^ 2) * ∑ k ∈ Finset.Icc 1 12, 1 / z ^ k ^ 2 = 36
38a3b362ac4b77c8
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
x y : ℤ h₀ : 0 < y h₁ : y < x h₂ : x + y + x * y = 80 ⊢ x = 26
f897047cc20bfb4d
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
x y : ℝ h₀ : 0 < x ∧ 0 < y h₁ : y ^ 3 = 1 h₂ : 6 * x ^ 2 = 2 * (6 * y ^ 2) ⊢ x ^ 3 = 2 * √2
9d8b27f7b8ae39f5
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
y : ℂ ⊢ 7 * (3 * y + 2) = 21 * y + 14
5e63c8dccd0f72c1
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
a b : ℝ h₀ : 0 < a ∧ 0 < b h₁ : Real.logb 8 a + Real.logb 4 (b ^ 2) = 5 h₂ : Real.logb 8 b + Real.logb 4 (a ^ 2) = 7 ⊢ a * b = 512
c26b3ff844891327
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
m x : ℤ h₀ : 10 ≤ m h₁ : m ≤ 99 h₂ : 6 * x % m = 1 h₃ : (x - 6 ^ 2) % m = 0 ⊢ m = 43
f2b3cbe0e9377859
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
k x : ℝ h₀ : x = (13 - √131) / 4 h₁ : 2 * x ^ 2 - 13 * x + k = 0 ⊢ k = 19 / 4
2701d78a75a79cc5
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
u v : ℕ S : Set ℕ h₀ : ∀ (n : ℕ), n ∈ S ↔ 0 < n ∧ 14 * n % 100 = 46 h₁ : IsLeast S u h₂ : IsLeast (S \ {u}) v ⊢ (↑u + ↑v) / 2 = 64
f92de45dcfb1fa02
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ 20!.gcd 200000 = 40000
1aa15fdcb17604bc
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
a b c : ℝ f : ℝ → ℝ h₀ : ∀ (x : ℝ), f (x + 3) = 3 * x ^ 2 + 7 * x + 4 h₁ : ∀ (x : ℝ), f x = a * x ^ 2 + b * x + c ⊢ a + b + c = 2
dd930016cd671a49
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
a : ℕ → ℚ h₀ : a 1 = 1 h₁ : a 2 = 3 / 7 h₂ : ∀ n ≥ 3, a n = a (n - 2) * a (n - 1) / (2 * a (n - 2) - a (n - 1)) ⊢ ↑(a 2019).den + (a 2019).num = 8078
e6daeda4bffdac89
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
a b : ℝ h₀ : ∀ (x : ℝ), x - 3 ≠ 0 ∧ x - 5 ≠ 0 → 4 * x / (x ^ 2 - 8 * x + 15) = a / (x - 3) + b / (x - 5) ⊢ (a, b) = (-6, 10)
a6dc556812ddc873
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
n : ℕ ⊢ ↑(∑ k ∈ Finset.range n, (2 * k + 3)) = ↑(n + 1) ^ 2 - 1
593155e948849d68
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
r : ℝ h₀ : ∑ k ∈ Finset.Icc 19 91, ⌊r + ↑k / 100⌋ = 546 ⊢ ⌊100 * r⌋ = 743
33406df7bf1b843f
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ ∑ k ∈ Finset.range 50 with k % 8 = 5 ∧ k % 6 = 3, k = 66
0f182193599dca48
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
a b : ℕ h₀ : 0 < a ∧ 0 < b h₁ : ¬7 ∣ a h₂ : ¬7 ∣ b h₃ : ¬7 ∣ a + b h₄ : 7 ^ 7 ∣ (a + b) ^ 7 - a ^ 7 - b ^ 7 ⊢ 19 ≤ a + b
ca716533245de685
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ ∏ k ∈ Finset.Icc 1 501, (4 * ↑k + 4) / (4 * ↑k) = 502
732bf16fa733e606
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ IsLeast {M | ∀ (a b c : ℝ), |a * b * (a ^ 2 - b ^ 2) + b * c * (b ^ 2 - c ^ 2) + c * a * (c ^ 2 - a ^ 2)| ≤ M * (a ^ 2 + b ^ 2 + c ^ 2) ^ 2} (9 * √2 / 32)
996b38a1fc8ee61a
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ (1 / 2 + 1 / 3) * (1 / 2 - 1 / 3) = 5 / 36
aaf43df039ab2ec3
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
n : ℕ ⊢ ¬7 ∣ 2 ^ n + 1
95ccd12e5096d350
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
S : Finset ℕ h₀ : ∀ (x : ℕ), x ∈ S ↔ 0 < x ∧ x < 1000 ∧ x.divisors.card = 3 ⊢ S.card = 11
095e7c1c8e3af948
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ IsLeast {x | 30 * x ≡ 42 [MOD 47]} 39
e296ed472df217f2
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
f : ℕ → ℕ ⊢ ∃ n, f (f n) ≠ n + 1987
2cbbc602d318190d
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ ∃ n < 398, n * 7 % 398 = 1
95192a71852300c8
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
f : ℝ → ℝ h₀ : ∀ x > 0, ∀ y > 0, f (x * y) = f x / y h₁ : f 500 = 3 ⊢ f 600 = 5 / 2
140de00a6ace0b94
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ {x | 0 ≤ x ∧ x ≤ 2 * π ∧ 2 * Real.cos x ≤ |√(1 + Real.sin (2 * x)) - √(1 - Real.sin (2 * x))| ∧ |√(1 + Real.sin (2 * x)) - √(1 - Real.sin (2 * x))| ≤ √2} = Set.Icc (π / 4) (7 * π / 4)
6233383f12eabd6c
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
b : ℕ h₀ : 0 < b h₁ : 3 * b ^ 2 + 2 * b + 1 = 57 ⊢ b = 4
65b56dd5b158b479
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
a : ℤ ⊢ a ^ 2 % 4 = 0 ∨ a ^ 2 % 4 = 1
ad9eb02ddb681cc1
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ (∑ k ∈ Finset.range 11, k) % 9 = 1
11b5722d8a500b1d
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
q e : ℂ h₀ : q = 9 - 4 * Complex.I h₁ : e = -3 - 4 * Complex.I ⊢ q - e = 12
59c1ada943500f1a
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
f : ℂ → ℂ h₀ : ∀ (x : ℂ), f (x / 3) = x ^ 2 + x + 1 h₁ : Fintype ↑(f ⁻¹' {7}) ⊢ ∑ y ∈ (f ⁻¹' {7}).toFinset, y / 3 = -1 / 9
a096805797f5dfd1
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ 2004 % 12 = 0
7a42500799290a6b
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
x : ℝ h₀ : x ^ 3 - (x + 1) * (x - 1) * x = 5 ⊢ x ^ 3 = 125
4fb65db037d80b12
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ Nat.gcd 180 168 = 12
1eb8300c0a409f42
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
S : Finset ℕ h₀ : ∀ (n : ℕ), n ∈ S ↔ √↑n < 7 / 2 ∧ 2 < √↑n ⊢ S.card = 8
e7cb9b8380d9c339
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
n : ℕ ⊢ 3 ∣ n ^ 3 + 2 * n
0324044868d977ad
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
n : ℕ ⊢ ∑ k ∈ Finset.range n, 1 / ((↑k + 1) * (↑k + 2)) = ↑n / (↑n + 1)
2d4c2fcd5b1dc617
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
S : Finset ℕ h₀ : ∀ (n : ℕ), n ∈ S ↔ n ∣ 36 ⊢ ∑ k ∈ S, k = 91
33cf4cd6541974a0
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
x : ℝ σ : ℝ ≃ ℝ h₀ : ∀ (x : ℝ), σ.toFun x = 5 * x - 12 h₁ : σ.toFun (x + 1) = σ.invFun x ⊢ x = 47 / 24
1b709f98a18c5f97
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
a b : ℕ h₀ : Nat.Prime a h₁ : Nat.Prime b h₂ : Nat.Prime (a + b) h₃ : Nat.Prime (a - b) ⊢ Nat.Prime (a + b + (a - b + (a + b)))
ec83b4154c4c24fd
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
p q r x : ℂ h₀ : (x - p) * (x - q) = (r - p) * (r - q) h₁ : x ≠ r ⊢ x = p + q - r
59640eba40e7b6a3
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
v : ℕ → ℕ h₀ : ∀ (n : ℕ), v n = 2 * n - 1 ⊢ (∑ k ∈ Finset.Icc 1 100, v k) % 7 = 4
85ee06a42648499e
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
x y z : ℤ h₀ : (x - y) ^ 2 + (y - z) ^ 2 + (z - x) ^ 2 = x * y * z ⊢ x + y + z + 6 ∣ x ^ 3 + y ^ 3 + z ^ 3
815cda9b1ebe631c
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
S : Set ℝ h₀ : S = {x | Real.cos x ^ 2 + Real.cos (2 * x) ^ 2 + Real.cos (3 * x) ^ 2 = 1} ⊢ S = {x | ∃ m, x = π / 2 + ↑m * π ∨ x = π / 4 + ↑m * π / 2 ∨ x = π / 6 + ↑m * π ∨ x = 5 * π / 6 + ↑m * π}
1b575acce73e9c03
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ 1999 ^ 2000 % 5 = 1
d7ddead4e423d260
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ (∑ k ∈ Finset.Icc 1 9, 11 ^ k) % 100 = 59
2cfd271b26af4e28
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
a : ℕ → NNReal n : ℕ h₀ : ∏ i ∈ Finset.range n, a i = 1 ⊢ ∑ i ∈ Finset.range n, a i ≥ ↑n
40aed4f1ed212d67
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ {x | x ^ 2 - 5 * x - 4 ≤ 10} = Set.Icc (-2) 7
7faae039f80262a7
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
x : ℕ h₀ : 1 ≤ x ∧ x ≤ 100 h₁ : 77 ∣ ∑ k ∈ Finset.range 101, k - x ⊢ x = 45
04c0486b1a87b44e
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
x p : ℝ h₀ : x < 2 h₁ : |x - 2| = p ⊢ x - p = 2 - 2 * p
233baeacd990da62
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
x y : ℝ h₀ : x = 5 h₁ : y = 2 ⊢ √(x ^ 3 - 2 ^ y) = 11
30f95da79bfd3a93
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ 139 % 11 = 7
3612dde9f76b7c3f
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
x y : ℝ h₀ : x + y = 13 h₁ : x * y = 24 ⊢ √(x ^ 2 + y ^ 2) = 11
4eae6ed0f748e988
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
a b c : ℝ h₀ : 0 < a ∧ 0 < b ∧ 0 < c h₁ : ∀ (x : ℝ), 24 * x ^ 2 - 19 * x - 35 = (a * x - 5) * (2 * (b * x) + c) ⊢ a * b - 3 * c = -9
fa89a7da02c5e78f
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
x : ℝ h₀ : 2 * (2 * (2 * (2 * x))) = 48 ⊢ x = 3
2f1d523900798a1d
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ Nat.gcd 6432 132 + 11 = 23
72ebb485ab03d1db
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
n : ℕ h₀ : n > 0 h₁ : ∑ k ∈ Finset.Icc 1 n, ⌊Real.logb 2 ↑k⌋ = 1994 ⊢ n = 312
9b7530a5896da2fd
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ 9! % 10 = 0
2fda6a1b55630219
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
x : ℝ h₀ : x ≠ 0 ⊢ (4 / x)⁻¹ * (3 * x ^ 3 / x) ^ 2 * (1 / (2 * x))⁻¹ ^ 3 = 18 * x ^ 8
a84cfa87cb3bded8
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
a b : ℝ h₀ : 0 < a ∧ 0 < b ⊢ (a + b) ^ 4 ≤ 8 * (a ^ 4 + b ^ 4)
504a03bd394a9b78
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ IsGreatest {c | ∃ x, 2 * x ^ 2 + 5 * x + c = 0} (25 / 8)
c1abccbe022c0cba
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ ∑ k ∈ (30 ^ 4).divisors, 1 - 2 = 123
bc349c831538aca6
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
f : ℝ → ℝ h₀ : ∀ x < 0, f x = -x ^ 2 - 1 h₁ : ∀ (x : ℝ), 0 ≤ x ∧ x < 4 → f x = 2 h₂ : ∀ x ≥ 4, f x = √x ⊢ f π = 2
97442ef8a2ddc6eb
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
rows seats : ℕ h₀ : rows * seats = 450 h₁ : (rows + 5) * (seats - 3) = 450 ⊢ rows = 25
4558ece0f712e4ac
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
f : ℝ → ℝ h₀ : ∀ (x : ℝ), f x = 3 * √(2 * x - 7) - 8 ⊢ f 8 = 1
d12378aec6268835
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
x y : ℝ h₀ : 2 * 3 = x - 9 h₁ : 2 * -5 = y + 1 ⊢ (x, y) = (15, -11)
a7743ff9a3443664
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
t : ℕ → ℚ h₀ : t 1 = 20 h₁ : t 2 = 21 h₂ : ∀ n ≥ 3, t n = (5 * t (n - 1) + 1) / (25 * t (n - 2)) ⊢ ↑(t 2020).den + (t 2020).num = 626
fb6543226eecc643
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
x : ℝ h₀ : x * (1 / 2 + 2 / 3) = 1 ⊢ x = 6 / 7
a0aa41ee445d7147
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
p q : ℝ → ℝ h₀ : ∀ (x : ℝ), p x = 2 - x ^ 2 h₁ : ∀ (x : ℝ), x ≠ 0 → q x = 6 / x ⊢ p (q 2) = -7
62ee38aba94d61f1
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ ∀ x > 0, 2 - √2 ≥ 2 - x - 1 / (2 * x)
b5a3aa23e805351a
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
n : ℕ h₀ : n % 7 = 5 ⊢ 5 * n % 7 = 4
88b9ca94495082c1
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ ∑ k ∈ (Nat.sqrt 196).divisors, k = 24
4fc20dec3c416f85
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ IsLeast {v | ∃ x y, (x * y - 1) ^ 2 + (x + y) ^ 2 = v} 1
155b4681a29a4cf4
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ {a | 1 / 5 * |9 + 2 * a| < 1} = Set.Icc (-7) (-2)
627a62ca87713166
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
x y z w : ℝ h₀ : x ^ 2 / (2 ^ 2 - 1) + y ^ 2 / (2 ^ 2 - 3 ^ 2) + z ^ 2 / (2 ^ 2 - 5 ^ 2) + w ^ 2 / (2 ^ 2 - 7 ^ 2) = 1 h₁ : x ^ 2 / (4 ^ 2 - 1) + y ^ 2 / (4 ^ 2 - 3 ^ 2) + z ^ 2 / (4 ^ 2 - 5 ^ 2) + w ^ 2 / (4 ^ 2 - 7 ^ 2) = 1 h₂ : x ^ 2 / (6 ^ 2 - 1) + y ^ 2 / (6 ^ 2 - 3 ^ 2) + z ^ 2 / (6 ^ 2 - 5 ^ 2) + w ^ 2 / (6 ^ 2 ...
207b0fffd3200c67
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
x y : ℝ h₀ : 0 < x ∧ 0 < y h₁ : y ≤ x h₂ : √(x * y) * (x - y) = x + y ⊢ x + y ≥ 4
6c80baad2cbf1131
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
u : ℕ → ℕ h₀ : u 0 = 4 h₁ : u 1 = 7 h₂ : ∀ (n : ℕ), u (n + 2) = (u n + u (n + 1)) % 10 ⊢ IsLeast {n | ∑ k ∈ Finset.range n, u k > 10000} 1999
184afa75b49c6932
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
q e d : ℂ h₀ : q = 11 - 5 * Complex.I h₁ : e = 11 + 5 * Complex.I h₂ : d = 2 * Complex.I ⊢ q * e * d = 292 * Complex.I
00829ff60f18023a
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
a b : ℝ h₀ : a ≠ 0 ∧ b ≠ 0 h₁ : ∀ (x : ℝ), x ^ 2 + a * x + b = (x - a) * (x - b) ⊢ (a, b) = (1, -2)
89a8631a4c5bbd4b
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ 2 ^ 8 % 5 = 1
863e5008caa08fca
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ IsLeast {x | ∃ x_1, ∑ k ∈ Finset.Icc 1 119, |↑k * x_1 - 1| = x} 49
f2ef7aee87fe1002
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ 71 % 3 = 2
ed97b12e80195484
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ {x ∈ Finset.Icc 100 999 | x % 19 = 7}.card = 48
4f8666e60b5d71a8
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
n : ℕ a : ℕ → ℕ h₀ : Function.Injective a h₁ : a 0 = 0 h₂ : 0 < n ⊢ ∑ k ∈ Finset.Icc 1 n, 1 / ↑k ≤ ∑ k ∈ Finset.Icc 1 n, ↑(a k) / ↑k ^ 2
f829d6e5cd474673
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
f : ℕ → ℝ h₀ : f 1 = 2 h₁ : ∀ (n : ℕ), 1 < n ∧ Even n → f n = f (n - 1) + 1 h₂ : ∀ (n : ℕ), 1 < n ∧ Odd n → f n = f (n - 2) + 2 ⊢ f 2017 = 2018
b1c4f4388d8bc36a
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
S : Set ℕ u v : ℕ h₀ : ∀ (a : ℕ), a ∈ S ↔ 0 < a ∧ 27 * a % 40 = 17 h₁ : IsLeast S u h₂ : IsLeast (S \ {u}) v ⊢ u + v = 62
795db81db6b47511
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
q e : ℂ h₀ : q = 2 - 2 * Complex.I h₁ : e = 5 + 5 * Complex.I ⊢ q * e = 20
4f1fbbfbd584c505
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
S : Finset ℝ h₀ : ∀ (x : ℝ), x ∈ S ↔ 0 < x ∧ x ^ 2 ^ √2 = √2 ^ 2 ^ x ⊢ ∑ k ∈ S, k ∈ Set.Icc 2 6
b85784e202806953
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
S : Finset ℕ h₀ : ∀ (x : ℕ), x ∈ S ↔ 0 < x ∧ x ^ 2 + 4 * x + 4 < 20 ⊢ S.card = 2
f2d146ec4391bcfa
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
n : ℕ h₀ : 0 < n ⊢ ∑ k ∈ Finset.Icc 1 n, k * n.choose k = n * 2 ^ (n - 1)
fed4f7a6c17dc0aa
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
σ : ℝ ≃ ℝ h₀ : ∀ (x : ℝ), σ.toFun x = 4 * x ^ 3 + 1 ⊢ σ.invFun 33 = 2
ed6b96fa632ab0ec
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
x y : ℕ h₀ : 2 ^ x * 3 ^ y = 1296 ⊢ x + y = 8
343bffafae02e014
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
S : Finset ℕ h₀ : ∀ (n : ℕ), n ∈ S ↔ 2 ≤ n ∧ 171 ≡ 80 [MOD n] ∧ 468 ≡ 13 [MOD n] ⊢ ∑ k ∈ S, k = 111
06269bdcf5a5fcc9
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ ⌈√27⌉ - ⌊√26⌋ = 1
624a7a5c058e8b9b
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ IsGreatest {x | ∃ x_1 y, ∃ (_ : |x_1 + y| + |x_1 - y| = 2), x_1 ^ 2 - 6 * x_1 + y ^ 2 = x} 8
066b42e19278f1b2
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
s : ℕ → ℕ → ℕ h₀ : ∀ (a b : ℕ), 0 < a ∧ 0 < b → s a b = a ^ b + b ^ a ⊢ s 2 6 = 100
320e35f6e72afb74
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ {n ∈ Finset.range 60 | 6 ∣ 4 * ↑n - 2}.card = 20
df2e017834b83107
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
⊢ (91145 + 91146 + 91147 + 91148) % 4 = 2
af8261d93339fd91
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
a r : ℝ u : ℕ → ℝ h₀ : ∀ (k : ℕ), u k = a * r ^ k h₁ : u 1 = 2 h₂ : u 3 = 6 ⊢ let a := 2 / √3; u 0 = a ∨ u 0 = -a
c5cb845a6c1c9dd6
import Mathlib /- Vendored verbatim from google-deepmind/formal-conjectures @ f564f8d7 (Apache-2.0): the `answer()` term elaborator (FormalConjectures/Util/Answer) and `Real.nthRoot` (FormalConjecturesForMathlib/…/NthRoot). -/ /-- Indicates where the answer is in a problem statement. -/ syntax (name := Google.answer)...
a : ℂ ⊢ (a - 10) * (a + 11) = a ^ 2 + a - 110